Returns the value of the first argument that is not Null. Often applied to columns to check for Null values and assign placeholder values in replacement of Nulls. 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 |
|---|---|---|---|
column_name | column | ✓ Yes | The number, date, string, column, or function to be evaluated. |
additional arguments | variadic | ✗ No | Additional arguments to be evaluated. All arguments must be of the same data type. |
Validation
- Minimum parameters: 1
- Maximum parameters: Unlimited
Examples
1