- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 12:40 PM
Hi,
I need your help with a report issue:
I need to create a report with all incident from the last month that, at a certain point in the process, have been placed on (state) on hold, and (on hold reason) awaing vendor.
All this information is available in the notes and i'm not sure which table to use or how to bring out this information. Do you have any idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 01:45 PM
Hi @CecileC ,
you need to create the report based on the inccident_metric table, and create the report based on the metric_defirion called state or similar. This will ensure to capture the data that you’re looking for.
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
07-24-2023 01:45 PM
Hi @CecileC ,
you need to create the report based on the inccident_metric table, and create the report based on the metric_defirion called state or similar. This will ensure to capture the data that you’re looking for.
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
07-25-2023 07:32 AM
Thank you! It was the table I was looking for. Because I wanted the "on hold reason" information, I had to create a new metric for this field, and because it's a new metric, I don't have the information for the past incidents. Do you know if there is a way to be able to have access of this information for the last month incident so I can add it to my report?