
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 11:27 AM
With an API we had some tickets created with a blank short description. We have a filter been using for a dashboard has a parameter "Short description...does not contain...XXXXX". These tickets with a blank short description were being excluded by the filter. We've adjusted our filter to include an OR that the short description is empty.
Is that expected behavior for a filter when dealing with an Empty field? Is it because the field is not considered truly empty but essentially has a value of Null?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 01:39 PM
This support article explains it. It's expected behavior.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0596161
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 01:39 PM
This support article explains it. It's expected behavior.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0596161

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 05:01 AM
@Mike_R Thanks