isnull PowerHome formula function
Description
Reports whether the value of a column or expression is NULL.
Syntax
isnull ( any )
Argument |
Description |
any
|
A column or expression that you want to test to determine whether its value is NULL
|
Return value
Boolean. Returns TRUE if any is NULL and FALSE if it is not.