- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 07:56 AM
Need help creating a custom report. Not sure how to go about this one.
The business requirement is to create a report (could be a bar or donut) with date ranges.
Date ranges are (Less than 1 day, 1-2 days, over 1 week, over 1 month)
The values are the total number of incident tickets' resolution times in each range.
For example: 10 tickets resolved in less than 1 day, 5 tickets resolved in 1-2 days, 3 tickets resolved in over 1 week, 2 tickets resolved over 1 month.
NOTE: We don't have the Performance Analytics Module!
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 10:23 PM
Hi Joe,
there is no need to create a custom field, since you already have duration value on each incident.
instead you need to look into report ranges: https://docs.servicenow.com/en-US/bundle/tokyo-now-intelligence/page/use/reporting/concept/c_ReportR...
report ranges gives you the possibility to create ”Less than 1 day, 1-2 days, over 1 week, over 1 month)”.
after you have created the range, you create a report utilizing duration and the newly created report ranges.
if my answer has helped towards a resolution, please accept my answer as solution a give a thumb up.
Beat regards
Anders
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
12-28-2022 07:59 AM
Hi,
You can create a custom field "resolution period" and you can make it populated on closure of each incident and hence you can make a simple pie report on this field.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 08:10 AM
Where do I create this custom field? On the Incident table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 08:12 AM
yes on incident table.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 08:15 AM
There looks like there already is an OOB "Group By" selection called "Duration".
How do I customize the date ranges?