Syntax
ISBLANK(<any>)
Description
Returns a Boolean value. If the column contains an empty string, only blank spaces, or is null, it returns true. Otherwise it returns false.
...
ISBLANK(<any>)
Returns a Boolean value. If the column contains an empty string, only blank spaces, or is null, it returns true. Otherwise it returns false.
...