ISBLANK Operation
How to use the ISBLANK operation for Computed Attributes
Definition
The ISBLANK operation tests if a field is empty or not.
Example
ISBLANK('')
Result:
true
Syntax Guide
ISBLANK (value)
value - The value to test
The ISBLANK operation tests if a field is empty or not.
ISBLANK('')
Result:
true
ISBLANK (value)
value - The value to test