<?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 Change Label Color Using Arcade Expression In ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295330#M69783</link>
    <description>&lt;P&gt;The expression below does not return Funded as a color. It returns the entire string in the map:&amp;nbsp;&amp;lt;CLR red='0' green='169' blue='120'&amp;gt;" +"Funded" + "&amp;lt;/CLR . What am I missing. I would like to return different colored labels on the map for each occupancy value. Thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ($feature.Occupancy == 'Funded'){&lt;BR /&gt;return "&amp;lt;CLR red='0' green='169' blue='120'&amp;gt;" +"Funded" + "&amp;lt;/CLR";}&lt;BR /&gt;else if ($feature.Occupancy == 'PartiallyVacantFunded'){&lt;BR /&gt;return 'Partially Vacant Funded';}&lt;BR /&gt;else if ($feature.Occupancy == 'PartiallyVacantUnfunded'){&lt;BR /&gt;return 'Partially Vacant Unfunded';}&lt;BR /&gt;else if ($feature.Occupancy == 'VacantUnfunded'){&lt;BR /&gt;return 'Vacant Unfunded';}&lt;BR /&gt;else {&lt;BR /&gt;return 'Unknown';&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 13:17:58 GMT</pubDate>
    <dc:creator>ChristopherMask</dc:creator>
    <dc:date>2023-06-02T13:17:58Z</dc:date>
    <item>
      <title>Change Label Color Using Arcade Expression In ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295330#M69783</link>
      <description>&lt;P&gt;The expression below does not return Funded as a color. It returns the entire string in the map:&amp;nbsp;&amp;lt;CLR red='0' green='169' blue='120'&amp;gt;" +"Funded" + "&amp;lt;/CLR . What am I missing. I would like to return different colored labels on the map for each occupancy value. Thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ($feature.Occupancy == 'Funded'){&lt;BR /&gt;return "&amp;lt;CLR red='0' green='169' blue='120'&amp;gt;" +"Funded" + "&amp;lt;/CLR";}&lt;BR /&gt;else if ($feature.Occupancy == 'PartiallyVacantFunded'){&lt;BR /&gt;return 'Partially Vacant Funded';}&lt;BR /&gt;else if ($feature.Occupancy == 'PartiallyVacantUnfunded'){&lt;BR /&gt;return 'Partially Vacant Unfunded';}&lt;BR /&gt;else if ($feature.Occupancy == 'VacantUnfunded'){&lt;BR /&gt;return 'Vacant Unfunded';}&lt;BR /&gt;else {&lt;BR /&gt;return 'Unknown';&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 13:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295330#M69783</guid>
      <dc:creator>ChristopherMask</dc:creator>
      <dc:date>2023-06-02T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change Label Color Using Arcade Expression In ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295380#M69788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/618008"&gt;@ChristopherMask&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in no way an Arcade specialist, but it appears you are missing the closing "&amp;gt;" after CLR.&lt;/P&gt;&lt;P&gt;I think it should be&amp;nbsp;&lt;SPAN&gt;&amp;lt;CLR red='0' green='169' blue='120'&amp;gt;" +"Funded" + "&amp;lt;/CLR&amp;nbsp;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295380#M69788</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2023-06-02T14:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change Label Color Using Arcade Expression In ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295388#M69792</link>
      <description>&lt;P&gt;That fixed the issue. Embarrassing &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for time&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/189272"&gt;@TomBole&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Chris Mask&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295388#M69792</guid>
      <dc:creator>ChristopherMask</dc:creator>
      <dc:date>2023-06-02T14:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change Label Color Using Arcade Expression In ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295400#M69794</link>
      <description>&lt;P&gt;Glad I could help. The issue was familiar because I've done the same many, many times.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 15:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1295400#M69794</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2023-06-02T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change Label Color Using Arcade Expression In ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1549685#M89241</link>
      <description>&lt;P&gt;Erased Comment, I can't delete&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 20:06:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/change-label-color-using-arcade-expression-in/m-p/1549685#M89241</guid>
      <dc:creator>JerrySneary</dc:creator>
      <dc:date>2024-10-17T20:06:12Z</dc:date>
    </item>
  </channel>
</rss>

