window
Syntax:
Same as input type
Context Filtering: ✓ Yes
Parameters
Validation
- Minimum parameters: 1
- Maximum parameters: 2
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
window
Syntax:
Lag([column], offset)
Same as input type
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
column | column | ✓ Yes | The column to retrieve the previous value from |
offset | integer | ✗ No | The number of rows before the current row to retrieve the value from. Defaults to 1. |
Lag([Sales])
Lag([Price], 3)
Lag([Revenue], 7)