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.