BHScripter
Technical User
Hello:
I am new to SSRS, I am using the "BIDS" version that comes with sql server 2005. I am much more familiar with Crystal reports than this so I am slogging through.
I have the following in my dataset query:
'Q' + datename(Q,a.EndDt) + ' ' + datename(YYYY, a.EndDt) enddate,
When I group on enddate in my tabular report, it is sorting the quarters out of order. (This report is run for one calendar year at a time) I can see the sorting tab for the group but I'm not sure what to put in the expression field to have it sort the quarters correctly.
Any help is greatly appreciated
I am new to SSRS, I am using the "BIDS" version that comes with sql server 2005. I am much more familiar with Crystal reports than this so I am slogging through.
I have the following in my dataset query:
'Q' + datename(Q,a.EndDt) + ' ' + datename(YYYY, a.EndDt) enddate,
When I group on enddate in my tabular report, it is sorting the quarters out of order. (This report is run for one calendar year at a time) I can see the sorting tab for the group but I'm not sure what to put in the expression field to have it sort the quarters correctly.
Any help is greatly appreciated