Calculates the running count 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:
Integer
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
column | column | ✓ Yes | The column to count values for |
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
Related Functions
- CumulativeCount - Calculates cumulative count (similar functionality)
- RunningTotal - Calculates running total
- MovingCount - Calculates moving count with a window
- Count - Returns the overall count