I need to display a report as follows
Region A:
Account Amount
DDDD 125
DDDD 125 (//This is a total of 250 therefore DDDD 1st)
CCCC 210
BBBB 205
Region B:
.......
.......
The report must be grouped by region and then grouped by account but sorted by total amount for each account.
I can create the first two groups but cannot seem to sort
on Amount. Any direction??? Thank you