Calculates the moving minimum value within a specified window of rows relative to the current row. 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 moving minimum for |
window_start | integer | ✓ Yes | The number of rows before the current row to include in the window (negative value) |
window_end | ✗ No | integer | The number of rows after the current row to include in the window (positive value). Defaults to 0. |
column: INT, FLOAT, DECIMAL, NUMBER
Validation
- Minimum parameters: 2
- Maximum parameters: 3
Examples
Related Functions
- CumulativeMin - Calculates cumulative minimum from the first row
- MovingMax - Calculates moving maximum with a window
- Min - Returns the overall minimum