Monthly breakdown for the Average resolution of incidents Indicator?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2024 10:16 AM
Hi All,
The monthly breakdown for the Average resolution of incidents Indicator?
I have created the below report with a Priority breakdown, but I want to add a monthly breakdown as well
Would someone be able to help me with the output?
Thanks in advance for your response
The expected report format is like the below, does is it possible to use Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2024 10:19 PM
Hi @Shantharao ,
No, you can't have that output in performance analytics.
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
09-23-2024 12:14 AM
Grouping is possible if the table's "Function field" has a field such as year and month.
glidefunction:concat(substring(opened_at,1,4),'/',substring(opened_at,6,2))