You might need to use the Group Into collection, Loop Collection, and Integrate operators to achieve this. That will work if you need a cumulative sum grouped by a value; if there is no need for grouping, you can use the integrate operator to get your result.
You might need to use the Group Into collection, Loop Collection, and Integrate operators to achieve this.
That will work if you need a cumulative sum grouped by a value; if there is no need for grouping, you can use the integrate operator to get your result.