Hello Green,
It's possible to achieve this. you will need to use filters as indicated below:
- Involved columns are "choice-filter" in survey and "filter" in choices.
Step one: Define the choices (name and label) in the choices and then add an extra column called "filter" of which the content is the copy paste of the "name" column.
Step two: create your variables (select_one and select_multiple) as desired
Step three: add the column "choice_filter" and pass the following function for the select_multiple question
not(selected(${VAR1}, filter)) which in other words returns all items that were not selected previously
See this this form for quick reference
Cheers.
Jules R