Dear all,
I have a question on which I want to put an enabling condition saying basically: “only show this question if the one question (in the survey) matches certain answer options AND if the prior questions matches certain answer options”.
In other words: the enabling condition needs to contain a macro $cropvc_1 || $cropvc_2 || $cropvc_3 (1st condition) AND the operator crops_time !=7 (2nd condition).
Can I combine both condition in one single enabling condition in Survey Designer? I have tried the following two, but both dont work:
$cropvc_1 || $cropvc_2 || $cropvc_3 && crops_time !=7
$cropvc_1 || $cropvc_2 || $cropvc_3 && crops_time.ContainsAny(1,2,3,4,5,6)
I am thankful for any suggestions!