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: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.
logical
Syntax:
BooleanColumn
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
value | number|date|datetime|column | ✓ Yes | The input value or column containing the values to check. |
lower bound | number|date|datetime | ✓ Yes | The lower bound of the range to check. |
upper bound | number|date|datetime | ✓ Yes | The upper bound of the range to check. |
Validation
- Minimum parameters: 3
- Maximum parameters: 3