IFNOTNULL
Selects the second argument when the first argument is not null; otherwise yields null.
Category: Utility Functions
Syntax
IFNOTNULL(value, result)
Arguments
- value
anyPrimary input value. - result
anyValue returned when the condition or null check succeeds.
Returns
compatible input type — Returns the result value using a type compatible with the supplied arguments when the first argument is not null.