I'm a little confused as to why you are using an array by column for
A1A when a
List radio
should work and why you are using Array (Numbers) for
A1B and
A1C when
Multiple choices
should work.
Having said that, if you are using LS 2.06 or newer, you can place relevance on the sub-questions in
BE1. So, if you use the question types above, something like this for the first sub-question of
BE1 (untested):
Code:
A1A == 1 OR A1B_1 == 'Y' OR A1C_1 == 'Y'
If using LS2.05 or older you will need to insert a hidden multiple-choice question in the first group, toggle it with JavaScript and then filter
BE1 by that hidden question.