The sum() aggregate function does not concatenate string inputs and records a 'NaN' value when submitting responses from a web browser.
上次发布: June 11, 2019ArcGIS Survey123
漏洞 ID 编号
BUG-000122750
已提交
May 31, 2019
上次修改时间
February 12, 2025
适用范围
ArcGIS Survey123
找到的版本
3.2
操作系统
Windows OS
操作系统版本
10.0
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is an expected behavior for the web form because Math functions (except number()) only work with number values. For more details, refer to https://docs.opendatakit.org/form-operators-functions.
解决办法
Use the join() or concat() function to connect strings. For example, join(",",${who_hugged}).