Missing condition operator "is not one of"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2017 02:50 PM
Hi All,
Could anyone please tell me how to get/add a "is not one of" condition operator into the filter conditions for the tables. I see that condition operator is not listed for all the tables.
Thanks,
Kranti
- Labels:
-
Analytics and Reports
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2020 06:36 AM
I have added an idea on the idea portal for the same
https://community.servicenow.com/community?id=view_idea&sysparm_idea_id=5cdf20231bf54c90d01143f6fe4bcb6e&sysparm_idea_table=x_snc_com_ideation_idea&sysparm_module_id=enhancement_requests
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2022 10:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2020 06:42 AM
"is not one of" is only available in choice field type.
To list Choice fields, open "sys_choice_set.list" from application navigator.
For example, "Expenditure type" in asset (alm_asset).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2020 07:34 AM
you may do an is one of or is not one of for any field type if you just modify the query in the url as explained above 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2021 06:03 AM
Hi guys,
as Sigval said, it's totally possible by modifying the URL.
Replace
https://...sysparm_query%3Dfield_nameINtext1,text2...
by
https://...sysparm_query%3Dfield_nameNOT%20INtext1,text2...
Regards
Christophe