Hi,
I was wondering if it's possible to load a file into a module with brand new list members and it's attributes?
Thanks,
Dan
Hi Dan,
You can't create new members when loading into a module, however an alternate approach is to create an import action with the file loading into the list to create the members + an import action with the file loading into the module to store the data and then putting them in a process that you publish onto the dashboard?
Regards,
Winston
@CommunityMember115525
Great question.
@wquan is correct. I would just add that the module that you load the attributes into should be a system module, a module that only uses one dimension (using the list you are working with). In your planning module, you can lookup the attributes from the system module with a LOOKUP function. The benefit of doing this is that you only have the attributes calculated one time (in one cell) vs being copied X every other dimension.
Here's a link to learn more about the DISCO method (the "S" stands for system).
Best Practices for Module Design by @DavidSmith
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…