Hi,
Hi am trying to understand what is the best way for building a table for a sort of "many to one" relationship between choice filters of 2 questions.
I have a select one question(Question2) that has hundreds of choices. I want these to be filtered by a previous question(Qujestion1).
The previous question(Question1) has hundreds of choices too and some of the choices that I want to display for a particular selection for the Select one question(Question2) I want them displayed in other selection for the previous question (Question1). So choices from Question2 are common to different Answers in Question1 (sort of "many to one")
2 Examples:
1) Answer to Question 1: ALAB
Filtered choices in Question 2: 1, 2, 3, 4, 5, 6, 7
2) Answer to Question 1: BABAC
Filtered choices in Question 2: 4, 5, 6, 7, 8, 9, 10
How do I have to set the excel sheet to make this possible? I was thinking using an external choice putting choices in an external csv saved in the media folder, but how do I need to arrange the table?
Keep in mind that both question 1 and 2 choices could be hundreds

Is this the right way for doing this?
Thanks