- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2020 07:48 PM
Hi,
I need to run the filter with "is not one of" operator . But in servicenow instance i am unable to see it . Please help to enable it .
In the Sub category , i am unable to see the "is not one of " operator in the filter .
Regards
Sagaya
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2020 07:21 AM
Thanks for marking my response as helpful.
I could see you marked my response as correct earlier and now it is not.
You can only choose 1 reply as correct.
Please mark the appropriate response as correct
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2020 10:10 PM
"is not one of" is only available in choice field type.
For example, "Expenditure type" in asset (alm_asset).
FYI, choice fields are listed by viewing "sys_choice_set" table.
EDIT: In non-choice fields, use multiple "is not" conditions with "and".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2020 01:28 PM