IFNOTNULL

Selects the second argument when the first argument is not null; otherwise yields null.

Category: Utility Functions

Syntax

IFNOTNULL(value, result)

Arguments

  • value any Primary input value.
  • result any Value 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.