<?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 how to add k in arcade if value more zero in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-add-k-in-arcade-if-value-more-zero/m-p/1365218#M8898</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since i am new to Arcade , how can i&amp;nbsp;how to add letter k in arcade if value more zero in Arcgis dashboard indicator values&lt;/P&gt;&lt;P&gt;since some values are zero which i dont want to add K in those cases&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jan 2024 01:48:31 GMT</pubDate>
    <dc:creator>maherelayyan2</dc:creator>
    <dc:date>2024-01-01T01:48:31Z</dc:date>
    <item>
      <title>how to add k in arcade if value more zero</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-add-k-in-arcade-if-value-more-zero/m-p/1365218#M8898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since i am new to Arcade , how can i&amp;nbsp;how to add letter k in arcade if value more zero in Arcgis dashboard indicator values&lt;/P&gt;&lt;P&gt;since some values are zero which i dont want to add K in those cases&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jan 2024 01:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-add-k-in-arcade-if-value-more-zero/m-p/1365218#M8898</guid>
      <dc:creator>maherelayyan2</dc:creator>
      <dc:date>2024-01-01T01:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to add k in arcade if value more zero</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-add-k-in-arcade-if-value-more-zero/m-p/1365319#M8899</link>
      <description>&lt;P&gt;Should be something like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var val = $feature.whatever

if (val&amp;gt;0){
    val = Text(val) + "k"
}
return val&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Jan 2024 14:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-add-k-in-arcade-if-value-more-zero/m-p/1365319#M8899</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2024-01-02T14:41:50Z</dc:date>
    </item>
  </channel>
</rss>

