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
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…
Hello Everyone, Our team is currently preparing for the requirements gathering phase of our 1st upcoming Anaplan implementation. To ensure that our design aligns perfectly with our business processes and effectively addresses our users' needs, we want to conduct a thorough discovery process. Could you please let us know if…
We have an Integration Process in Anaplan CloudWorks created by User X - No WSA (originally Full Access with top-level Selective Access, now changed to Planner Read Only with Selective Access unchanged) and scheduled by User Y - with WSA , who also created the Integration Flow. Internal (Full Access) is enabled within the…