G
Guest
I am trying to use SQL Server 2005 Report Service to generate a grouped and
sorted report. But the order is customermized. For example, I need order them
by column rating. But the order is not alpha-numeric. It should be like 'AAA'
Thanks
sorted report. But the order is customermized. For example, I need order them
by column rating. But the order is not alpha-numeric. It should be like 'AAA'
'AA' > 'A' > 'A1' > 'BBB' > 'B+' > 'B-' > 'B1' etc. How could I do that?
Thanks