Almost done with my module. I need help in developing a formula to compute the monthly amortization that looks at dates.
@LeiCuntapay create boolean line items for start period, end period and middle periods and populate the booleans. By using the boolean line items you calculate as shown below start period line item→ if start boolean then Amount spread* Active days/ No.of days middle period line item → if middle boolean then Amount spread else 0 start + Middle line item → start period+ middle period ( start & middle period data in single line item, keep summary method SUM) end period line item → if end boolean then amount- TIMESUM(start+ middle) else start + Middle so end period line item gives you the monthly amortization. By using individual lineitems or by merging the logics in single line item you can do this Hope this helps. Sri Nitya
This could be the total cost, salary, or any other amount that needs to be prorated. This is the number of days for which the pro rata calculation is required. Use 365 for a common year or 366 for a leap year. Multiply the total amount by the number of days in the period, then divide by the total days in the year.
Is there any easy way to replace a Line Item in the whole model in all formulas? right now i have to check hundreds of modules to switch out a Line Item, which is quite tedious //GP
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…
As shown in the screenshot, each monthly amount (Jan, Feb, Mar 2024) needs to be paid down in the future months (Jan–Aug 2025). The paydown must satisfy certain conditions specific to each month between Jan and Aug 2025. If the conditions are met, the paydown can occur. For example, if $20 is available to pay in Jan 2025…