In the Survey123 for ArcGIS field app, the calculation to find the sum across fields is not honored within a repeat.
上次发布: August 27, 2019ArcGIS Survey123
漏洞 ID 编号
BUG-000124300
已提交
August 6, 2019
上次修改时间
July 15, 2024
适用范围
ArcGIS Survey123
找到的版本
3.5
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation of note question types. As a note field is a read-only text field, the value cannot be re-calculated. If the note field is changed to a text field, a re-calculation button appears when the value changes.
The calculation in the repeat for ${populationComp_percent} uses a value from outside the repeat for ${total}, which in turn is a total of values from inside the repeats. Every time a new repeat is added, the ${populationComp_percent} must be manually updated for each repeat record as its value was correct at the time it was originally calculated for the repeat that was visible at that time. When a new repeat record is added, it is not designed to be automatically updated in previously collected repeat records like in many cases as this would cause the wrong behavior and data loss.