iterate Feature Selection - Return only the last feature

1318
1
Jump to solution
01-24-2017 06:28 AM
HushamHassan
Occasional Contributor

I am trying to:

1- Iterate through each polling place

2- Select polling within precinct (by location)

3- select that precinct ( by location)

4- select adjacent precinct ( intersect precinct)

5- select all voters inside adjacent precincts then calculate field by adding "Near" value.

6 Switch selection to get voters outside precincts then calculate field by adding "Far" value.

Attached model is doing the task  the only problem its doing it for the last record.  I have 85 polling place.. and I am getting only the last one..  if I stopped the model in middle  the model calculate the record in middle.  How to fix the Model so I can calculate all the Fields.

Thanks

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
HushamHassan
Occasional Contributor

I figure it out,  I have to check Invert Spatial Relationship on the second Selection..

Thanks

View solution in original post

0 Kudos
1 Reply
HushamHassan
Occasional Contributor

I figure it out,  I have to check Invert Spatial Relationship on the second Selection..

Thanks

0 Kudos