Hello,
i have a report that goes over multiple years. Currently, I have this formula, to get the date in the format of Year - Month
cast (YEAR("CCD Cases"."Date Signed") as char ) || ' - ' || cast(MONTHName("CCD Cases"."Date Signed") as char )
when i bring into a pivot table it will sort them by Year and then Alphabetically on the Month. I need to sort them on Year then begin with January, Feb, March, etc.. instead of Year April, Year August, Year Dec, etc..
Anyone have this issue? trying to quickly get a report done.
Thanks