Hi,
How can I sum my months to get the quarter value in another module?
My source module is using month, i turned off of the summary SUM for Time. (to save space)
My target module, i want to get the quarter value of my source.
Thanks,
Tom
@tompatrick.ting
Gotcha. In that case, you're down to a few options. The easiest will probably be MOVINGSUM.
MOVINGSUM(Bonus, 0, 0)
Your target module should be set to quarters. Anaplan will automatically sum the months from your source.
Hi @JaredDolich ,
I have tried that but i am getting zero value in my target module.
Source Module:
Target Module:
Regards,
You're super close. I don't see anything wrong with the summary methods. Since this is a formula, can you check that the allocation % is non-zero? Test your formula first by removing the allocation percentage from your formula to see if the bonus values are showing up.
As you can see your setup with the summary methods works fine.
Hi @JaredDolich
I want to turn of the SUM for time. In your screenshot, your source module summary uses time sum.
Thanks @JaredDolich - movingsum works !
In relation to getting the sales per quarter. Target Module : Account (List), Product (List), Quarter (List), Year (List)
Source Module : Account (List), Product (List), Month (Time)
I keep on getting zero value whenever I tried to lookup the sales from the source Module. I have already mapped the Quarter List to the Month Time. What am i missing?
Monitoring the size of the workspace is crucial in Anaplan, since you must not exceed the allocated size. In general, what advice do you have? Thank you Julien
Hi, I'm working on some data that I'd like to present as a cascade chart, but I have no idea how to do it. Unless I'm mistaken, this type of chart isn't available by default. Do you have any tips or advice? Any examples? Thanks in advance, Julien
Facing challange to get the exact totals for Q1 Q2 line items(it should be 21250), Can somebody please suggest a way to get subtotals intead of grand totals. My Summary should be dynamic.