<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Field Value Iterator and Select is Broken.. in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816805#M3753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modify as you see fit Steven, that is why it is open&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2016 19:50:09 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-03-24T19:50:09Z</dc:date>
    <item>
      <title>Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816797#M3745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a model that iterates over unique field values and uses the select tool to output features as shapefiles using the unique value as the naming convention. It works....sort of.&amp;nbsp; It runs through the entire iteration but only outputs the first 2 results.&amp;nbsp; The first 2 results are correct but where are the rest of my files going?!&amp;nbsp; Attached is my toolbox.&amp;nbsp; You can use any data you want in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using version 10.2.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/192865_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 16:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816797#M3745</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816798#M3746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just have need for a toolset to perform that task use &lt;A href="http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5"&gt;Split Layer By Attributes&lt;/A&gt;​ or to at least check your model functionality&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 16:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816798#M3746</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-24T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816799#M3747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&amp;nbsp; That seems to do what I need albeit the file naming convention.&amp;nbsp; I can go into your script and change that to what I need it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still curious as to why my model doesn't work right.&amp;nbsp; Maybe someone from esri will chime in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 17:05:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816799#M3747</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816800#M3748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steven...try making the Value variable a Precondition to the Select tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 17:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816800#M3748</guid>
      <dc:creator>KyleBalke__GISP</dc:creator>
      <dc:date>2016-03-24T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816801#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but that didn't seem change my outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 17:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816801#M3749</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T17:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816802#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to add a Create Feature Class tool after the select. I don't understand why select has an output option if it's not going to work.&amp;nbsp; But this brings another issue.&amp;nbsp; My shapfiles are being created with the correct name but they aren't be loaded in with the data that was supposed to be selected using the Select Tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 18:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816802#M3750</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T18:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816803#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check Geoprocessing Options to ensure that "results of geoprocessing options are added to display" is checked on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 19:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816803#M3751</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-24T19:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816804#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I give up...&amp;nbsp; I'm just going to you your tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 19:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816804#M3752</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T19:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816805#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modify as you see fit Steven, that is why it is open&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 19:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816805#M3753</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-24T19:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816806#M3754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An observation:&amp;nbsp; shouldn't there be a tie from&lt;EM&gt; Iterate Field Values&lt;/EM&gt; back to the Select function?&amp;nbsp; Like from &lt;EM&gt;Value&lt;/EM&gt; to &lt;EM&gt;Select&lt;/EM&gt;?&amp;nbsp; Or is that buried in the &lt;EM&gt;Select?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 19:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816806#M3754</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-03-24T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816807#M3755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using the value in the selection expression such as Stream = '%value%'.&amp;nbsp; Using apostrophes was the only way to get it to work because my values were strings.&amp;nbsp; I assume it is trying to select where the stream name actual equals %value% instead of the actual field value.&amp;nbsp; I tried simply assigning the value field back into the expression but it would error out.&amp;nbsp; I tried building it a couple different ways using make feature layer and select layer by attributes but none of them would output the geometry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 20:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816807#M3755</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T20:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816808#M3756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is definitely an issue with 10.2.2.&amp;nbsp; I just ran the iterator with select on version 10.4 and it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 23:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816808#M3756</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T23:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816809#M3757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://downloads.esri.com/support/downloads/other_/104-IssuesAddressedList.pdf" title="http://downloads.esri.com/support/downloads/other_/104-IssuesAddressedList.pdf"&gt;http://downloads.esri.com/support/downloads/other_/104-IssuesAddressedList.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there is a document for 10.3... check to see it was an issue, whether it was reported and/or whether it was solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 23:32:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816809#M3757</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-24T23:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816810#M3758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link.&amp;nbsp; I looked at 10.3 and this NIM was addressed.&amp;nbsp; NIM098729 In ArcGIS for Desktop 10.2.1, when running a model with the Iterate Feature tool, an incorrect number of outputs are generated only when running the model as a tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this when it was fixed.&amp;nbsp; I didn't see it in the 10.4 docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, its fixed in 10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 23:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816810#M3758</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T23:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field Value Iterator and Select is Broken..</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816811#M3759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those who try something similar.&amp;nbsp; Use Dan's tool and save yourself the headache &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 23:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/field-value-iterator-and-select-is-broken/m-p/816811#M3759</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2016-03-24T23:40:22Z</dc:date>
    </item>
  </channel>
</rss>

