A report to show the average number of incidents per user at a certain period.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 07:38 AM
Hello!
Can someone help me create a report that will show the average number of incidents/requests submitted per user at a certain period?
For example: We had 2000 employees last May , and we got 10000 tickets that month, so the report should show5 tickets per employee.
Thanks!
- Labels:
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 08:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 08:53 AM
Thanks Kalyani, but unfortunately, that's not what I am looking for 😞
That's the number of ticket a user submitted in a period of time.
I am looking for the average number of ticket per employee
so if you have 1000 employee and 10000 tickets submitted last month the report should show 10 tickets per employee for May
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 12:21 PM
Hi Taha,
We put together a video on a very similar use case -- there it was incidents per asset, but you can follow the same steps with the user table to get the results you're looking for:
https://www.youtube.com/watch?v=BOvCwR_6Loc&t=1s&ab_channel=ExploreAnalytics
Let me know if you have any questions,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 07:02 AM
The easiest way to do this is to create a field called "user_count" or something like that on the top table. Seems on this it would be on sys_user. Make it an integer. At incident closure you would update the field using a business rule to add one to the existing count. You can then run reports using that field to average.
The better way would be to create a metric similar to the group reassignment for incident. track the metric by user and add the incident created date. you can then report off the metric table for averages, user, time periods based on create.