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.
This shows all comments across all data to all users with access to the UX page. This is not appropriate for any UX which might contain security access sensitive data. Comments on grids and cards ARE security dependent. That works fine. But anyone with access to the page can open this Summary Panel and see ALL comments…
If anyone is aware of idea exchange ideas that are currently being evaluated by the product team, if you don't mind linking them here, would love to give them an upvote. Thanks!
Hi, I’m experiencing a strange issue in ADO that I can’t seem to resolve. Before reaching out to Anaplan Support, I thought I would check with the community for advice. I’m trying to extract some list properties for an ADO mapping from a Polaris model/module. However, no matter what I do, I keep encountering the same error…