Filtering/reporting on metric results by assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2016 06:05 AM
Hello everyone, I am trying to see metric results by assignment group, but I can't seem to find a dot walk from the metric results table to the assignment group on the incident table. Can someone give me some guidance on how to solve this? Thank you in advance!
If it involves creating a view, I haven't done that successfully yet - additional help may be required.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2016 06:53 AM
You can report on the results by using the incident_metric and conditions of Definition is Assignment Group, & Value is x, where x is the group. What are you trying to dot walk too?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2016 07:27 AM
Hi Michael.Fry!
I am trying to do something like this, only limiting by the assignment group. I will work from the incident metric table and see what I can come up with. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2016 07:31 AM
These are assessment survey metrics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 10:20 AM
As in, the asmt_metric_result table? Really hard to pull anything meaningful from there, but here's where I'd start.
Make a database view that joins asmt_metric_result table to Incident where incident.sys_id = asmt_metric_result.source_id. Then you're going to need to report off that view.