How to create this cascading select question?

I have another question.
I have Q1 (awareness), Q2 (now use), Q3 (ever used but don’t use now).
If I answer on Q1 code; 1,3,5,7,9 then Q2 code; 3,5, so Q3 will show 1,7,9,99.
My problem is, how to show code 99. I have created script “selected(${Q1},name) and not(selected(${Q2},name))” but code 99 don’t show in Q3, How to show code 99 in Q3?

Thank you.

@arif_1234, is this something you are trying to refer to that has been discussed previously?

Hi @Kal_Lam ,

Sorry, it dont’s answer my problem.
My Problem is how to show code 99 “don’t know” after Q1-Q2.
More example, we have answer list as Brand A,B,C,D,E & don’t know;
Q1 answered, Brand A;B;C;D;E
Q2 answered, Brand A;B
So Q3 show answer Brand C;D;E & don’t know

How to show “don’t know”.

Thank you for your help.

OK, this so this post discussed previously should help you solve your issue:

Hi @Kal_Lam ,

Thank you for your advice.
I’m confused because this problem is on multilple question whereas your example is for single question. I think the script does’t work for multiple question.

Thank you.

You are doing great job…

1 Like