I would like to hide my horizontal accuracy field if a geopiont is manually entered. Can someone recommend syntax for the relevant clause?
Thanks!
As indicated at Geopoints—Survey123 for ArcGIS | ArcGIS, the function to get the horizontal accuracy is pulldata('@geopoint', ${location}, 'horizontalAccuracy') . When a point is manually set, this value becomes null:
The appropriate relevancy calculation is pulldata('@geopoint', ${location}, 'horizontalAccuracy') != null
Perfect! Thanks.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.