<?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 Labeling from 3 attribute fields in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590286#M93516</link>
    <description>&lt;P&gt;I have 3 attribute fields that I would like to label from: ex&amp;gt; Field,1 Field2, and Field3. Field1 is the main attribute field with most the data so that is the main attribute to label. In some cases Field1 is Null and if that is the case then label from Field2. In some cases both Field1 and Field2 are Null, then I would like to label from field 3. I do not want to label from all three at the same time. I am looking for a labeling expression to allow me to do this. Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 19:34:26 GMT</pubDate>
    <dc:creator>JohnEsch2</dc:creator>
    <dc:date>2025-02-27T19:34:26Z</dc:date>
    <item>
      <title>Labeling from 3 attribute fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590286#M93516</link>
      <description>&lt;P&gt;I have 3 attribute fields that I would like to label from: ex&amp;gt; Field,1 Field2, and Field3. Field1 is the main attribute field with most the data so that is the main attribute to label. In some cases Field1 is Null and if that is the case then label from Field2. In some cases both Field1 and Field2 are Null, then I would like to label from field 3. I do not want to label from all three at the same time. I am looking for a labeling expression to allow me to do this. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 19:34:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590286#M93516</guid>
      <dc:creator>JohnEsch2</dc:creator>
      <dc:date>2025-02-27T19:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling from 3 attribute fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590307#M93520</link>
      <description>&lt;P&gt;May be use if else with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;IsEmpty()&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;function or&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;== null&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to see whether the variable is null via Arcade?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 20:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590307#M93520</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2025-02-27T20:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling from 3 attribute fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590315#M93523</link>
      <description>&lt;P&gt;Here's a way to do that using Arcade, returning the first field that isn't null.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;When(!IsEmpty($feature.field), $feature.field,
     !IsEmpty($feature.field1), $feature.field1,
     !IsEmpty($feature.field2), $feature.field2,
     "No attributes");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 20:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590315#M93523</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2025-02-27T20:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling from 3 attribute fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590607#M93549</link>
      <description>&lt;P&gt;thanks Ken, it worked great.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 11:50:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/labeling-from-3-attribute-fields/m-p/1590607#M93549</guid>
      <dc:creator>JohnEsch2</dc:creator>
      <dc:date>2025-02-28T11:50:06Z</dc:date>
    </item>
  </channel>
</rss>

