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.
Solved! Go to Solution.
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.
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.
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?