Conditional Functions
This applies to: Visual Data Discovery
Operator | Description |
---|---|
CASE |
Use the CASE function is the same manner as standard SQL CASE functions. CASE can be used to list a series of conditions and return an appropriate value for the first condition that is met. |
COALESCE |
Use the COALESCE function in the same manner as standard SQL COALESCE functions. COALESCE can be used to return the first non-null value in a list of values. The COALESCE function also supports aggregate metrics with complex calculations using arithmetic functions (for example |
Comments
0 comments
Please sign in to leave a comment.