Coordinates (lat/long) not showing above map in feature report

238
1
05-17-2023 07:46 AM
Nbachoo
New Contributor

I want to produce a location map in the report for each of my survey points as displayed in the preview under the Data tab in Survey123 web version, shown in the image. Using ${location} in the report returns the map with blue pin, but not the lat/long data in bold. I did not create individual lat/long fields in the survey. Is there a way to display this data in the report?

Nbachoo_0-1684334246812.png

 

0 Kudos
1 Reply
IsmaelChivite
Esri Notable Contributor

Yes. Try something like this:

Lat: ${location | getValue:"y"}  Lon: ${location | getValue:"x"}

Change the name of the location question as appropriate. You can use optional parameters to limit the number of decimals displayed, change the locale, etc. More details in the Geopoints section of this help topic: https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm 

In the Manage Templates dialog, you will find a Quick reference link. It dynamically creates a report syntax hep document specific to your survey. I find that very useful as well.

IsmaelChivite_0-1684365923631.png

 

0 Kudos