<?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: Output Value in a master Model? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421312#M14207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. A common mistake is to stick say a merge tool on to the end of a workflow which is being driven by an iterator. This is very inefficient as it means the merge tool is running as many times as the iterator. The merge tool needs to run only once as it takes a &lt;STRONG&gt;​LIST&lt;/STRONG&gt;​ of inputs. So your Collect Values tool exposed as a parameter is passing out of the sub-model a LIST of featureclasses and it's the master model that has the merge tool in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 11:45:16 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2016-07-14T11:45:16Z</dc:date>
    <item>
      <title>Output Value in a master Model?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421309#M14204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if i pull a model within an iterator in a master model, the oval with the output values isn't vissable like here e. g. &lt;A href="http://i.stack.imgur.com/2pCJz.png" title="http://i.stack.imgur.com/2pCJz.png"&gt;http://i.stack.imgur.com/2pCJz.png&lt;/A&gt;&amp;nbsp; or &lt;A href="http://i.stack.imgur.com/cJ42p.png" title="http://i.stack.imgur.com/cJ42p.png"&gt;http://i.stack.imgur.com/cJ42p.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't find an explanation for this. Have you any idea?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GISTutor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jul 2016 21:48:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421309#M14204</guid>
      <dc:creator>NorbertPaul1</dc:creator>
      <dc:date>2016-07-10T21:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Output Value in a master Model?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421310#M14205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can't load the images on iPad... but if the parameter is supposed to be specified (ie to specify an input or output name) , they need to be specified as a parametr using a P as in these examples&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/a-quick-tour-of-creating-tools-with-modelbuilder.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/a-quick-tour-of-creating-tools-with-modelbuilder.htm"&gt;A quick tour of creating tools with ModelBuilder—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 00:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421310#M14205</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-11T00:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Output Value in a master Model?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421311#M14206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it enough to set &amp;lt;Output Values&amp;gt; (Collect Values) to &amp;lt;Model Parameter&amp;gt; to pass the output of the sub model to the master model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 16:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421311#M14206</guid>
      <dc:creator>NorbertPaul1</dc:creator>
      <dc:date>2016-07-11T16:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Output Value in a master Model?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421312#M14207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. A common mistake is to stick say a merge tool on to the end of a workflow which is being driven by an iterator. This is very inefficient as it means the merge tool is running as many times as the iterator. The merge tool needs to run only once as it takes a &lt;STRONG&gt;​LIST&lt;/STRONG&gt;​ of inputs. So your Collect Values tool exposed as a parameter is passing out of the sub-model a LIST of featureclasses and it's the master model that has the merge tool in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 11:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/output-value-in-a-master-model/m-p/421312#M14207</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2016-07-14T11:45:16Z</dc:date>
    </item>
  </channel>
</rss>

