<?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: How to select a raster from raster catalog by a selected point with a field that contains the raster name in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841614#M3045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the Expression value in the Select Layer By Attribute tool by using the field value of the previous process with an inline variable:&lt;/P&gt;&lt;P&gt;MYFIELD = '%Value%'&lt;/P&gt;&lt;P&gt;Also make the Get Field Value result a precondition for your final select by attribute process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 10:35:17 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2016-05-31T10:35:17Z</dc:date>
    <item>
      <title>How to select a raster from raster catalog by a selected point with a field that contains the raster name</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841613#M3044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy!&lt;/P&gt;&lt;P&gt;I have a managed raster catalog and its raster's names are contained in a field in a point feature class. I use the select layer by location tool with an in memory point to get the point and then I need something to get this value to the select layer by attribute tool. Can anyone help me? thank you&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841613#M3044</guid>
      <dc:creator>RolandGliba</dc:creator>
      <dc:date>2016-05-31T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a raster from raster catalog by a selected point with a field that contains the raster name</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841614#M3045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the Expression value in the Select Layer By Attribute tool by using the field value of the previous process with an inline variable:&lt;/P&gt;&lt;P&gt;MYFIELD = '%Value%'&lt;/P&gt;&lt;P&gt;Also make the Get Field Value result a precondition for your final select by attribute process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 10:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841614#M3045</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-05-31T10:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a raster from raster catalog by a selected point with a field that contains the raster name</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841615#M3046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it, get field value is made as a precondition to the select layer by attributes, the model is running without any result so the problem is, either with the get field value process or with the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 13:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841615#M3046</guid>
      <dc:creator>RolandGliba</dc:creator>
      <dc:date>2016-05-31T13:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a raster from raster catalog by a selected point with a field that contains the raster name</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841616#M3047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is where you need to break your model down in parts and see what each process required inputs and results are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 05:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841616#M3047</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-06-01T05:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a raster from raster catalog by a selected point with a field that contains the raster name</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841617#M3048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You aren't seeing any thing in the message dialog that gives you a clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One approach you may want to try is to use the Calculate Value tool to compose your SQL expression from the output of Get Field Value. Value would be a precondition to Calculate Value, which would use the expression:&amp;nbsp; &lt;STRONG&gt;r"MYFIELD = '%Value%'"&lt;/STRONG&gt; with the datatype set to SQL expression. The SQL expression would then connect into your Select Layer By Attribute tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 05:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-select-a-raster-from-raster-catalog-by-a/m-p/841617#M3048</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-06-09T05:41:05Z</dc:date>
    </item>
  </channel>
</rss>

