Here is what I am trying to do:
1. Group 1 has five items in a drop-down list (can also be a radio button) - Q1, Q2, Q3, Q4 and Q5
2. For those who select any of Q1, Q2, Q3 or Q4, Group 2 is shown (which consists of an array with 6 items). These people do not see Group 3.
3. For those who select Q5 from Group 1,Group 3 is shown. In Group 3, I want an array with 3 items from the Group 2 array (I don't want all 6 items to be shown to these people).
If I use INSERTANS, for those who have to answer Group 3, then the three items from Group 2 do not show up. I just see empty space there (because these folks didn't answer Group 2).
Is there a way to do this?
Thanks.
1. Group 1 has five items in a drop-down list (can also be a radio button) - Q1, Q2, Q3, Q4 and Q5
2. For those who select any of Q1, Q2, Q3 or Q4, Group 2 is shown (which consists of an array with 6 items). These people do not see Group 3.
3. For those who select Q5 from Group 1,Group 3 is shown. In Group 3, I want an array with 3 items from the Group 2 array (I don't want all 6 items to be shown to these people).
If I use INSERTANS, for those who have to answer Group 3, then the three items from Group 2 do not show up. I just see empty space there (because these folks didn't answer Group 2).
Is there a way to do this?
Thanks.