How to Aggregate Monthly Data to Yearly When Time Summary is Set to None
Hello Anaplanners.
I have a module dimensioned by Month, but the Time Summary for my key line item is set to None to optimize space. However, I need to bring this data into another module that is dimensioned by Year.
Since the time summary is disabled, the values don't automatically roll up to the yearly level.
Would anyone happen to know the best way to handle this while keeping things efficient?
Answers
-
Turn the summary to Sum for the Time dimension, that will be the most efficient way even though it is costing you some space.
2 -
Hi @sosunkwo,
As Rob noted, if possible, turn on only the time summaries.
If that is not possible, you can try using MOVINGSUM with a time system module.
Probably, you have a time system module where you have the first period of each year. The line item should be number-formatted, Booleans will not work.
Use a MOVINGSUM formula:
Yearly Sales Data. Sales = MOVINGSUM(Monthly Sales Data.Sales, SYS Time Module.First Period)
I hope this helps. 🌷🙂
Seyma1 -
Thank you @rob_marshall. I figured this is the best setup as other approaches I tried resulted in me unnecessarily over-engineering.
0 -
@seymatas1 - this is a creative workaround, thank you. I will add it to my toolbox :). But yes, as Rob noted, I think turning on only the time summaries would suffice for now.
0