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
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…