All - I am using time dimension in one of my modules. The default behavior of the Anaplan puts the time dimension in a format Jan 20, Feb 20 etc. However, due to data integration capability I have a specific requirement that I want to display months in format only Jan Feb etc. The year has to be different line. Below is an example what I am trying to accomplish. Any pointers will be helpful
FROM
| Jan 21 | Feb 21 | Mar 21 | Apr 21 |
| 100 | 200 | 200 | 250 |
| | | | |
DESIRED RESULT
| FY 21 | FY 21 | FY 21 | FY 21 |
| Jan | Feb | Mar | Apr |