Hello,
how i can input the coodinate from survery123 map in the report ?
Regards
Sebastian
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")
From your description, I believe @GregKeith is correct.
Here are a few other calculates exclusive to geopoints, in case you need them: