Hi,
I am trying to disable checkbox in an app.
I have 3 actions, data load, data clear and data approve.
Once user selects approve then other two actions has to disable.
Please suggest me in this.
Thanks,
Maithri.
Hi Kirill Kuznetsov,
I did using formula in the main module.
Formula :Version. 'Select: Data Upload'[LOOKUP: 'Org'] AND NOT Version. 'Select: Lock Data'[LOOKUP: 'Org']
It's Working. Issue is fixed.
@MaithriK
Please have a look at Dynamic Cell Access or DCA. This setting allows you to limit access per each cell with almost any boolean logic you need and especially very common for cases like yours. Here couple of links:
Dynamic cell access - Anaplan Technical Documentation
Another solution here is to have a dropdown selector for user to choose the options from.
Make a selector from a list "Data Status".
The list consists of three elements:
Data Load
Data Clear
Date Approved
This way user will have a single line item "Select action" where he will have to select between the three options - so no way he will be able to select multiple at once.
On the backend you can keep your checkboxes which will have formula like this: Select Action = Data Status.Data Load
Thanks for the reply.
My scenario is if the data approved and lock done by user ,no other user can not able to run rest of the processes.
The other check boxes has to disable for that organization. If I use DCA it is hiding all the organizations checkboxes. I want to hide only selected organization check box.
If I understoood correctly you have additional dimension called "Organization" which you did not tell before.
Correct me if i am wrong.
If it's true, you just have to add this dimension to the DCA line item.
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…