Hi, I'm trying to make a question relevant in Survey123 based on how the user answers in a multiple choice questions earlier in the form. The multiple choice question consists of 4 possible anwers. The problem I have is that I want the later question to be relevant if you choose anwers 1-3 or if you answer a combination of all.
This is the multipe chioce question:
If the user just answers 'Logistics' I do not want the other question to be relevant, but I do want it to be relevant if the user answers 'Manufacturing' and 'Logistics' or any other combination. I tried writing it with and/or logic but it fails.
Any ideas?
Solved! Go to Solution.
Did you use selected(${Customers},'Other'). You cannot use = in multiples.
You should be able to use and between 2 of these selected.
Did you use selected(${Customers},'Other'). You cannot use = in multiples.
You should be able to use and between 2 of these selected.
Hi Madelene Sonesson, you may find the following Blog helpful.
Thank you both Doug Browning and Brandon Armstrong, I marked Doug's answer as correct but both answers where very helpful.