- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2015 11:30 PM
Hi all,
I would like to filter out some data by using "Not start with" condition and could not find them from OOB filter options.
Is there a way to apply this condition to custom filter?
For example, I tried to filter the name that does not start with "ISS".
Best regards,
Kobboon Suksakorn
Solved! Go to Solution.
- Labels:
-
Enterprise Release Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2015 11:47 PM
Normally we don't have a filter to check using "Not start with" but you can write a script include and call that from the filter. The below link will help you for that
http://wiki.servicenow.com/index.php?title=Using_Filters_and_Breadcrumbs#Scripted_Filters
Hope this will solve you issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2015 11:47 PM
Normally we don't have a filter to check using "Not start with" but you can write a script include and call that from the filter. The below link will help you for that
http://wiki.servicenow.com/index.php?title=Using_Filters_and_Breadcrumbs#Scripted_Filters
Hope this will solve you issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 10:39 AM
Hi Ajai,
Good to know that we could create the advanced filter from Script Include.
But for this case, it's quite complicated and not flexible for users.
So, I might add additional field in the form for users to avoid adding some prefix in the normal text box.
Anyway, thank you very much.
Best regards,
Kobboon