How to get 4 quarter average of the same year for all quarters in a separate line item(Quarter formatted)
Thanks.
Hi
We can calculate in many ways but recommended & easy with the summary method
below is another way of doing but required some mapping as shown
Of course - I'm forgetting your video 😅 https://youtu.be/PvimWuX5jVw
hi @Saisri8568 - try using YEARVALUE(a).
Thank you. But, if summary is turned off, what will be the solution?
Hi @Saisri8568
you can use QUARTERVALUE function
But, If we turnoff summary for above line item, that is not possible right?
The recommended ways of doing it would be to use the summation or have an intermediate year only item.
If you're really short of space you can use TIMESUM(a, <FY-Q1>, <FY-Q4>) / 4 where Q1 & Q4 are retreived dynamically from your time system module - just a word of caution here that this isn't considered best practice as it is an inefficient way of doing the calculation.
@whitby
Why not use MovingSum() with the average parameter?
https://help.anaplan.com/37394929-ea62-4e55-9655-b8c8c2732679-MOVINGSUM
Rob
Ideally, I would like to setup an action that can copy data from one version to another only for a specific module. For every new version I create, I import new data into certain modules and then I manually copy data over for a specific module. I am wondering if I can just setup an action to select an origin version,…
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…