I'm using 10.2.2 Argis and I'm doing a model modelbuilder
I want to know how I can list the attributes of a field
and then make a selection for each Python
I have shp with the field called "name" example
name |
-----------
BB
BB
AB
AB
C
C
list BB, AB, C
I want to list to make a selection for each of it
"name" = 'BB'
could help me and say how could I make this script