<?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 calculate a field based on attributes from two other fields? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386901#M79318</link>
    <description>&lt;P&gt;THANK YOU SO MUCH!! That worked perfectly! and thank you so much for the helpful link, hopefully someday I'll understand these expressions&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 17:34:09 GMT</pubDate>
    <dc:creator>hannahisreeding</dc:creator>
    <dc:date>2024-02-26T17:34:09Z</dc:date>
    <item>
      <title>How to calculate a field based on attributes from two other fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386780#M79305</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-26 092248.png"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95812iDC34EAE4BE012030/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot 2024-02-26 092248.png" title="Screenshot 2024-02-26 092248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attempting to use Arcade to populate the length from a different field to a new field but only if that length corresponds to a certain label I have attributed in another different field.&lt;/P&gt;&lt;P&gt;The expression I have above does not work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 15:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386780#M79305</guid>
      <dc:creator>hannahisreeding</dc:creator>
      <dc:date>2024-02-26T15:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate a field based on attributes from two other fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386877#M79316</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/guide/logic/" target="_blank" rel="noopener"&gt;Here is an article&lt;/A&gt; that will help you understand If statements a little better. Your current statement is just formatted incorrectly. It should read something like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;If($feature.Clabel == "BFO24W"){
return $feature.ClengthFt
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 17:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386877#M79316</guid>
      <dc:creator>marksm_macomb</dc:creator>
      <dc:date>2024-02-26T17:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate a field based on attributes from two other fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386901#M79318</link>
      <description>&lt;P&gt;THANK YOU SO MUCH!! That worked perfectly! and thank you so much for the helpful link, hopefully someday I'll understand these expressions&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 17:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386901#M79318</guid>
      <dc:creator>hannahisreeding</dc:creator>
      <dc:date>2024-02-26T17:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate a field based on attributes from two other fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386924#M79322</link>
      <description>&lt;P&gt;Is there any way I could get the expression to recognize all attributes that begin with BFO24W, even if they have different information populated after that?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 18:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1386924#M79322</guid>
      <dc:creator>hannahisreeding</dc:creator>
      <dc:date>2024-02-26T18:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate a field based on attributes from two other fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1387036#M79340</link>
      <description>&lt;P&gt;I would take a look at the discussion in &lt;A href="https://community.esri.com/t5/arcgis-online-questions/like-function-in-arcade/td-p/344889" target="_blank" rel="noopener"&gt;this thread.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The solution from that thread will allow you to find "BFO24W" anywhere in the string, and another user suggests an idea that may limit results to where "BFO24W" is only located at the beginning of the string.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 20:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-a-field-based-on-attributes-from/m-p/1387036#M79340</guid>
      <dc:creator>marksm_macomb</dc:creator>
      <dc:date>2024-02-26T20:58:06Z</dc:date>
    </item>
  </channel>
</rss>

