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
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…