Hi
I have four checkboxes and a TextInput.
I want to ensure that
- at least one checkbox is checked
- if cbQuestion4 is checked then tiBasisForRequestingAssistance must contain text.
I'm failing horribly with my attempt below.
Any ideas?
Thanks
P
If(cbQuestion1.Value || cbQuestion2.Value || cbQuestion3.Value || (cbQuestion4.Value && Len(tiBasisForRequestingAssistance.Text) > 0),
DisplayMode.Edit
,
DisplayMode.Disabled)

Report
All responses (
Answers (