LB,
I went to Report -> Group Sort Expert,
I see @AddressInformation
Then I see a dropdown which has All selected for the below
For this group sort
All based on Max of @TradeDate
Ascending.
The stored procedure orders columns by
ORDER BY ClassID, SeriesID, SubEntityID,TradeDate, TransactionID
In the below output, the data is sorted by date within the ClassID but across the entire data the date is not sorted by ascending order. I am not sure why the user wants it sorted differently but if it is very difficult then I will tell them I cannot get it to work in the required sort order.
Output example
ClassID SeriesID SubEntityID Trade_Date TransactionID
BCT43AUSDUR None 5191 6/1/2009 73240
BCT43AUSDUR None 5191 7/1/2009 75368
BCT43AUSDUR None 5191 8/1/2009 76883
BCT43AUSDUR None 5191 10/1/2009 52646
BCTA1AUSDUR None 5191 6/1/2009 73178
BCTA1AUSDUR None 5191 6/1/2009 73179
BCTBLBEUR None 17478 3/1/2010 107992
BCTBLBEUR None 17478 4/1/2010 111650
BCTBLBUSD None 1725 3/1/2008 57331
BCTBLBUSD None 1725 4/1/2008 57332
BCTBLBUSD None 1725 6/1/2009 42379
BCTBLBUSD None 1725 9/1/2009 48840
BCTBLBUSD None 1725 9/1/2009 48841
BCTBLBUSD None 5191 5/1/2006 57438
BCTBLBUSD None 5191 1/1/2007 57439
BCTBLBUSD None 5191 7/1/2007 57440
BCTBLBUSD None 5191 12/1/2008 57441
BCTBLBUSD None 5191 1/1/2009 57442
BCTBLBUSD None 5191 6/1/2009 42383
BCTBLBUSD None 15260 6/1/2009 73221
BCTBLBUSD None 15260 10/1/2009 52254
BCTBLBUSD None 15260 4/1/2010 112437