<?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: Adding an external field value in a Model Builder calculation in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/adding-an-external-field-value-in-a-model-builder/m-p/378667#M12945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your reply to my query regarding a Model Builder calculation. The first GP model actually creates an output table with the required fields so there is a table to be read. What I am not sure of is how to get the CALCULATE FIELD  operation that is in the second, separate GP model to read this table and include one of the fields of the first GP model output in it’s expression? If I try and connect the output table to the CALCULATE FIELD  Operator it only sees it as a precondition but does not read the actual table. Any ideas on this?&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;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Norris-Rogers&lt;/P&gt;&lt;P&gt;GIS/Remote Sensing Specialist&lt;/P&gt;&lt;P&gt;South Africa Division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mondi&lt;/P&gt;&lt;P&gt;Mondi House&lt;/P&gt;&lt;P&gt;380 Old Howick Rd, HILTON 3245&lt;/P&gt;&lt;P&gt;P.O. Box 39, Pietermaritzburg 3200, KZN, South Africa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tel.: (+27) 033 329 5362&lt;/P&gt;&lt;P&gt;email: mark.norris-rogers@mondigroup.co.za&amp;lt;mailto:mark.norris-rogers@mondigroup.co.za&amp;gt;&lt;/P&gt;&lt;P&gt;www.mondigroup.com&amp;lt;http://www.mondigroup.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mondi Limited 1967/013038/06&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 11:46:11 GMT</pubDate>
    <dc:creator>Mondi_GIS</dc:creator>
    <dc:date>2015-01-07T11:46:11Z</dc:date>
    <item>
      <title>Adding an external field value in a Model Builder calculation</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/adding-an-external-field-value-in-a-model-builder/m-p/378665#M12943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to use the results of a geoprocessing workflow in a separate GP workflow calculation. I ran a TABLE_SELECT to create a table containing the required input values from the first GP model (top line of image below). I then wanted to use the GET_FIELD_VALUE function to extract the required value from the table and use this value in the CALCULATE_FIELD function of the second GP model (second line of image below). However, it does not "see" the field to be able include it in the calculation expression. I cannot find a way to&amp;nbsp; do this this. Any ideas? Thanks very much.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FloodDepth_Query.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/45394_FloodDepth_Query.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 17:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/adding-an-external-field-value-in-a-model-builder/m-p/378665#M12943</guid>
      <dc:creator>Mondi_GIS</dc:creator>
      <dc:date>2014-12-30T17:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an external field value in a Model Builder calculation</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/adding-an-external-field-value-in-a-model-builder/m-p/378666#M12944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;If you're trying to write an expression for a field before that field exists, you can manually pre-create the field in the table and it will show up in your tool window. If you've already run your model you can add it to the appropriate table, or else pre-create the table with the needed field.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 18:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/adding-an-external-field-value-in-a-model-builder/m-p/378666#M12944</guid>
      <dc:creator>ScottMoyer</dc:creator>
      <dc:date>2015-01-06T18:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an external field value in a Model Builder calculation</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/adding-an-external-field-value-in-a-model-builder/m-p/378667#M12945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your reply to my query regarding a Model Builder calculation. The first GP model actually creates an output table with the required fields so there is a table to be read. What I am not sure of is how to get the CALCULATE FIELD  operation that is in the second, separate GP model to read this table and include one of the fields of the first GP model output in it’s expression? If I try and connect the output table to the CALCULATE FIELD  Operator it only sees it as a precondition but does not read the actual table. Any ideas on this?&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;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Norris-Rogers&lt;/P&gt;&lt;P&gt;GIS/Remote Sensing Specialist&lt;/P&gt;&lt;P&gt;South Africa Division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mondi&lt;/P&gt;&lt;P&gt;Mondi House&lt;/P&gt;&lt;P&gt;380 Old Howick Rd, HILTON 3245&lt;/P&gt;&lt;P&gt;P.O. Box 39, Pietermaritzburg 3200, KZN, South Africa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tel.: (+27) 033 329 5362&lt;/P&gt;&lt;P&gt;email: mark.norris-rogers@mondigroup.co.za&amp;lt;mailto:mark.norris-rogers@mondigroup.co.za&amp;gt;&lt;/P&gt;&lt;P&gt;www.mondigroup.com&amp;lt;http://www.mondigroup.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mondi Limited 1967/013038/06&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 11:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/adding-an-external-field-value-in-a-model-builder/m-p/378667#M12945</guid>
      <dc:creator>Mondi_GIS</dc:creator>
      <dc:date>2015-01-07T11:46:11Z</dc:date>
    </item>
  </channel>
</rss>

