I want to import data from one model into another, but only for future periods i.e. don't import the historical data. I match on Time but have no way to remove the past periods data from the import selections. Is this possible?
Hi, On your sources saved views you need to filter out historical months.
Hi @DaveScott,
To import data for future periods, create a filter in the source model using a time settings module to mark future months as "true." Apply this filter to the source data module, ensuring the time dimension is in rows along with other dimensions for correct mapping. Save this filtered view and use it as the source for the import, rather than importing directly from the module. Hope this helps.
thanks for the replies - will give it a go!
Create a filter like this for Future Year.
@uno online If you have programming skills, you can write a custom script (in Python, R, or any programming language you are familiar with) to read data from the source model, filter the records with future dates, and then write this data to the target model. I hope this helps you.
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.
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
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…