Hi,
I've a form like this:
- CLASS Name
- 1 - Electro
- 2 - Macro
- 3 - Plus
- WASTE
- 1 - Yes
- 2 - No
- 3 - Not sure
- Material
- 1 - Glass
- 2 - Wood
- 3 - Stone
- 4 - PVC
I'm able to configure the Survey123 Sheet in order to make WASTE and Material fields visibles when I select items 2 or 3 from CLASS Name field (${class_name} > 1).
But the question is: can I also add a relevant to Material field to get it NOT visible when WASTE field selected item is No? I've tried to set relevant for Material field concatenating ${class_name} > 1 + ${waste_sel} = 'no' but it doesn't work.
Please, any help?