RUNNINGTOTALBY
Calculates a running total when grouped by a partition column
Last updated
Calculates a running total when grouped by a partition column
Last updated
RUNNINGTOTALBY(column
, partition column
)
Returns the running totals in a column
partitioned by a partition column
Argument | Description |
| Column on which to compute the running total. Must be numeric. |
| Column on which to partition the data. |
Running totals of input Column