Help needed with reporting

Snehal13
Kilo Sage

I want to build a report to count the total number of incidents that have been on hold at some point of time from the journey of New state to Resolved state for a given time period of say 6 months.

 

How to do this reporting ? What fields to look upon 

 

I do not have Performance Analytics and need to do this using Reporting capabilities provided in OOB ServiceNow

1 ACCEPTED SOLUTION

Please check there is OOTB metric definition which is creating a metric record in metric_instance table.

Table : metric_definition

AshishKM_1-1721423205422.png

 

Metric Instance Record in List View 

 

AshishKM_2-1721424016390.png

 

You can add more filter condition for duration ( like created on last 3 month / 6 month etc.)

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @Snehal13 , 

The state change is recorded in audit logs but it is not recommended to query on audit log tables.

You need to configure the Metric [metric_definition] on incident table for  desire state change.

Check there are few OOTB configuration already exist.

 

AshishKM_0-1721222421327.png

 

-Thanks,
AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

What will be part of metric definition ? I want to build a report to count the total number of incidents that have been on hold at some point of time from the journey of New state to Resolved state for a given time period of say 6 months.

Please check there is OOTB metric definition which is creating a metric record in metric_instance table.

Table : metric_definition

AshishKM_1-1721423205422.png

 

Metric Instance Record in List View 

 

AshishKM_2-1721424016390.png

 

You can add more filter condition for duration ( like created on last 3 month / 6 month etc.)

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

AndersBGS
Tera Patron
Tera Patron

Hi @Snehal13 , 

 

not possible historical unless you have a metric definition for incident - state field. If you do not currently have it, you can build to support you reporting capabilities going forward.

 

if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/