BHERNANDEZ
Technical User
I have a report that lists the top items sold in each state. I want to show only the top twenty items. Some states have hundreds of items. Using CRv7 and a SQL database, I've created the report and sorted my items under each state by TopN. I have grouped my states individually and then grouped the summary of each item under group 1. I created a running total formula as so:
Top 20 Item
Summarize {item no}
Count
Evaluate For Each Record
Reset on change of group (item or state)
The first time using the RTF, I formatted my state group section and under suppress-> {top 20 item}>20. This seemed to work, but halfway through the report, it stopped returning the top 20 and printed all records. I've tried putting this formula in the item group->suppress section and it disregards my topN sort for item quantity and seems to display only the first few records sorted alphabetically. I can't seem to make this work.
Bridget
Top 20 Item
Summarize {item no}
Count
Evaluate For Each Record
Reset on change of group (item or state)
The first time using the RTF, I formatted my state group section and under suppress-> {top 20 item}>20. This seemed to work, but halfway through the report, it stopped returning the top 20 and printed all records. I've tried putting this formula in the item group->suppress section and it disregards my topN sort for item quantity and seems to display only the first few records sorted alphabetically. I can't seem to make this work.
Bridget