How to disable the checkbox

Options
MaithriK
MaithriK Member, ALL USERS Posts: 5 Contributor

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.

 

MaithriK_0-1650307143262.png

Please suggest me in this.

 

Thanks,

Maithri.

Tagged:

Comments

  • MaithriK
    MaithriK Member, ALL USERS Posts: 5 Contributor

    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.

     

    Thanks,

    Maithri.

  • MaithriK
    MaithriK Member, ALL USERS Posts: 5 Contributor

    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.

     

    Thanks,

    Maithri.