How to report on Accept and Reject count on Cases?

Varshith Kuraga
Tera Guru

Our Support team is looking for a way to report how many customers accept and reject the solution in the cases. Is there any way to run a report?

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Varshith Kuraga,

 

Please create a custom metric field to count number of times case is rejected. Whenever a customer reject the case solution, case state changes from resolved to open the count will increase. 

Create a report showing number of case with custom metric field with count as '0' (resolution accepted) and number of case with custom metric field with count > '0'  (resolution rejected)

 

Please mark my response as Correct / Helpful if it resolves your query.

 

View solution in original post

2 REPLIES 2

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @Varshith Kuraga ,

You will have to create a custom field on case table as below to track the rejected status.

Mark rejected HR cases 

 

After that create report on case table and it will show you report based on that true/false field.

 

 


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

Community Alums
Not applicable

Hi @Varshith Kuraga,

 

Please create a custom metric field to count number of times case is rejected. Whenever a customer reject the case solution, case state changes from resolved to open the count will increase. 

Create a report showing number of case with custom metric field with count as '0' (resolution accepted) and number of case with custom metric field with count > '0'  (resolution rejected)

 

Please mark my response as Correct / Helpful if it resolves your query.