Hi,
I am trying to automate user management from dashboard. For selective access I have to add multiple members of same hierarchy. Is it possible to import data to users list for multiple members from same hierarchy for selective access.
yes you can.
The way to do is is sequential.
1: You need to have a module with a user list and the dimension for which you want to set selective access.
2: Check if member following a logic/input and create a technical line item (called the name of the list + Read or Write) where if access = code of the item
3: create a view of that module with the user and dimension as rows.
4: import into Users from that view: Anaplan will import sequentially each code, giving access to the user
If you ever want to take it one step further and would like to automate the mapping. Keep in mind this can only be done if your database provides data to make the relationship. If you have a database that matches the selective field and employee name in a row of data. You can import multiple members into the boolean fields as mentioned by Nathan.
I am trying upload data from a CSV with date. For size reasons, I don't want to dimension the module by date but bring it in as a line item formatted as date. The problem is that person that will be doing the upload is in Italy, and their date format is different. When she does the upload, the date gets messed up…
Hi, when I am assigning the account to the territory I am always facing error as below and account never get assigned to the territory , what could be the reason ? When I use same method for unassign it works .
A while back, I shared a pattern for extracting and reporting on Anaplan audit data using a Python project hosted on GitHub. I wrote that during my time on the Operational Excellence Group (OEG) at Anaplan. The Python solution still works, and plenty of teams are running it today. The problem it solves hasn't changed:…