Hi,
Just for my understanding, What I need to do in Anaplan so that when I change my current period (Q1) to next quarter (timescale Q2), my current quarter (Q1) data didn't not get delete and automatically covert to hard coded figures.
Thank you!
Hi @sharmagh
I agree with @mikejorg , you can control from Version Edit to & Edit From, Another approach to control is through DCA.
If you have ALM, then I think DCA would be better and faster, you don't have to sync every time.
1. Create one system control module by quarter and one line item
2. Create another Module for DCA
3 Apply DCA in your input module:
Hope this helps!
Thanks
Akhtar
Hi @sharmagh ,
As long as you aren't looking to change the model calendar, you should be able to adjust the 'Edit From' and 'Edit To' fields in the versions part of model settings.
It doesn't exactly hard code the periods outside of these fields, but it does prevent them from being edited.
@sharmagh Are you referring to the mechanism when you use on a version "Forecast the "switchover" flag?
I this case for "actual periods" the data are physically copied from "Actual" version on "Forecast" version and the previous "Forecast" values are lost. This mechanism cannot be changed.
What you can do is to create workarounds to preserve data of the "Forecast" version.
- copy data into another line-item that does not use "Use switchover" flag in modules before changing the current period
- create a custom mechanism to manage the "actual" and "forecast" months which does not use the "switchover"
etc...
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…