Bug-ID-Nummer |
BUG-000157908 |
Eingereicht | April 28, 2023 |
Zuletzt geändert | October 25, 2024 |
Gilt für | ArcGIS Survey123 |
Gefunden in Version | 3.17 |
Betriebssystem | Windows OS |
Betriebssystemversion | 11.0 |
Status | In Review
Das Problem wird aktuell überprüft. Bei der Überprüfung wird sichergestellt, dass alle erforderlichen Informationen enthalten sind, die Angaben leicht verständlich sind, es sich nicht um ein Duplikat eines bestehenden Problems handelt und es sich somit um einen gültigen Bug oder eine gültige Verbesserungsanforderung handelt. Während der Überprüfungsphase werden Sie bei Bedarf zur Klärung oder zum Einholen weiterer Informationen kontaktiert.
|
Workaround
Add another condition to the visible expression to show the question if those attributes are null or if the string length is less than 1. For example:
- Current expression: string-length(pulldata("@json", ${projekt_json}, "attributes.ist_planung_oktober_2022"))<1
- Updated expression: pulldata("@json", ${projekt_json}, "attributes.ist_planung_oktober_2022")="null" or string-length(pulldata("@json", ${projekt_json}, "attributes.ist_planung_oktober_2022"))<1
Schritte zur Reproduzierung