| Bug-ID-Nummer |
BUG-000117902 |
| Eingereicht | November 2, 2018 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS Survey123 |
| Gefunden in Version | 3.0 |
| Betriebssystem | Apple iOS |
| Betriebssystemversion | 11.0x |
| Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
Due to the order in which values are loaded when opening a survey from the Inbox, the relevant statements are initially processed in the same order as the existing values are loaded. In the example survey provided, where the select_one question is after the questions with the relevant statements applied, the value has not been loaded for the select_one question from Inbox when the first three questions are processed, therefore loading these relevant statements are false and the values are not retained. However once the value for select_one is loaded, the other questions become relevant again, but the values have been lost due to the relevant statements change of state from false to true.
To resolve this issue the select_one question must be before (above) the relevant statements that are conditional to the answer to that question.
Workaround
Post the condition input before the conditional statements.
Schritte zur Reproduzierung