sub-model iterator not working

1808
0
12-10-2010 07:14 AM
BrookeHodge
New Contributor III
Hi,

I have created a model that has two iterators.  One that iterates through a set of feature classes, and another that iterates through unique filed values.  Because model builder only allows one iterator per model, I had to use a sub-model in my model for one of the iterators.  The sub-model iterates through the feature classes, then I have that model linked within my other model to then iterate through unique field values.  Basically, what I want it for all the feature classes in my feature dataset to then be broken down by all the unique values in a specified field.  The problem is when I run the model, the feature class iterator sub-model only iterates through one of the feature classes, then runs the field iterator and then stops (saying it's complete).  Does anyone know why it doesn't continue to iterate through all my feature classes and have any suggestions on how to fix it so it does?

Thanks!
0 Kudos
0 Replies