Select to view content in your preferred language

Can you calculate geometry for each item in a repeat using pulldata()?

185
1
a week ago
TL2
by
Frequent Contributor

I am able to calculate the geometry using pulldata() when the geotrace is not in a repeat.  When I add the repeat the sum() causes issues.  

 

How do you calculate geometry per repeat?

0 Kudos
1 Reply
Neal_t_k
Frequent Contributor

Can you provide some more info on what you are trying to accomplish, how your form is setup or if you can share an example xlsx.

sum() is an aggregate function and needs to be outside a repeat.  You may look into Area, Perimiter, Length for calcs inside a repeat. 

Neal_t_k_0-1758892393755.png

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

 

0 Kudos