<?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: Simple Arcade Correction in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/simple-arcade-correction/m-p/1627017#M96879</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/608119"&gt;@FlightDeck&lt;/a&gt;&amp;nbsp; can we remove the "+" after the first comma so it looks like the following&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var Building = $feature.Count;;

When(
    Building &amp;lt;= 0,  0,
    Building &amp;lt; 1000,  "&amp;lt;1K", 
    Building &amp;gt;= 1000,  round(Building/1000, 0) + "K",
   
"")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 04:32:10 GMT</pubDate>
    <dc:creator>BrendanNewell</dc:creator>
    <dc:date>2025-06-26T04:32:10Z</dc:date>
    <item>
      <title>Simple Arcade Correction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simple-arcade-correction/m-p/1627007#M96878</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I have what should be a simple Arcade Expression but I cannot get the middle statement to work.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var Building = $feature.Count;;

When(
    Building &amp;lt;= 0, + 0,
    Building &amp;lt; 1000, + "&amp;lt;1K", 
    Building &amp;gt;= 1000, + round(Building/1000, 0) + "K",
   
"")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first statement returns zeros as expected when expected, the third statement returns values rounded to the nearest thousand and adds the K as expected but the middle statement will only return null values rather than &amp;lt;1K as I would like it to do. Probably something simple I am overlooking, but I have not yet been able to spot my mistake. Any help is appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 01:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simple-arcade-correction/m-p/1627007#M96878</guid>
      <dc:creator>FlightDeck</dc:creator>
      <dc:date>2025-06-26T01:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Arcade Correction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simple-arcade-correction/m-p/1627017#M96879</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/608119"&gt;@FlightDeck&lt;/a&gt;&amp;nbsp; can we remove the "+" after the first comma so it looks like the following&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var Building = $feature.Count;;

When(
    Building &amp;lt;= 0,  0,
    Building &amp;lt; 1000,  "&amp;lt;1K", 
    Building &amp;gt;= 1000,  round(Building/1000, 0) + "K",
   
"")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 04:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simple-arcade-correction/m-p/1627017#M96879</guid>
      <dc:creator>BrendanNewell</dc:creator>
      <dc:date>2025-06-26T04:32:10Z</dc:date>
    </item>
  </channel>
</rss>

