Hello,
Is it possible to export data from all modules (or selected modules; let's say there's 70 of them) without individually creating export actions for every single module?
Thanks,
Arthur
@ArthurOff
Sort of.
Unfortunately, you cannot export a "module".
You must first create the export action preferably using a view that contains only the data you want.
With that many modules you'll want to name those exports very carefully so you can find them using a python script.
Iterate through the files you want to export.
I ran into something like this a while ago where each planner had their own module. I used a line item subset to consolidate the modules into one - worked perfectly. This will only work, of course, if the line items are the same.
I'm copying this to @kavinkumar. If there's a way, he'll know.
@ArthurOff the short answer is you have to create the export in Anaplan first.
If you have 70 modules then you'll have to create 70 export actions that generate a file that you can download.
@PaulRitner discusses the same issue in this post. The business case for the API was to automate the actions in Anaplan.
As a suggestion, see if you can use a line item subset and use the COLLECT() function. By doing this you can consolidate the modules. This will only be possible if the line items are the same though.
Can you give some description of the 70 modules? Is there any type of similarity between them?
no I don't think we have that API point.
Hi, I am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list…
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?