logical
Syntax:
AnyColumn
Context Filtering: ✓ Yes
Parameters
Validation
- Minimum parameters: 1
- Maximum parameters: Unlimited
Examples
1
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
logical
Syntax:
Coalesce([column_name], ...)
AnyColumn
Context Filtering: ✓ Yes
| 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. |
Coalesce(Null, 1/0, 1/1, 1/2)
1
Coalesce([Sales], 0)
Coalesce([Product Type], [Product Family], [Sku Number])