Survey 123: How can I autocreate a geopoint location on a map based on a selected item from a list?

440
1
Jump to solution
09-01-2021 08:27 AM
3CDCOrganizationalAccount
New Contributor III

How can I autocreate a geopoint location on a map based on a selected item from a list (i.e. the name of a business) in Survey 123? 

Tags (1)
1 Solution

Accepted Solutions
jcarlson
MVP Esteemed Contributor

This is quite possible, and is demonstrated in this S123 blog post. As that post notes, you can use pulldata() along with a CSV of businesses, lat/lon values, then use the calculation concat(number(${lat_field}), ' ', number(${lon_field})) for your geopoint.

- Josh Carlson
Kendall County GIS

View solution in original post

1 Reply
jcarlson
MVP Esteemed Contributor

This is quite possible, and is demonstrated in this S123 blog post. As that post notes, you can use pulldata() along with a CSV of businesses, lat/lon values, then use the calculation concat(number(${lat_field}), ' ', number(${lon_field})) for your geopoint.

- Josh Carlson
Kendall County GIS