Hi experts,
Could you please help me, obtaining period formatted item for out-of-time-range month?
example)
Financial year: 2018/4 ~2022/3
target month: 2018/3 ➡ Mar 18 (expected), Blank(actually)
If you are fine to show the outcome in text, you can try the following method. This will be a easier method if the data is only for display purpose.
Create a mapping list to map the month in numeric (3) to month in words (Mar) as shown in the screenshot.
Then you can use "CODE(FINDITEM(Mapping, RIGHT(Data, 1))) & " " & MID(Data, 3, 2)" formula to get the output in text format.
@Tsuyoshi_Inoue
Can you try the ADDMONTHS() function.
https://help.anaplan.com/anapedia/Content/Calculation_Functions/All/ADDMONTHS.html
Also, you can always create a time range that goes back one year. Just use a system module for the lookup so you aren't making your modules overly big.
Add a dummy Time range of FY18 in your model.
Use PERIOD(Date) in your target line item - you should be good
Hi,
You can create a time range for FY18 i.e from April 17- March 18 separately,
Once a time range is created, all its periods are available along with model timescale periods as period format
as shown
Hope this helps
Hi Community, I’m encountering an issue where an export created in Anaplan is missing column headers when retrieved via the API. However, when I manually run the same export from the Actions tab, the downloaded file includes the headers. Has anyone experienced this behavior before? I’d appreciate any insights into the root…
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…