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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.