I’m trying to filter options of a single select question
Here is a bit of detail;
- I have a list question(econActivityList) where interviewer would list the economic activities carried out by a person
- Then I have a roster(econActivityRoster) based on the list question above
- Inside the roster, I have a single select question(isRegistered) where it asks if each of the economic activity is registered or not
- Outside the roster, I have a single select question(selectEconActivity) where I need to filter the list of items in (econActivityList) **only for those activities which are not registered.
This is the list question
**
This is the question inside the roster
This is the question i want to filter (outside the roster)