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?
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the node…
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create a…