Hello,
I am doing this AfterFetch of an aggregate to calculate the four last attributes of the right structure (the attributes selected are the information of the aggregate). The list where i append the information is the List that i use to display the info on the popup and on the table shown.
Because of this, i am currently with the error above.
How can I avoid this? I already try to duplicate the aggregate info, but i was not able to do that.
Some help?
You need to use an auxiliary variable to make your changes.
You can use the original list to loop or the aux, but you cannot loop a list and update at the same time the same list.
Kind Regards,
Márcio