GlideAggregate - limiting number of records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2014 01:35 PM
The GlideRecord when making UI Pages makes it very easy to set the number records display by SetLimit().
However, when grouping data with GlideAggregate, setLimit does not seem to come into play. I know I can do addHaving, but I'd much prefer not having to have an arbitrary number that I would need to keep updating as records grows.
What I'm trying to do: Get a list of the top 3 subcategories of incidents for the previous day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2014 02:20 PM
Wow, that did it! Thank you so much. This opens the door for a lot of homepage gauges we've been looking to create ourselves.
MG

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2014 02:29 PM
No problem.
This opens the door for a lot of homepage gauges
Uh oh...