I need to group on a field, then sort on a detail field, then group on additional fields.
Problem is this...it defaults to grouping, then sorting.
So, my output appears as
ABC Bond 9-22-2005
GHI Bond 3-01-2001
XYZ Bond 12-31-2003
Grouped on the asset name (which is required, but I want to sort on the expiration date and then group on the name of the asset) ?
GHI Bond 3-1-2001
XYZ Bond 12-31-2003
ABC Bond 9-22-2005
Any suggestions?
Problem is this...it defaults to grouping, then sorting.
So, my output appears as
ABC Bond 9-22-2005
GHI Bond 3-01-2001
XYZ Bond 12-31-2003
Grouped on the asset name (which is required, but I want to sort on the expiration date and then group on the name of the asset) ?
GHI Bond 3-1-2001
XYZ Bond 12-31-2003
ABC Bond 9-22-2005
Any suggestions?