Bug ID Number |
BUG-000157908 |
Submitted | April 28, 2023 |
Last Modified | October 25, 2024 |
Applies to | ArcGIS Survey123 |
Version found | 3.17 |
Operating System | Windows OS |
Operating System Version | 11.0 |
Status | In Review
The issue is being reviewed. The review process ensures that the issue contains all necessary information and is easy to understand, that it is not a duplicate of an existing issue, and that it is a valid bug or enhancement request. During this phase, it is possible that you are contacted for clarification or additional information.
|
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
Steps to Reproduce