Order of attribute calculations in create/change activities

0
Is there an order in which attribute calculations are made in create/change activities? Here is an example below:     is the budget attribute going to be calculated using the previous Historical attribute or will it use the one which is being set in this on change activity (1+4) ?
asked
1 answers
0

Hi Miguel,
at some point in the past, the order was preserved when the operations were done, but this seems to have been changed not so long ago. So if you want to assign the same attribute twice I suggest having two separate change activities. Then you can guarantee the order and do not have to worry about subtle bugs creeping in your program.
Hope this helps

answered