Select_Multiple conditions

576
1
07-30-2019 12:45 PM
ColinPowers2
New Contributor

Hello, I am trying to find the syntax to display conditional questions for when more than 1 option are chosen on a select multiple.

My form is set up as-

Select_Multiple: 1 or 2 or 3

if any of them are selected singularly then a new question pops up for that one, I am trying to work out how they can select 1 and 2... and then have each of their conditional questions appear.

0 Kudos
1 Reply
Jim-Moore
Esri Regular Contributor

Hi Colin

Perhaps the selected() function is what you're after? For a select_multiple question, this will return true if the specified choice is selected (regardless of any other selections). For example, selected(${question1}, '3') will be true if the user selects '3'.

Please see a handy table of formulas here: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm

Hope this helps, otherwise please feel free to send your XLSForm so I can troubleshoot.

Best,

Jim

0 Kudos