Surveys created with Survey123 Connect for ArcGIS when opened in survey123.arcgis.com do not honor the relevant settings set in Survey123 Connect for ArcGIS.
上次发布: June 7, 2018ArcGIS Survey123
漏洞 ID 编号
BUG-000108880
已提交
October 17, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
2.4
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
For select_multiple questions, the author should always use the selected function for evaluation. Survey123 (both app and web) do not guarantee order of selection, so you can't reliably base relevancy on the answer to a select_multiple question. Use the selected() function as the basis of a relevant instead.
解决办法
Use the selected(${activity} , 'transit') expression instead.