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?
Hi, I need help in pulling a specific view in Anaplan XL. The first grid should display attributes of various projects, while the second grid should present the monthly financial data for these projects. Thanks in advance.
Hi, I am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list…
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…