Metric definition for incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 12:44 AM
Hello Community,
I have a requirement to create metric on incident table to show count of state changes within single incident.
Along with this I have to :
Show incident
Show Assignment Group
Show SLA met ( Yes/No)
Please guide how can I proceed so that this can be accomplished in single metric creation .
Thanks in advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 01:28 AM
Hi @Drishti
Yes, it is 100% possible for the 1st part\you to use OOB metric on Incident state which can provide you with the state movement.
-
Show incident. --> You can use the metric itself:
-
Show Assignment Group
Atul: You can create the database view of metric tabe and incident table.
-
Show SLA met ( Yes/No)
Atul: You can create a database view using the above database view or use the out-of-the-box (OOTB) database view logic and concatenate it with the new database view you'll create to retrieve the assignment group.
It’s a bit lengthy, but doable.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 01:34 AM
Hi @Dr Atul G- LNG
Thanks for your reply.
I have never used database view earlier, will you please mind, guiding little bit more about how we can create database view and what all conditions needed to get desired output.
Again thanks in advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 01:39 AM
Hi @Drishti
Check this OOTB Database view
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************