Select to view content in your preferred language

Select_Multiple Syntax

279
1
08-24-2018 04:17 AM
EricS
by
Regular Contributor

I have a select_multiple question in my survey. What I want to do is if "other" is selected in that question a text box appears below so the user can describe "other". The problem I am having is if the user selects more than one option in the multiple question the text box for "other" does not appear.  What is the syntax for this to work?

0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor

Hi Eric,

In the Relevant field you will want to use selected.  Ex:

selected(${Damage_Type},'Other')
0 Kudos