- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 02:10 PM
We have been switching assignment groups as necessary in our Incident records and would like to know if there is a way to know when the incident was assigned to which group in a table format with the following columns.
- Incident Number
- Assignment Group
- Assigned Date
We currently do not use the SLA Breakdown application.
Thanks,
M
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 02:53 PM
Hi @MWright1 ,
Yes, you can leverage the incident_metric database view:
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 05:42 AM
Hi @MWright1 ,
There is no dot-walk from incident table to incident_metric, due to it's not a reference but a database view. You should instead utilize the incident_metric as reporting table, and then add below columns:
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 02:53 PM
Hi @MWright1 ,
Yes, you can leverage the incident_metric database view:
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 02:58 PM
Hi,
You may try the following link in your instance.
The '39d43745c0a808ae0062603b77018b90' is the sys_id value of the record in the metric_definition table for "Assignment Group".
I'm no expert on the Metrics feature, but there is OOB functionality in my PDI that has those records, and tracks duration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 05:29 AM
Thank you both. I have another question related to this:
Is there any way to combine this with the incident table to produce the following report :
- Incident number
- Opened
- Assignment Date
- Assignment Group
- Updated
- Caller
- Short Description
I tried to go via the Incident table in the report but I can't find the incident_metric table to dot-walk. I also tried via the incident_metric table but I can't dot walk to the Incident table either. Is this doable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 05:42 AM
Hi @MWright1 ,
There is no dot-walk from incident table to incident_metric, due to it's not a reference but a database view. You should instead utilize the incident_metric as reporting table, and then add below columns:
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/