Help creating a report based on SLA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
Hi @AndersBGS @Dr Atul G- LNG It's for cases not incidents. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
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.