How to create a score card and trend line for Time to resolution for a ticket (avg in hours)

Navaneeth1
Tera Guru

I have a client requirement where they'd like to see the time to resolution for an incident ticket (avg in hours) as a score card and trend line.

The Time to resolution is time from new to completed. Could someone please let me know how this can be done in ServiceNow?

Thank you in advance!

7 REPLIES 7

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Navaneeth1 

 

https://www.servicenow.com/community/platform-analytics-forum/how-to-generate-report-about-resolutio...

 

*************************************************************************************************************
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]

****************************************************************************************************************

Is there a way to do this without creating the field? Is there a way to create calculations for ServiceNow reports?

Hi @Navaneeth1 

 

Which field you referring to create? Duration is OOTB if I am not wrong.

*************************************************************************************************************
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]

****************************************************************************************************************

Navaneeth1
Tera Guru

@Dr Atul G- LNG 
I'm working on custom fields and OOTB duration field is not being used. I created a dictionary entry (Type duration)with the following function definition but it's not working showing 0 days hours etc. 
The function definition is: glidefunction:datediff(resolved_at, opened_at)

Could you please let me know what is wrong with this?