Report on cases resolved on first assignment group

Marta G
Mega Guru

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

1 ACCEPTED SOLUTION

kaushal_snow
Mega Sage

 

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.

 

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

View solution in original post

7 REPLIES 7

@Marta G 

 

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

kaushal_snow
Mega Sage

 

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.

 

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

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