- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello All
i am trying to figure out how to create a report on the percentage of cases which have been resolved on the first assignment group.
Does anyone know where to start?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Marta G ,
If your cases, whether in the Incident or Customer Service Management tables, include a reassignment count field.
>> For Incidents: Use the standard reassignment_count field.
>> For CSM Cases: Use reassignment_count in sn_customerservice_case.
Create a report that filters for: reassignment_count is 0 (State = Resolved (or whatever your resolved indicator is))
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks for marking the post as helpful.
You can mark more than one solution as accepted, if my post helped to answer your query please accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Marta G ,
If your cases, whether in the Incident or Customer Service Management tables, include a reassignment count field.
>> For Incidents: Use the standard reassignment_count field.
>> For CSM Cases: Use reassignment_count in sn_customerservice_case.
Create a report that filters for: reassignment_count is 0 (State = Resolved (or whatever your resolved indicator is))
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
That will only give you the number, not the percentage of Cases.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark