logical
Syntax:
BooleanColumn
Context Filtering: ✓ Yes
Parameters
Validation
- Minimum parameters: 2
- Maximum parameters: Unlimited
Examples
true
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
logical
Syntax:
In([value_column], candidate1, [candidates 2+])
BooleanColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
value | column|any | ✓ Yes | The value to test. |
candidate 1 | any | ✓ Yes | The first candidate to test value against. |
additional candidates | variadic | ✗ No | Additional candidates to test value against. |
In("green", "red", "green", "blue")
true
In([Customer ID], 2000, 3000, 4000)