不具合 ID 番号 |
BUG-000161511 |
送信されました | September 19, 2023 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS Survey123 |
見つかったバージョン | 3.18 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
ステータス | Non-Reproducible
この問題は、開発チームによるテスト時に再現されませんでした。 問題が再現できない場合、またはソフトウェアの開発バージョンで関連性がなくなった場合、問題に対処するための特定の修正プログラムがインストールされていない場合にこのステータスが与えられることがあります。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
The root of the issue is a data type mismatch. Select_one questions are string questions by default, but the value in the choice filter is an integer. The issue is that the string was being compared to an integer, which does not work.
Setting the choice filter to dept=int(${departement2}) resolves the issue.
対処法
Use a text value instead of a number.
再現の手順