- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 08:50 PM
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2022 04:55 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 10:26 PM
Hi @Varshith Kuraga ,
You will have to create a custom field on case table as below to track the rejected status.
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2022 04:55 AM
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.