Regarding report Creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 11:27 AM
I am trying to create a report in ServiceNow for the Demand table, where the Title or Description contains the keyword “SLA”. However, the report is also pulling in irrelevant data where the Title or Description includes unrelated terms like “translation” or “island”. I want to exclude such entries from the report.
Since the report builder doesn’t support regex, I’m unsure how to dynamically filter out these unwanted records without hardcoding every possible keyword. Can someone please help me with a better approach to handle this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 12:14 PM
Hi @somya-gupta25 ,
please note that it’s not best practice to base your report on description or short description contains… rather see if you can do the filtration based on choices or references. Besides the fact that you get unwanted records like the once you have mentioned, they are more heavy to load.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 03:29 PM
This is expected behavior, as you are searching within a string. During the search, it will look for matches in a similar way. Therefore, your report may not always be accurate. It’s better to change the filter to use a reference or dropdown value, which follows a standard approach."
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 05:15 AM
Thanks for your response
Since Title and Description are string fields, how can we apply filters based on reference or dropdown values? Could you please suggest the best way to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 07:55 AM
As I mentioned earlier, using 'Short Description' and 'Description' for searching is inconsistent and not always accurate. Instead, you can use attributes like 'Category', 'Service', or 'Assignment Group', which have standardized values across the platform. These are more reliable for consistent search results.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************