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:
0
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.htm0 -
Hi,
So you can disable / enable access of other items based on boolean item called Write access driver,
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
So when 1 is enabled, access driver is false hence these items are disabled and vice-versa as shown
0