Select to view content in your preferred language

Displaying repeats

3213
10
02-26-2019 11:30 AM
by Anonymous User
Not applicable

I have a survey with multiple repeats. Although the data is contained in the point feature class I need to display all repeats as their own point for different types of symbolization.  How can this be done?

10 Replies
DerrickWestoby1
New Contributor III

Dustin, here's a blog post describing how to use pulldata() on a geopoint - 

https://community.esri.com/groups/survey123/blog/2016/11/03/extracting-information-from-geopoint-que... 

If you wanted to populate a hidden geopoint in your repeats, I believe something like this would work in the calculation column: 

pulldata("@geopoint", ${location}, "y") + "," + pulldata("@geopoint", ${location}, "x")