Returns the value from a following row at a specified offset after 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 column to retrieve the next value from |
offset | integer | ✗ No | The number of rows after the current row to retrieve the value from. Defaults to 1. |
Validation
- Minimum parameters: 1
- Maximum parameters: 2