<?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 Calculator using values from two different tables, Arcade or Python? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1554574#M89714</link>
    <description>&lt;P&gt;Thanks for following up! Yes, I can do a spatial join and that gets me down the line, but now the final part which I cannot figure out. The new spatial join table only contains project features within the watershed polygon and has a calculated field for watershed area.&lt;/P&gt;&lt;P&gt;There is also a field called "Project_Density_Score" which is the final product. That is calculated by dividing watershed area / # of project points within watershed polygon. I have tried to use some combination of Get Count/Calculate Value/Calculate Field in Modelbuilder, but to no avail. How can I perform this calculation in field calculator?&amp;nbsp; It would be Area / # of rows, but I cannot figure it out, I'm sure it's something remarkably simple.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 23:53:49 GMT</pubDate>
    <dc:creator>MikeWallaceDWR</dc:creator>
    <dc:date>2024-10-31T23:53:49Z</dc:date>
    <item>
      <title>Field Calculator using values from two different tables, Arcade or Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553090#M89565</link>
      <description>&lt;P&gt;I am building a simple tool with ModelBuilder to calculate a density score for projects within a delineated watershed. I am working with two tables: a table of the project points and a table of the delineated watershed. In the watershed table, I have added and calculated a new field for the watershed area in square miles, and also a new field "Project Density Score". In the project points table, I already have selected the points within the watershed polygon with Select-by-Location.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Project Density Score is Sq Mile Area of Watershed / # of projects within the watershed polygon. I am wondering the best way to calculate this score in the watershed shed table field using the count of selected features from the Project Points table. There is no real way to join the two tables that I can see that would work. Should I use FeatureSetbyName in an Arcade Expression or use Cursors in Python? I'm having trouble figuring out the syntax specifically for making the calculation using the selected features of one table and the area value in a separate table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 23:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553090#M89565</guid>
      <dc:creator>MikeWallaceDWR</dc:creator>
      <dc:date>2024-10-28T23:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator using values from two different tables, Arcade or Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553103#M89568</link>
      <description>&lt;P&gt;you are using modelbuilder and simply dividing one field by another (selections are honored)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field.htm" target="_blank"&gt;Calculate Field (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;python&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field-examples.htm" target="_blank"&gt;Calculate Field Python examples—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 01:37:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553103#M89568</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-10-29T01:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator using values from two different tables, Arcade or Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553622#M89622</link>
      <description>&lt;P&gt;Hey thanks for responding, this is helpful. I guess the only part I’m stuck on is how to call on a field from another table in field calculator? Like I need to calculate a field by dividing the area in one table by the count of selected features from a different table. I’m not able to join the two tables. Thank you again for the help, really invaluable support around here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 01:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553622#M89622</guid>
      <dc:creator>MikeWallaceDWR</dc:creator>
      <dc:date>2024-10-30T01:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator using values from two different tables, Arcade or Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553625#M89624</link>
      <description>&lt;P&gt;Can't you do a spatial join?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_blank"&gt;Spatial Join (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-joins-by-feature-type.htm" target="_blank"&gt;Spatial joins by feature type—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 02:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1553625#M89624</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-10-30T02:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator using values from two different tables, Arcade or Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1554574#M89714</link>
      <description>&lt;P&gt;Thanks for following up! Yes, I can do a spatial join and that gets me down the line, but now the final part which I cannot figure out. The new spatial join table only contains project features within the watershed polygon and has a calculated field for watershed area.&lt;/P&gt;&lt;P&gt;There is also a field called "Project_Density_Score" which is the final product. That is calculated by dividing watershed area / # of project points within watershed polygon. I have tried to use some combination of Get Count/Calculate Value/Calculate Field in Modelbuilder, but to no avail. How can I perform this calculation in field calculator?&amp;nbsp; It would be Area / # of rows, but I cannot figure it out, I'm sure it's something remarkably simple.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 23:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1554574#M89714</guid>
      <dc:creator>MikeWallaceDWR</dc:creator>
      <dc:date>2024-10-31T23:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator using values from two different tables, Arcade or Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1682973#M101729</link>
      <description>&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Designed for durability, our coatings deliver vibrant color, weather resistance, and protection, making Long lasting outdoor paints&amp;nbsp; ideal for homes, facades, and exterior surfaces worldwide.&amp;nbsp;&lt;A href="https://shop.berger.com.pk/collections/exterior" target="_blank" rel="noopener"&gt;https://shop.berger.com.pk/collections/exterior&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2026 21:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-using-values-from-two-different/m-p/1682973#M101729</guid>
      <dc:creator>Ahmadraza0306</dc:creator>
      <dc:date>2026-02-08T21:53:12Z</dc:date>
    </item>
  </channel>
</rss>

