Combine answers from select_one and select_multiple type for another question

Good afternoon Kobo community,

I have a question. I’d like to reuse answers which selected to from previous 2 questions. however they have different question types, one is select_one and another is select_multiple. I tried. I tried choice_filter = name = ${q1_fav} and selected(${q2_best}, name) but it doesn’t work. is there thing that I missed out? Please help guide me. Thank you in advance! - Vidou
Football_player_question.xlsx (10.6 KB)
2, name)

1 Like

Dear @titonuppun
“If you want to use choice_filter to filter options in select_one and select_multiple questions, you need to write: name=${q1_fav} or selected(${q2_best}, name). The condition name=${q1_fav} filters based on the select_one question, while selected(${q2_best}, name) filters based on the select_multiple question. These conditions must be joined using the or operator.”

2 Likes

Thank you so much @naylinsoe for your help! dang i spent like a whole day finding this. it’s just “and” and “or” mistake. :frowning:
have a good one!

1 Like