Checks whether a value lies within a given range. The function is inclusive, so it includes the beginning and end values of the range.
Category: logical
Syntax:
Returns: BooleanColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: INT, FLOAT, DECIMAL, DATE, DATETIME
Validation
- Minimum parameters: 3
- Maximum parameters: 3
Examples
Returns True if a date value is between January 1, 2015 and January 1, 2020.
Returns True if a sale happened in the last 7 days.
- In - Check if value matches specific values
- If - Apply logic based on conditions
Last modified on March 13, 2026