Select to view content in your preferred language

Pulldata @geopoint (Multiple geopoints)

830
5
08-21-2024 01:03 PM
DianaTorres10
Occasional Contributor

Hello.

 

I´m currently working with a new project where a geotrace is drawn from a sum() calculation as shown below:

DianaTorres10_0-1724270459959.png

I was wondering if there's a way to use the pulldata to get the coordinates from all of the geopoints submitted by the user. So far I've been able to get the loctaion from one entry only.

 

Thanks!

 

Tags (2)
0 Kudos
5 Replies
DougBrowning
MVP Esteemed Contributor

Put the pulldata inside the repeat then use a join(fieldname) outside the repeat.  That will get you a big list.

You will probably want a concat(lat, ", ", long) inside the repeat then a join(concat field, " \n ") or something like that to make it look nice.

0 Kudos
DianaTorres10
Occasional Contributor

I tried your suggestion:

DianaTorres10_0-1724353869740.png

How ever, it only gives one set of coordinates, maybe Im doing something wrong?

DianaTorres10_1-1724353945962.png

As you can see there are 3 vertex and only one coordinate set.

 

Thanks.

 

 

0 Kudos
DougBrowning
MVP Esteemed Contributor

Oh you want a list of all the vertexes of a line?  Sorry I have not seen that.  It could be a huge list.

https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-lines-and-polygons... 

0 Kudos
DianaTorres10
Occasional Contributor

Yeah, basically.

I couldn't find an answer on that blog, that's where I got the sum() idea.

Thanks, tho.

0 Kudos
MollyWalkner_1
Occasional Contributor

I think that the x, y, and concat text fields all need to be in the repeat as well. 

0 Kudos