- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:00 PM
How to make a report on Incident
The condition will be that in the report it should only show how many incidents has been reopened from resolved state..
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:13 PM
Hi @Utsav JAISWAL ,
Please use the below Conditions on the incident table while creating the report :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:13 PM - edited 12-10-2023 09:16 PM
Hi @Utsav JAISWAL you can create a report on Incident table like below. You can look for OOB field reopen
have a condition reopen greater than "1"
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:19 PM
Hi @Community Alums
The incident table only static values but for your use case you need historical data. The best feature you can use for that are metrics but for your use case there is no OOTB metrics definition available and therefore no data was recorded so far. If you want to report on data starting from now, you have to create the appropriate metrics definition.
Use the following article as a blueprint and modify the implementation according to your needs: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0827908
Maik