Field Maps - populating field based on another layer's field

4478
3
Jump to solution
07-31-2023 10:33 AM
Labels (3)
YS2388
by
Regular Contributor

Hello,

I am creating a field map. There is a point and a polygon layer. The point layer is where the features will be collected (created). The points will be created inside the features of the polygon layer. I am wondering if it is possible to have a field in the point layer be populated by a value from the polygon layer based on which polygon the point was placed in?

Basically, the polygons have a "PlotNumber" field, can this value be transferred to the "PlotNumber" field in the point layer, based on which polygon the point was placed in?

Thank you.

1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

Take a look at this blog for an example of how to automatically populate an attribute from another layer.

https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/common-calculated-expressions-fo...

View solution in original post

3 Replies
TristenDenton4
Regular Contributor

Pretty sure there's a query you can create when calculating the field. Not entirely sure what the expression would be, but can tell you that it will most likely be a calculate field after all of your points have been created. You could also do it by section where you intersect/select all of the points in a plot then calculate the field to equal whatever number plot you are located in. I know that's a bit lengthier than automated field calculation but that's all I can think of off the top of my head. 

KenBuja
MVP Esteemed Contributor

Take a look at this blog for an example of how to automatically populate an attribute from another layer.

https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/common-calculated-expressions-fo...

YS2388
by
Regular Contributor

Thank you! The "intersects" function did the trick.

0 Kudos