- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 01:19 AM
Hi Guys I need some help regarding for the report creation. The requirements of the report is how long the Resolved tickets stays in Awaiting caller or Awaiting vendor. Is it possible to create this kind of report?
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 10:55 PM
Hi @Codi ,
No script is needed. If you just create the metric instance in https://dev157880.service-now.com/now/nav/ui/classic/params/target/metric_definition_list.do%3Fsyspa... (change dev157880 to your preferred instance) according to my previous response, then it should work. for every on hold reason.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best 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
09-13-2023 01:35 AM
Hi,
Navigate to Metrics -> Definitions.
Create a new metric definition as per your requirement
For reporting
Create a list type of report on 'metric_instance' table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 01:36 AM
Hi @Codi,
I think it's possible, I would do it in the following way:
1. I would create a field in which I save the time spent in those states (scripting is needed)
2. I would create the report around that field/fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 01:37 AM
Hello @Codi
glide.ui.autoclose.time is the system property
Business Rule :- Incident Close
5 - 7 is the closed time of ticket.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 03:27 AM
Hi @Codi ,
As @Shruti also have mentioned, I would also look into creating a metric definition that store the duration for when ticket is in awaiting state and on hold reason is XXX. Based on this metric, you can create a report that sums it up as shown below.
Metric defintion:
Conditions to be utilized in the report
Wil give the result:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best 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/