Bug-ID-Nummer |
BUG-000161511 |
Eingereicht | September 19, 2023 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS Survey123 |
Gefunden in Version | 3.18 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | Non-Reproducible
Dieses Problem konnte bei Tests durch das Entwicklungsteam nicht reproduziert werden. Problemen wird u. U. dieser Status zugewiesen, wenn sie nicht reproduziert werden können oder in einer Entwicklungsversion der Software nicht mehr relevant sind. Es wurde jedoch kein Fix zur Problembehebung installiert. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Workaround
Use a text value instead of a number.
Schritte zur Reproduzierung