I have a drop-down containing two values, A and B.
When I select one of the values I want another drop-down to appear. In other words I want to make the drop down appear if the relevant expression is not empty.
Thanks.
Hi John,
Have you taken a look at the help here: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrelevant.htm ?
You could use either of these in the relevant column:
${PreviousQuestionName} != ''
${PreviousQuestionName} = 'A' or ${PreviousQuestionName} = 'B'
Both of those mean the next question will only appear if an answer is selected.
Carmel
Thanks for the reply Carmel.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.