Hello,
how i can input the coodinate from survery123 map in the report ?
Regards
Sebastian
From your description, I believe @ZenMasterZeke is correct.
Here are a few other calculates exclusive to geopoints, in case you need them:
How are you getting the coordinate in the survey? You can use pulldata() on a geopoint question to get the x and y and use those fields. Here, sample_location is the name of the geopint question
pulldata("@geopoint", ${sample_location}, "y")
pulldata("@geopoint", ${sample_location}, "x")
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.