- Help Center
- Operations
- Logical
IFBLANK Operation
How to use the IFBLANK operation for Computed Attributes
Definition
The IFBLANK operation allows you to define the output for a field that is blank.
Example
IFBLANK('', 'Not Available')
Result:
Not Available
Syntax Guide
IFBLANK(value1, value_if_blank)
value1 - The value to test
value_if_blank- The value to return if value1 is blank