Skip to main content
Calculates the cumulative minimum value 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 lowest sales value seen from the first row to the current row.
Tracks the lowest temperature observed up to each point in time.
  • CumulativeMax - Calculates cumulative maximum
  • MovingMin - Calculates moving minimum with a window
  • Min - Returns the overall minimum
Last modified on March 13, 2026