ddrake
Technical User
- Mar 19, 2003
- 92
Hi,
I've got a report that displays the Top 10 of a particular grouping. For example, of a dataset of 100 entries all with different categories, I've grouped by that category field and I'm displaying only the top 10 results based on summaries of each category:
1. Category 1 - 10 records
2. Category 2 - 9 records
3. Category 3 - 8 records
4. Category 4 - 7 records
5. Etc.....
There are a number of records left over that are not displayed as part of the top 10.
My question is how can I get a total of just those top 10 without including the rest of the dataset?
I've got a report that displays the Top 10 of a particular grouping. For example, of a dataset of 100 entries all with different categories, I've grouped by that category field and I'm displaying only the top 10 results based on summaries of each category:
1. Category 1 - 10 records
2. Category 2 - 9 records
3. Category 3 - 8 records
4. Category 4 - 7 records
5. Etc.....
There are a number of records left over that are not displayed as part of the top 10.
My question is how can I get a total of just those top 10 without including the rest of the dataset?