<?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 Exclude null symbology from labelling with label expressions in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1610817#M95444</link>
    <description>&lt;P&gt;I'm working on creating a map and I only need to display the labels for the polygons that have symbology. There are other polygons that are not relevant to this project so I removed their symbology so they aren't displayed. I also want to remove the unit number labels for the polygons that are not represented.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel that this would be a fairly easy expression to make in the label properties expression, but I don't have a background in python or arcade. I thought the&amp;nbsp;conditional if-else statement could work, but I couldn't figure it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. I would like to learn more about python and arcade coding in Arcgis pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 May 2025 16:27:21 GMT</pubDate>
    <dc:creator>NormanCone</dc:creator>
    <dc:date>2025-05-01T16:27:21Z</dc:date>
    <item>
      <title>Exclude null symbology from labelling with label expressions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1610817#M95444</link>
      <description>&lt;P&gt;I'm working on creating a map and I only need to display the labels for the polygons that have symbology. There are other polygons that are not relevant to this project so I removed their symbology so they aren't displayed. I also want to remove the unit number labels for the polygons that are not represented.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel that this would be a fairly easy expression to make in the label properties expression, but I don't have a background in python or arcade. I thought the&amp;nbsp;conditional if-else statement could work, but I couldn't figure it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. I would like to learn more about python and arcade coding in Arcgis pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 16:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1610817#M95444</guid>
      <dc:creator>NormanCone</dc:creator>
      <dc:date>2025-05-01T16:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null symbology from labelling with label expressions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1610841#M95446</link>
      <description>&lt;P&gt;How exactly do you determine if the polygon is irrelevant and therefore removed? Is it if the prescription field is anything other than "Old Growth..." or "Shaded Fuel..." ?&lt;/P&gt;&lt;P&gt;In Pro, you can use a command Create Label Classes from Symbology:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZachBodenner_0-1746118198291.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131277iC8F4A94CC0FDA64D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZachBodenner_0-1746118198291.png" alt="ZachBodenner_0-1746118198291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will automatically create SQL queries that match your symbology if you're using Unique Values.&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 16:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1610841#M95446</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2025-05-01T16:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null symbology from labelling with label expressions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1611001#M95453</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/817586"&gt;@NormanCone&lt;/a&gt;, a alterative workflow here is too look at creating a subset of your data with definition queries or&amp;nbsp; selection layers. As both these tools will created new layers that only show the features of interest and will provide a much more simple and robust workflow.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Filter features with definition queries &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/definition-query.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/definition-query.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Selection layers -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/selection-layers.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/selection-layers.htm&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 01:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1611001#M95453</guid>
      <dc:creator>BrendanNewell</dc:creator>
      <dc:date>2025-05-02T01:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null symbology from labelling with label expressions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1611697#M95529</link>
      <description>&lt;P&gt;Thank you Zach. Using the create label classes from symbology to create distinct labels for each treatment works perfectly. I am creating a map for my marking crew, and this will let me clean-up my may by removing those unnecessary labels. The other symbol class is mastication, and those units don't have to be marked so I don't need to include it in my map. Those polygons will be addressed in a separate contract, but I didn't want to create a separate polygon layer because things can get disorganized quickly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/428981"&gt;@BrendanNewell&lt;/a&gt;&amp;nbsp; The definition queries tool is very useful and I could consider it here, but for a small data set like this one it's not necessary. I appreciate your tips.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 16:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-null-symbology-from-labelling-with-label/m-p/1611697#M95529</guid>
      <dc:creator>NormanCone</dc:creator>
      <dc:date>2025-05-05T16:48:51Z</dc:date>
    </item>
  </channel>
</rss>

