I am using Crystal 10. I need to show the top 10 buyer percentages based on the following formula:
if {#Total ALL Item Dollars by Buyer}=0 then 0 else
({#Total Special Item Dollars by Buyer}/{#Total ALL Item Dollars by Buyer})*100
How can I show the top 10 buyers based on the percent of special items each buyer has accross all buyers ?
The two running totals sum amounts identified as special items in the numerator and the grand total in the denominator.
Thanks,
John
if {#Total ALL Item Dollars by Buyer}=0 then 0 else
({#Total Special Item Dollars by Buyer}/{#Total ALL Item Dollars by Buyer})*100
How can I show the top 10 buyers based on the percent of special items each buyer has accross all buyers ?
The two running totals sum amounts identified as special items in the numerator and the grand total in the denominator.
Thanks,
John