How to control the checkbox

Hi everyone

 

I created a Boolean as checkbox . When 1 checked ,others become disabled ,

and when 1 unchecked  others are back to normal. how to do ?

 

Tagged:

Answers

  • the behavior you are describing is the one you expect ?
    either way the solution/reason is DCA:
    https://help.anaplan.com/anapedia/Content/Modeling/Working_with_Data/DynamicCellAccess.htm
  • Hi,

     

    So you can disable / enable access of other items based on boolean item called Write access driver,

     

    Kanishq17_0-1588701367437.png

    This module contains a line item which is the access driver for the line items in the module, so then in blueprint for module where you need to disable/enable access for other, you can set the write as this line item

    Kanishq17_2-1588701539839.png

    So when 1 is enabled, access driver is false hence these items are disabled and vice-versa as shown

     

    Kanishq17_3-1588701613332.pngKanishq17_4-1588701635105.png