CumulativeSum
Calculates the sum across the values up to and including the current value.
Usage
CumulativeSum(field)
field (required) A column of numbers to analyze.
NOTE: Cumulative functions depend on the order of the given column. If you change the sorting you will change the result.