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
Solved! Go to Solution.
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') |
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') |