We can get the data from lower level to higher level by applying SUM or LOOKUP.
But if we already have data at higher level and want to get at the lower hierarchical level, how should we do it?
@Soumyajaiswal
First, SUM is not required if you are aggregating the data from lower level of hierarchy to the Highest Level. It will auto aggregate.
Second: In order to do the Top down approach we generally use LOOKUP. But you need to set a logic right as in how are you going to dis aggregate the data . For example If you have one Region and under that region you have got 3 areas
A1
A2
A3
R1
Let's say Region has got 100 as a value in it. Now you need to figure out how are you going to dis-aggregate this 100 into 3 areas. You can use Prior year actual's ratio or you can set up your own distribution ratio. In your area module you use LOOKUP functionality and multiply that with your ratio.
Or else if you simply want to pull down 100 in each Area use Simple LOOKUP on your Region and it will pull the value 100 in each area
Hope that helps.
Misbah
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…