How to Build filter "Not Starts With" ? For example show all users whose user ID not starts with U
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2017 11:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2017 11:31 AM
There is no such filter. You can write a script include and call it in here
http://wiki.servicenow.com/index.php?title=Using_Filters_and_Breadcrumbs#Scripted_Filters
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 10:29 AM
Thanks Sanjiv. if OTB not available, this is one option. I was thinking of any performance issue comes here if we write a dynamic filter.
I will give a try.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 10:32 AM
If you table is not huge, it shouldn't be a problem. Otheriwse I would recommend running it during off-business hours.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2017 11:31 AM
Please refer below post which will resolve your issue.
How to create one custom filter "NOT Start with"
Regards,
Sachin