Select to view content in your preferred language

How to have Geopoint only display Lat/ Long (or Northing and Easting) in report?

733
2
Jump to solution
01-08-2024 09:56 AM
MTavares_Manitoba
Emerging Contributor

Currently when a user selects their current location it displays a point on a map in the report with no lat/ long or UTM. Is there a way for the Geopoint GPS field on line 12 of the XLXS to just display the lat/long or utm coordinates without a visual point on the map displayed?

I have included a photo of the currently display, the XLXS, and the report template.

 

0 Kudos
1 Solution

Accepted Solutions
ZacharySutherby
Esri Regular Contributor

Hello @MTavares_Manitoba

In your report template syntax you can use ${gps | getValue:"y"} and ${gps | getValue:"x"} to return the lat / long without the map display. 

Please see the Report templates documentation for more details. 

Thank you,
Zach

View solution in original post

2 Replies
ZacharySutherby
Esri Regular Contributor

Hello @MTavares_Manitoba

In your report template syntax you can use ${gps | getValue:"y"} and ${gps | getValue:"x"} to return the lat / long without the map display. 

Please see the Report templates documentation for more details. 

Thank you,
Zach
MTavares_Manitoba
Emerging Contributor

Hi @ZacharySutherby, Thank you for your reply!

would there be a way to display the points location in UTM coordinates instead of lat and long?

0 Kudos