Hi
I am creating an ALM model, so that we ideally have 1 Dev model to multi prod models. Is there anyway to create a Boolean or some setting so that some dashboards aren't visible on some prod models, but are in others?
@alismith
Can you use roles?
You can change them in models that are in deployed mode.
thanks @JaredDolich that will work
I just wonder long term if that will create a lot of different roles and complexity in having to track them.
that the ability to hide, a part of the structure of a module or whole dashboard could be part of ALM.
You make a good point.
There are a lot of submitted ideas on the idea exchange for object level migration in ALM.
As you probably know, right now, you have to promote the entire model (all structure). The complexity of object level migration is pretty high but I know that the Anaplan team is working on some possible ways to get us there.
In addition to roles, I've seen some pretty creative uses of DCA and Selective Access but that probably won't work if you need dashboards to be hidden/displayed.
@JaredDolich
would the use of selective access and DCA allow me to hide certain module views on a particular dashboard? as I think i will need that as well
so might be interested in seeing how people did use them, if you have those resources on hand
thanks
Unfortunately, DCA will only help with what values are shown on the grid and whether they are read or write.
Can you can modify your dashboards so that instead of a different dashboard for each production instance you only have one?
Then you can modify what is shown in the grid between selective access and DCA.
If multiple dashboards / production models is a requirement, the only way I can think of to solve your use-case is to use roles.
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:…