Calculations set in ArcGIS Survey123 with the calculationMode parameter set to manual run on form initialization instead of when the Calculate button is clicked
ArcGIS Survey123
漏洞 ID 编号
BUG-000175157
已提交
March 19, 2025
上次修改时间
May 8, 2025
适用范围
ArcGIS Survey123
找到的版本
3.22
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
In Review
该问题正在审查中。 审查过程可确保问题包含所有必要信息、易于理解、不与现有问题重复,且为关于漏洞或增强功能的有效请求。 在此阶段,可能会联系您进行说明或提供其他信息。
解决办法
Keep the default set to null. This works for number and date-based questions.
For string values, use an if condition to ensure the variables are not empty. Example: if((${var1}='' and ${var2}=''),'',concat(${var1},' ',${var2})