Determines if a date is within a specified date range. 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.
date
Syntax:
BooleanColumn
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date column | column|datetime | ✓ Yes | The date to be evaluated. |
direction | text | ✓ Yes | Direction to apply the date range offset. |
period | text | ✓ Yes | Size of the date window. |
length | number | ✗ No | Number of periods to include in the range. Defaults to 1. |
offset | number | ✗ No | Number of periods to offset the start of the range. Defaults to 0. |
today | column|datetime | ✗ No | Override value for Today when calculating relative to current date. |
direction: last, next, current, to_date
Allowed Values for period: year, quarter, month, week, day, hour, minute, second
Allowed Column Types: DATETIME, DATE
Validation
- Minimum parameters: 3
- Maximum parameters: 6