Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a problem with sorting of Months (used as Dimension). The Months are of Current Quarter and are Dynamic i.e. in Quarter 4, Month on the Dimension axis will be Oct-10, Nov-10, and Dec-10.
Everything is working fine except that the Month are not sorted Properly. I tried many ways but no luck [:'(]
Please see below for the problem. Many thanks in advance.
Regards,
Sharma
Hi Sharma,
I just don't have enough time to test it, but something like:
=if(Per_Quarter=$(CurrentQtr),date(makedate(1,Month,CurrentYear),MMM-YYYY))
should bring your result.
Regards
Martin