Given a specified index number, returns the matching value from a list. 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:
AnyColumn
Context Filtering: ✓ Yes
Parameters
| 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. |
Validation
- Minimum parameters: 2
- Maximum parameters: Unlimited
Examples
Second