Functions

ISNULLOREMPTY

Checks to see if a string is null or empty.

Syntax

bool ISNULLOREMPTY(string value)

Example

If Value1 is NULL or an empty string return Value2.

IF(ISNULLOREMPTY(Value1), Value2, Value1)