Is it possible to have multiple conditions in a Survey123 relevant expression?
I'm looking to only show questions if conditions from multiple questions are met. In simplest terms:
If:
answer to Question 1 = 1 or 14 and
answer to Question 2 = 'X' or 'Y'
show the question, otherwise, don't show the question.
Such an expression would work well in SQL, with appropriately placed brackets, but various combinations/orders. The answers are all referring to Names, not labels, in the choices list.
I'm thinking something along the lines of:
selected(${Accessible},'1') or selected(${Accessible},'14') and selected(${Conditions},'X') or selected(${Conditions},'Y')
Any guidance would be greatly appreciated.
Kind regards,
Skerm