<?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 Assign Label Color Using Arcade Expression in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/assign-label-color-using-arcade-expression-in/m-p/1587651#M93245</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I used this arcade expression $feature.Name + TextFormatting.NewLine + "&amp;lt;CLR red = '255'&amp;gt;"+ $feature.Address +"&amp;lt;/CLR&amp;gt;"&lt;/P&gt;&lt;P&gt;The issue is that some labels have the red color will others show the whole expression. I am lost on what could be the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 May 2025 16:37:40 GMT</pubDate>
    <dc:creator>MyEthiopia</dc:creator>
    <dc:date>2025-05-01T16:37:40Z</dc:date>
    <item>
      <title>Assign Label Color Using Arcade Expression in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/assign-label-color-using-arcade-expression-in/m-p/1587651#M93245</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I used this arcade expression $feature.Name + TextFormatting.NewLine + "&amp;lt;CLR red = '255'&amp;gt;"+ $feature.Address +"&amp;lt;/CLR&amp;gt;"&lt;/P&gt;&lt;P&gt;The issue is that some labels have the red color will others show the whole expression. I am lost on what could be the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 16:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/assign-label-color-using-arcade-expression-in/m-p/1587651#M93245</guid>
      <dc:creator>MyEthiopia</dc:creator>
      <dc:date>2025-05-01T16:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Label Color Using Arcade Expression in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/assign-label-color-using-arcade-expression-in/m-p/1587672#M93254</link>
      <description>&lt;P&gt;The feature name contains special characters (&amp;amp; or &amp;lt;), which causes the formatting to fail. You have to replace those characters with their equivalent character codes (&amp;amp;amp; and &amp;amp;lt;)&lt;/P&gt;&lt;LI-CODE lang="c"&gt;replace($feature.Name, "&amp;amp;", "&amp;amp;amp;") + TextFormatting.NewLine + "&amp;lt;CLR red = '255'&amp;gt;"+ $feature.Address +"&amp;lt;/CLR&amp;gt;"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 20:38:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/assign-label-color-using-arcade-expression-in/m-p/1587672#M93254</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2025-02-20T20:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Label Color Using Arcade Expression in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/assign-label-color-using-arcade-expression-in/m-p/1587674#M93255</link>
      <description>&lt;P&gt;Thank you, Ken!! This saved me so much headache. And it makes perfect sense&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 20:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/assign-label-color-using-arcade-expression-in/m-p/1587674#M93255</guid>
      <dc:creator>MyEthiopia</dc:creator>
      <dc:date>2025-02-20T20:39:24Z</dc:date>
    </item>
  </channel>
</rss>

