Select to view content in your preferred language

Cannot show "Other" question when user selects more than the "Other" in a muti-select question

490
1
Jump to solution
09-04-2018 01:02 PM
by Anonymous User
Not applicable

Hi all,

I have a multi-select question at the end of the 17 checkboxes, I have "other". If "Other" is checked, it should show a separate multi line question asking the user to describe the type of hazardous waste. If I check Other alone, it works just as it should. If I check "Other" And "Asbestos" the Description question will not show anymore. How can I still show the description question while selecting other hazardous waste?

Here is how I filtered: 

${hazardous_waste} = '18'

Thanks,

Alex

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

I found my answer here: Form expressions—Survey123 for ArcGIS | ArcGIS . It is now working. I replaced what I had with this and that did it:

selected(${hazardous_waste}, '18')

View solution in original post

0 Kudos
1 Reply
by Anonymous User
Not applicable

I found my answer here: Form expressions—Survey123 for ArcGIS | ArcGIS . It is now working. I replaced what I had with this and that did it:

selected(${hazardous_waste}, '18')
0 Kudos