Bug ID Number |
BUG-000161511 |
Submitted | September 19, 2023 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Survey123 |
Version found | 3.18 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
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.
Steps to Reproduce