Integrated Application Platform › Forums › General › Cumulative Total › Re: Re: Cumulative Total
October 25, 2013 at 4:45 pm
#1031
Keymaster
It is difficult to do this with a rule because the value depends on the position in the list.
It is probably easier to do from the controller – looping through the rows, accumulating a total, and setting the value for each row.
If you want this to update automatically you can do it in response to an event from the Browse such as Browse_CellValueChanged(data, column)