1

I have a dataset with two fields: 1. Day 2. Number I need to filter the first by the number and create feature classes based on that number as they name etc. I have successfully done this with iterate field values. But, I am trying to add a submodel (or at least create another) that will do the same thing to multiple feature classes that were created to generate feature classes by the day. So, my goal is to filter by number, create FCs for those and then filter those FCs by Day. The image below works, but stops after filtering only one of the FCs created by Number. Any ideas on how to filter these in modelbuilder? enter image description here

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Dec 21, 2016 at 17:30

1 Answer 1

1

As far as I know, you can only have one iterating loop in model builder. If you need two loops, I am afraid that you will need to use Python. You can export your model as a Python script and add the loop above it.

answered Dec 21, 2016 at 19:07
1
  • Do you have a working example of code for this? Commented Dec 23, 2016 at 1:06

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.