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
I am testing export actions using workflow but its not generating any file when I am running the workflow, but the same process is generating export file when ran from the Actions→Process section. Is their any issue with the workflow functionality? Also, If I want to generate a file after completion of workflow and pull…
Hello Anaplan Community, I am seeking guidance on the most effective ways to automatically upload flat files to Anaplan Data Orchestrator (ADO). Currently, our process involves loading flat files to an Anaplan Datahub using Anaplan APIs and custom Python scripting. With Anaplan Data Orchestrator's capabilities for data…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…