A report of top 5 Incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2020 12:50 PM
I have create a monthly Incident report which is grouped by Reference 1 field, and the report shows the count of "category data" in Reference 1 field. For each month I only want to show top 5 count. Is it possible without using scripts?
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 05:44 PM
Hi Amit,
"Max number of groups" option is not available for when you are selecting type as time series,
i would suggest you can use the Bar, horizontal bar or pareto type so that you can get the result, you can do additional group by if you want to group the report with 2 entities.
by default in Max number of groups their are only 6 options available like system default, show all, 10,12,15,20
but if you want to add you own as 5 then you can do it as
Goto the choice table and create a choice with below values.
Table - sys_report
element - other_threshold
value - 5
Label - 5
You will see the option 5 in your report
Please mark reply as Correct/Helpful, if applicable. Thanks!
Regards,
Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 02:47 AM
I just wanted to check-in on this and see how things were going for you.
If my reply above helped answer or guide you correctly, please mark it as Helpful & Correct.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 05:46 AM
Thanks Tushar for your reply. But I don't have access to choice tables.
What I am trying to do is control the number of items within a group. I don't want to control the number of groups. I think this can't be achieved by an end user until they have access to run scripts.