Report on Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 06:36 AM
I got the Idea behind how to do this -
- Create a bucket group for all days in a group i.e. monday, tuesday, wednesday,thursday,friday,saturday & sunday.
- Pull the day wise data , create a breakdown based on bucket group.
I got stucked at the point to write a script that pulls day wise data and returned to the bucket group
Any suggestions or script would be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2024 12:22 AM
Hi @Meghana_585 ,
Just create a daily automated indicator source and a daily automated indicator that captures tickets assigned to the specific group. Afterwards create a formula indicator that takes the sum divided by the count. At last, run a historical job collection to capture the data.
Remember, that even if a ticket has been created and assigned to the specific group, the ticket could have been reassigned, hence it will not be captured.
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
‎01-12-2024 12:31 AM
Hello Anders,
Thanks for your reply!
I am finding solution to some other thing. As I mentioned, I need to collect all the tickets created on Monday and then need to find average same for Tuesday and for every day in a week.
The solution that you have provided is shows average number of tickets in an year on daily basis.
Please give me suggestions if you have any regarding this scenario.