I have a report that looks like this:
the calculations for the totals are all done in the report using
Sum([fieldname]). I need a way to pull the top 5 values from the total line. is that possible? any ideas how?
Thank you!
Code:
column1 column2 column3 column4
item1 1 5 7 3
item2 2 6 9 4
item3 2 5 1 9
total 5 16 17 16
the calculations for the totals are all done in the report using
Sum([fieldname]). I need a way to pull the top 5 values from the total line. is that possible? any ideas how?
Thank you!