Skip to main content
Calculates the cumulative sum of values from the first row up to the current row within a partition. Category: window Syntax:
Returns: Same as input type Context Filtering: ✓ Yes

Parameters

Allowed Column Types for column: INT, FLOAT, DECIMAL, NUMBER

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Returns the running total of sales from the first row to the current row.
Calculates cumulative revenue, useful for tracking year-to-date totals or running totals over time.
Last modified on March 13, 2026