Hi folks,
following problem ...
q1: array duale scale
scale 1: rating 1-3
scale 2: just 1 option ("used")
q2: array
same subquestions as in q1, but ...
In q2 I'd like to
display only those subquestions for which (the single option of) scale 2 in q1 was
ticked.
And to
hide all other q1_subquestions with scale2
not ticked.
And to
hide the wohle question if none of q1_subquestions with scale2
not ticked.
I've been trying (struggling) with:
- '!is_empty(name)' (no way),
- In the subquestion label text something like {if(q1_001_1 == "A1", "label text","")}.
It works - but if q1_001_1 == "no answer", q2_001 (supposed to be hidden) is still displayed, though without the label text, but with the same rating scale as the other subquestions (supposed to be displayed), since the label may be tailored but not determine (display/hide) the whole subquestion.
Thanks a lot for ideas or hints
bilo