<?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: Model Builder tool question in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1106012#M46480</link>
    <description>&lt;P&gt;Oh perfect! Setting the parameters and running the model as a geoprocessing tool worked perfect.&amp;nbsp;&lt;BR /&gt;Thanks so much for that solution!&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2021 17:15:06 GMT</pubDate>
    <dc:creator>JustinBernard1886</dc:creator>
    <dc:date>2021-10-08T17:15:06Z</dc:date>
    <item>
      <title>Model Builder tool question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1101682#M45963</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I created a model that requires the use of 3 seperate "select by attribute." tools. For the model to run, the user must input a value into each tool seperately. I was wondering if it's possible to make it so that the user can enter the value once, and all 3 tools are automatically updated? Is it possible this can be done using Python and what would the code look like?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1101682#M45963</guid>
      <dc:creator>JustinBernard1886</dc:creator>
      <dc:date>2021-09-24T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder tool question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1101861#M45979</link>
      <description>&lt;P&gt;If you can build the three expressions from one input, that can be done using the Calculate Value tool. Or you can have the three expression marked as parameters and the user can specify them and run the model.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another approach is to create a variable and then use that variable directly in the SQL expressions for you select by attribute&amp;nbsp; surrounded by % signs. The value is substituted in at runtime.&lt;/P&gt;&lt;P&gt;I think we need a little more detail to understand what you need, but maybe this will help you get started.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 23:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1101861#M45979</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-09-24T23:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder tool question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1105113#M46389</link>
      <description>&lt;P&gt;Apologies for the late response, I had to put this project on the backburner for a while.&amp;nbsp;&lt;BR /&gt;Attached is a screenshot of my model. As you can see, I have two select by attribute tools in this model. For it to run, the user will have to select from 79 Areas(Called Z-Areas in my organization) in both select by attribute tools. I would to make it so that the user will only have to make one input instead of having to open each Select Layer tool and make the selection. Is this possible?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JustinBernard1886_0-1633521730943.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24632i3D1B3003E0C79AA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JustinBernard1886_0-1633521730943.png" alt="JustinBernard1886_0-1633521730943.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 12:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1105113#M46389</guid>
      <dc:creator>JustinBernard1886</dc:creator>
      <dc:date>2021-10-06T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder tool question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1105539#M46429</link>
      <description>&lt;P&gt;Are Expression and Expression(2) different? If they are the same, you can connect the same variable to both Select Layer by Attribute tools.&lt;/P&gt;&lt;P&gt;Whether they are the same or different, make them parameters and run the model as a tool.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 13:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1105539#M46429</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-10-07T13:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder tool question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1106012#M46480</link>
      <description>&lt;P&gt;Oh perfect! Setting the parameters and running the model as a geoprocessing tool worked perfect.&amp;nbsp;&lt;BR /&gt;Thanks so much for that solution!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 17:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-tool-question/m-p/1106012#M46480</guid>
      <dc:creator>JustinBernard1886</dc:creator>
      <dc:date>2021-10-08T17:15:06Z</dc:date>
    </item>
  </channel>
</rss>

