Scenario
There is a requirement to validate the Document Type Custom Field to “is empty” in a Saved Search filter but the “is empty” option is not available.
Solution
A formula may be created to achieve this.
- Navigate to Lists > Search > Saved Searches > New
- Click Saved Search
- Click Criteria tab
- Click Standard tab
- Filter:
- Note: Always click Set and Add once Field is selected and adjusted as needed.
- Select Formula Numeric
- Formula: Enter CASE WHEN {custbody} IS NULL 1 ELSE 0 END
- Note: Replace custbody with internal id of custom field being used.
- Formula (Numeric): Select equal to
- Value: Enter 1
- Click Preview
- Click Save & Run