logical
Syntax:
AnyColumn
Context Filtering: ✓ Yes
Parameters
Validation
- Minimum parameters: 2
- Maximum parameters: Unlimited
Examples
SecondDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
logical
Syntax:
Choose([index_column], value1, value2, ...)
AnyColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
index | column|integer | ✓ Yes | The 1-based index position of the value to return. |
value1 | any | ✓ Yes | The first value in the list. |
additional values | variadic | ✗ No | Additional values in the list. |
Choose(2, "First", "Second", "Third")
Second