Using Crystal 11...
I have a crosstab where the columns are years and the rows are months...
Within a single calendar year, I can control the order of months [using formula: (ToText(Month({DateField}),"00") & Left(MonthName(Month({DateField})),3)) for rows]:
2008 2009
10 Oct 567 629
11 Nov 888 222
12 Dec 878 243
But when crossing a year, months go out of order:
2008 2009 2010
01 Jan 942 329 386
11 Nov 888 222
12 Dec 878 243
Any way to get it so I can make it like this:
2008 2009 2010
Nov 888 222
Dec 878 243
Jan 942 329 386
Thanks for your help with a basic question...
d
I have a crosstab where the columns are years and the rows are months...
Within a single calendar year, I can control the order of months [using formula: (ToText(Month({DateField}),"00") & Left(MonthName(Month({DateField})),3)) for rows]:
2008 2009
10 Oct 567 629
11 Nov 888 222
12 Dec 878 243
But when crossing a year, months go out of order:
2008 2009 2010
01 Jan 942 329 386
11 Nov 888 222
12 Dec 878 243
Any way to get it so I can make it like this:
2008 2009 2010
Nov 888 222
Dec 878 243
Jan 942 329 386
Thanks for your help with a basic question...
d