I have a report which totals Loss $ by item. The Loss $'s are calculated in a subreport and passed to the main report
In the main report, I use the below formula:
WHILEPRINTINGRECORDS;
NUMBERVAR LOSS_ITEM;
All is good with this - however, now I want to do a descending sort off this field to print the items with the greatest loss $ in descending order. Can't seem to make it work and was looking for an idea or two... Thanks
In the main report, I use the below formula:
WHILEPRINTINGRECORDS;
NUMBERVAR LOSS_ITEM;
All is good with this - however, now I want to do a descending sort off this field to print the items with the greatest loss $ in descending order. Can't seem to make it work and was looking for an idea or two... Thanks