Select to view content in your preferred language

Iterator model for table select and summary statistics

656
1
10-03-2017 06:13 PM
HenryMoore
New Contributor II

I'm trying to create a model that runs through a file geodatabase of internet providers and creates a table for each provider and calculates summary statistics. I'm trying to use the %value% to pass the provider names for each table but the summary statistics tool goes blank. Here is the model. The Iterator field value is 1. Any help is appreciated.

0 Kudos
1 Reply
curtvprice
MVP Esteemed Contributor

You need to iterate inside a sub model and use the Collect Values tool to pass up to the main model.

Integrating a model within a model—Help | ArcGIS Desktop