Hi!
I've been trying to create a formula that will hide text fields when values in a checkbox is selected.
The checkbox field contains 4 items. Each item corresponds to a text field. When items in the checkbox are selected, the corresponding text fields should display otherwise it should be hidden.
I used the formula below in the Hide-When box:
@If(@Contains (confidential;"A";"B";"C";"D") = 1; @False; @True)
The problem with it tho, is that when I select one of the items, all text fields get displayed.
Truly appreciate the help. Thanks!
Tin
I've been trying to create a formula that will hide text fields when values in a checkbox is selected.
The checkbox field contains 4 items. Each item corresponds to a text field. When items in the checkbox are selected, the corresponding text fields should display otherwise it should be hidden.
I used the formula below in the Hide-When box:
@If(@Contains (confidential;"A";"B";"C";"D") = 1; @False; @True)
The problem with it tho, is that when I select one of the items, all text fields get displayed.
Truly appreciate the help. Thanks!
Tin