I have 4 columns in a report:
Agent ID
Dist ID
Activations
Rank
*note - the above 'Rank' column used the RANK function: Rank(Activations)
In my report, I only want to show the Agents with the top 25 in 'Activations'.
I set up a selection step on Agent ID to keep only members of Agent ID where Rank <= 25
This seems to work pretty well EXCEPT it returns one row where RANK is 86 and Sales = 0
I cannot seem to get the selection step to not return that last row where Sale = 0.
Any thoughts on why this member with a rank of 86 would be displaying?
Message was edited by: CArnold40
Corrected typo -- changed 'Rank>=25' to correctly show 'Rank<=25'