When using 'multiple_select' in Survey123 Connect for ArcGIS, multiple integer entries do not appear for each selection.
Last Published: August 8, 2016ArcGIS Survey123
Bug ID Number
BUG-000098035
Submitted
July 25, 2016
Last Modified
June 5, 2024
Applies to
ArcGIS Survey123
Version found
1.5
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
This is not a software bug but an error in the spreadsheet. When used in multiple_select questions, the relevant statement is a little different than other question types.
In the example provided, the relevant statements should be:
selected(${Cond_State}, '1')
selected(${Cond_State}, '2')
selected(${Cond_State}, '3')
selected(${Cond_State}, '4')
instead of:
${Cond_State} = '1'
${Cond_State} = '2'
${Cond_State} = '3'
${Cond_State} = '4'
For more information, refer to the following document, http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrelevant.htm#ESRI_SECTION1_D65D770761764F88A26A0D306699884C.