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.
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…