Geopoint location not showing in feature class table

1013
7
01-06-2021 02:51 AM
CrystalCowardin
New Contributor III

I have a Survey123 Connect xls form and it has a geopoint question with a map to search and pick a location.  When I'm testing the form, I can search by a location and click on the map but then when I review the results in the feature class, I don't see the field for the geopoint information.  Any help is appreciated.

7 Replies
DataOfficer
Occasional Contributor III

@CrystalCowardin do you mean the x and y values? You can store these as separate fields by adding rows to your xlsform with pulldata calculations. E.g.

Capture.JPG

where ${GeoPoint} is the name of your GeoPoint field.

CrystalCowardin
New Contributor III

Thanks. I'm going to try that now.  For all of those fields, would the type in my xlsform be geopoint?

 

CrystalCowardin
New Contributor III

pulldata("@geopoint", ${LimitedBroadbandLocations_v02_point}, "y")

This is what I've put in and keep getting this error when saving the form.

CrystalCowardin_0-1609941174254.png

 

DataOfficer
Occasional Contributor III

What do you have in the relevant column for that row?

CrystalCowardin
New Contributor III

I didn't put anything there. 

CrystalCowardin
New Contributor III

I had the calculate in the wrong field! Trying again.

CrystalCowardin
New Contributor III

It works.  Thank you so much!!  I have 1 other question that you may be able to help me with.  On the survey, they are choosing a point on the map or they can search by address using the Geocoder.  Is it possible to record that whole address location, instead of the lat/long.  Thanks.