Description |
|
Syntax | IS_EMPTY( |
Output | boolean |
Variables
arg
: The field or value to check for emptiness.
Example
IS_EMPTY(`Arguement`)
Argument | IS_EMPTY |
| True |
"Hello" | False |
NULL | True |
Checks if a value or field is empty
Description |
|
Syntax | IS_EMPTY( |
Output | boolean |
arg
: The field or value to check for emptiness.
IS_EMPTY(`Arguement`)
Argument | IS_EMPTY |
| True |
"Hello" | False |
NULL | True |