How to create a report that will just show the first Response SLA attached to the incident?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 11:30 PM
Hi,
As per the requirement, we had made the retrospective start unticked in Response SLA. Now, I want the report of the incident SLA's (Response) which was first attached to the ticket.
Can someone help me in this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 11:46 PM
Hi @mansigoel
There is no way to do or you can sort by created time and then group by task. Let's wait for other inputs.
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
02-05-2025 11:54 PM
you can generate a report for the first attached Response SLA in ServiceNow using Report Designer or Database Query.
steps to create the report
- go to reports → create new.
- select table: choose task SLA [task_sla] table.
- Apply Conditions:
- SLA definition = response SLA
- sort by start time (ascending) to get the first attached SLA.
- filter by task type = Incident (if needed).
- choose type: use a list report or pivot table.
- run & save the report.
alternatively, use a scripted report or query on task_sla table to fetch the first SLA per incident.