Select to view content in your preferred language

Configure Lat Long format in Report using geopoint

151
3
06-12-2025 10:02 AM
SW-DanaRobinsonGISS
Occasional Contributor

I am trying to pull the Lat and Long from a geopoint and want to convert the format from default DD, to DDM.

The following is what I have so far, but want to add "DDM", where Lat_Long is the geopoint, X is the longitude, and Y is the latitude.  

${Lat_Long | getValue:"x"}, and ${Lat_Long | getValue:"y"}

How/where do I add the DDM? I am asking as I want to build this correctly to preserve my credits.  Is the following correct?

 (${Lat_Long | getValue:"x"},"DDM") , and  (${Lat_Long | getValue:"y"},"DDM")

 

Thank you in advance for your help.

0 Kudos
3 Replies
Neal_t_k
Frequent Contributor

There should be a preview for the report that spits out a low resolution preview that doesn't consume credits.

You might have to change the way Survey123 collects and records the geopoint:

https://community.esri.com/t5/arcgis-survey123-questions/can-you-change-the-location-format-of-the-g...

 

Otherwise here is some reference material, doesn't specifically answer your question but helps with syntax: https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereport-map.htm

0 Kudos
SW-DanaRobinsonGISS
Occasional Contributor

There is additional information here regarding pulling data, specifically coordinates. It has different formatting then you provided.  I will try exporting different ways and run sample reports to save credit https://community.esri.com/t5/arcgis-survey123-questions/can-pulldata-geopoint-pull-lat-long-in-dms/....

Neal_t_k
Frequent Contributor

Either way I think handling the conversion in the form is the way to go!  I like what you found in that you can display in the form different than the report if that is important.