I am looking for a rolling function that calculates the total value of opportunities over the past 90 days from the current date. Any suggestions or formulas would help!
Thanks
Hi,
It would ultimately depend on how the data is formatted. Here are some possibilities:
There are probably many other ways to do this; I'm interested to see other responses!
Paul
Hi ckryan,
At the moment, Anaplan doesn't have a standard function that gives you the current or today's date. However you can use integration or data loading to load today's date into Anaplan.
Assuming "Today" is the line item (format Date) in the module "Admin", then Admin.Today will be updated with today's date with your scheduled loading.
Assuming the module "Opportunity" has the line item "Value" and time (Day) as list in it, you need to create a "Flag" line item with the following formula:
Flag = if start() >= Admin.Today - 90 and start() <= Admin.Today then 1 else 0
Active Value = Flag * Value
Total Opportunity Value = Active Value[Select:Time.All Periods]
Opportunity.Total Opportunity Value is the final desired result.
Thanks,
LipChean
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…
Anaplan Champions! The Community team just posted this announcement that certification badges may not be showing up on your profile probably until next year. Rest assured, you will get credit once you complete and pass the exams. https://community.anaplan.com/t5/Blog/Badges-Back-Soon/ba-p/123385
Users may encounter error and warning messages in PlanIQ. The table below includes descriptions of the messages and details what should be done in order to address them, where applicable. Message types: * Errors will fail the relevant PlanIQ step. Users will have to follow the instructions in order to avoid the errors. *…