Hi all, we have a list of household ID a list of household members.
Now I have created a single-select question about household ID (hh_id), then create multiple-select about household list (hh_list). Now I want to use filter in hh_list that only appear if it is related to household ID in previous question.
For example, here is the hh_id I have created.
Then, I created the hhlist. But I only want this question appear X Y if hh_id select 1109872, and only appear Z G N if hh_id select 1100022.
Is there a way to do this (e.g in look-up table)? Thanks!