Hello, is there a way to filter choices based on previous repeat?
How many members? (rpt)
First repeat: (rpt)
names, age, gender,
Second repeat (rpt)
Head of Household: select from names from first repeat (but i need to filter the name entered in first itteration in first repeat)
His wife:
In my example, the code is working like this:
The first itteration of the second repeat does hide the first name entered in the first itteration of the first repeat.
The issue is with the other itterations in the second repeat:
The second itteration of the second repeat does not hide the second name entered in the second itteration of the first repeat.
Thanks in advance
select-one-from-repeats.xlsx (10.9 KB)