I have a report that list products by gross sale amount and a calculated column 'Rank' that ranks them based on the statement;
"rank([Gross Sale Amount])"
I can then sort the top 20 products by filtering where;
"rank([Gross Sale Amount])<= 20"
I also wish to view only the bottom 20 ranked products but am having GREAT difficulty doing so dynamically. I would like to be able to determine the rank of the lowest product - say 297 - and filter on products with rank 20 or less than that.
Any ideas would be appreciated.
Thanks
Andy
"rank([Gross Sale Amount])"
I can then sort the top 20 products by filtering where;
"rank([Gross Sale Amount])<= 20"
I also wish to view only the bottom 20 ranked products but am having GREAT difficulty doing so dynamically. I would like to be able to determine the rank of the lowest product - say 297 - and filter on products with rank 20 or less than that.
Any ideas would be appreciated.
Thanks
Andy