A hidden calculation field in a Survey123 for ArcGIS form produces different results when collected from the Survey123 for ArcGIS mobile app and the Survey123 for ArcGIS website.
上次发布: October 24, 2019ArcGIS Survey123
漏洞 ID 编号
BUG-000126026
已提交
October 15, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
3.6
操作系统
Android
操作系统版本
8.1x
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When performing calculations on select_one questions containing numeric values, it is necessary to convert each value to an integer by using the int(question or value) function first. The select one_question type is a string and requires conversion to an integer within the form to conduct the calculation successfully. Specifying the bind::esri:fieldType field as esriFieldTypeInteger ensures the value is stored as an integer once the value is passed to the database.
An example of the calculation: (int(${Q_51}) + (int(${Q_52}) + (int(${Q_53}) + (int(${Q_53}) + (int(${Q_54}))))))