Calculates the running total (cumulative sum) of values from the first row up to the current row within a partition. Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
window
Syntax:
Same as input type
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
column | column | ✓ Yes | The numeric column to calculate running total for |
column: INT, FLOAT, DECIMAL, NUMBER
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
Related Functions
- CumulativeSum - Calculates cumulative sum (similar functionality)
- RunningCount - Calculates running count
- MovingSum - Calculates moving sum with a window
- Sum - Returns the overall sum