Inconsistent behavior of constraint in the ArcGIS Survey123 field app compared to the web app
ArcGIS Survey123
漏洞 ID 编号
BUG-000173988
已提交
January 30, 2025
上次修改时间
March 27, 2025
适用范围
ArcGIS Survey123
找到的版本
3.21
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The expression .!='' is not valid for a decimal question type as a float is being compared to a string. The alternative expression to accomplish the goal is .!=0 or .>0 with the question set to required. If setting the question to required is not ideal, the (string-length(.)>0)and(.!=0) expression is another option.