I am brand new to ArcGIS, and I have a geodatabase containing >500 owners, each of whom own multiple properties in multiple areas. I want to find the 10 owners with the largest total ownership within a polygon, and map those 10 owners' land positions within that polygon. I can do a Summarize Within analysis, sort the table, and then manually select the largest owners, but is there a way to join the original table and select only the largest owners?
Thanks for any help!
How is your attribute table structured? Is there a row for each unique address where owner my be repeated, like this:
Address | Owner |
Address 1 | Owner 1 |
Address 2 | Owner 2 |
Address 3 | Owner 1 |
Address 4 | Owner 1 |
Address 5 | Owner 3 |
Hi,
Yes - exactly as your example shows, I have unique locations, but owners are repeated multiple times.
Thank you!