Hi,
Im trying to exclude answers from a single question to multiple question, But instead it skips that question, when I remove it works okay, does it mean its not possible to exclude answers from a single question to a multi question?
to exclude answers from a single question to a multi question?
I should say "No", see the manual: The subsequent questions can be filtered on any array question type, including:
Multiple choice
Multiple choice with comments
Multiple short text
Multiple numeric
Array (5 point, 10 point, Yes/No/Unknown, Increase/Same/Decrease, Column)
Array (Dual Scale, Text, Numbers)
Ranking
Furthermore, each of these question types can be filtered.
Use subquestion relevance.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
In Q10 you may use the array exclusion filter, but you have to exclude the selected brand of Q8 as well by subquestion relevance.
So either only subquestion relevance in Q10 like
Q8!=1 AND Q9_1!="Y"
Q8!=2 AND Q9_2!="Y"
...
or (easier) array exclusion filter (Q9) and subquestion relevance only
Q8!=1
Q8!=2
...
Volunteers are not paid.
Not because they are worthless, but because they are priceless