How to get top 5 assigned to's with maximum number of incidents?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 09:21 PM
Hi,
I want to get top 5 assigned to persons who have most number of incidents assigned to them.
In the list view of incidents , i can see this if i group by assigned to
But not sure how i can do this by GlideRecord
Please let me know if you have any idea
Thanks!!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 10:10 PM
Use GlideAggregate
All the information you need is in the below link.