Imagine two questions on separate pages (groups) in a survey:
Q05B - Which colors of widgets do you carry? [MULTIPLE RESPONSE QUESTION TYPE]
1 Red
2 Green
3 Blue
Q06B - How many of each do you have in stock? [MULTIPLE NUMERIC QUESTION TYPE]
1 Red _____
2 Green _____
3 Blue _____
I have an Array filter on Q06B set pointing to Q05B so that only rows answered in Q05B appear when Q06B is displayed. This filter is set correctly and works as expected.
At present, when I test the survey without choosing any of the responses in Q05B, the questions text for Q06B appears with no answer options. What would be the appropriate technique for setting a relevance equation for my Q06B so that it does not appear when none of the options are answered in Q05B?
I've tried summing, i.e., sum(Q05B_1.NAOK, Q05B_2.NAOK, Q05B_3.NAOK) > 0. I've also tried experimenting with !is.empty(Q05B_1.NAOK), etc., but I couldn't get it right. Any guidance would be appreciated!
Thank you!