When using 'multiple_select' in Survey123 Connect for ArcGIS, multiple integer entries do not appear for each selection.
上次发布: August 8, 2016ArcGIS Survey123
漏洞 ID 编号
BUG-000098035
已提交
July 25, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
1.5
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
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.