ISBLANK
Checks whether the value of expression is empty.
Usage examples
-
ISBLANK("") -
ISBLANK([1, 2, 3]) -
ISBLANK(tableA.fieldB)
Syntax
ISBLANK ( expression )
-
expression- Any expression.
Returns
boolean - True or false.