The CreatorCon Call for Content is officially open! Get started here.

Help creating a report based on SLA

Snowman15
Tera Expert

Hi all,

 

I want to create a report based on SLA that shows average case resolution time for a set period e.g. weekly, or monthly, and breaking this down per account type, category etc.

 

Appreciate your help, Thanks

7 REPLIES 7

Snowman15
Tera Expert

Hi @AndersBGS @Dr Atul G- LNG It's for cases not incidents. Thank you

Hi @Snowman15 

You need to configure DB view in SLA and case table mate.

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

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

nityabans27
Giga Guru

Hi @Snowman15,

Use the Task SLA [task_sla] table — this is where ServiceNow tracks SLA metrics for cases, incidents, etc.
You’ll focus on records where:

  • Stage = Completed

  • Has breached or Business elapsed time fields are populated

This table has the duration or business_duration field you can use to calculate average resolution time.