| 不具合 ID 番号 |
BUG-000117902 |
| 送信されました | November 2, 2018 |
| 最終更新日 | June 5, 2024 |
| 適用対象 | ArcGIS Survey123 |
| 見つかったバージョン | 3.0 |
| オペレーティング システム | Apple iOS |
| オペレーティング システムのバージョン | 11.0x |
| ステータス | Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
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.
対処法
Post the condition input before the conditional statements.
再現の手順