Value does not populate if the question within a repeat section has a calculation, marked as readonly, and contains calculationMode=manual.
上次发布: September 13, 2022ArcGIS Survey123
漏洞 ID 编号
BUG-000151134
已提交
July 28, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
3.15
操作系统
Apple iOS
操作系统版本
15.x
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
A new calculationMode value named whenEmpty is implemented for this workflow. When the calculationMode is set to whenEmpty, the calculation calculates until a nonempty value is returned. Once a nonempty value is returned, the question behaves the same way as the manual mode. See the documentation for more information:
https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepopulateanswers.htm#GUID-DCF23AEF-162A-4BFA-A025-8CA4A7E5BB9A
解决办法
Remove either readonly or calculationMode=manual from the question.
Remove the repeat.
Instead of using calculationMode=manual in the esri:bind::parameters column, wrap the entire calculation in the once() function to achieve the same result as the calculationMode=manual parameter.