Hi,
I am trying to do a few month on month graphs based on the pivot function in reportserver. A date column is one of my dimensions and I am obtaining the month name field by using the “to_char” function in a computed field. The problem here is, that the months get sorted alphabetically (either ascending or descending) and when I’m doing an august to december report, I am getting august-december-november-october-september (or the reverse) as the order.
If i give the numerical month values as the field..or simply dates..the order is correct..but not when the month names (strings) are used .
Is there a custom sort i can use here ? Can you suggest to me a workaround for this issue ?
AFAIK, a month on month report is a very common and important report and there should be a way to do this…
Thanks in advace.
Zach