<?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: Shorten the Amount with dollar sign in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2538129#M108912</link>
    <description>&lt;P&gt;may be this will work - try this&lt;/P&gt;&lt;P&gt;$#,##0.00,"B";$#,##0.00,"M";$#,##0.00,"K";$#,##0.00&lt;/P&gt;</description>
    <pubDate>Thu, 04 Dec 2025 18:33:10 GMT</pubDate>
    <dc:creator>Nagaraju_KCS</dc:creator>
    <dc:date>2025-12-04T18:33:10Z</dc:date>
    <item>
      <title>Shorten the Amount with dollar sign</title>
      <link>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2537974#M108886</link>
      <description>&lt;P&gt;I am looking for a custom expression format to handle the large numbers which also fits for small numbers (with B,M,K etc.)&amp;nbsp; depending on the value in the KPI, I think this is happening when I choose the number formatting Auto, but I am not getting the dollar symbol here, but number formatting money it displays the entire number.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 15:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2537974#M108886</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-12-03T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Shorten the Amount with dollar sign</title>
      <link>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2538129#M108912</link>
      <description>&lt;P&gt;may be this will work - try this&lt;/P&gt;&lt;P&gt;$#,##0.00,"B";$#,##0.00,"M";$#,##0.00,"K";$#,##0.00&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 18:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2538129#M108912</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-12-04T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Shorten the Amount with dollar sign</title>
      <link>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2538170#M108914</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(Abs(Sum(Sales)) &amp;gt;= 1000000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'$' &amp;amp; Round(Sum(Sales) / 1000000000, 1) &amp;amp; 'B',&lt;/P&gt;&lt;P&gt;if((Sum(Sales)) &amp;gt;= 1000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'$' &amp;amp; Round(Sum(Sales) / 1000000, 1) &amp;amp; 'M',&lt;/P&gt;&lt;P&gt;if((Sum(Sales)) &amp;gt;= 1000,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'$' &amp;amp; Round(Sum(Sales) / 1000, 1) &amp;amp; 'K',&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'$' &amp;amp; Round(Sum(Sales),&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 15:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2538170#M108914</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-12-04T15:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Shorten the Amount with dollar sign</title>
      <link>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2538316#M108931</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is a very easy fix and you can still use auto with a simple expression. The problem with your field is that it is not classed, tagged or formatted correctly.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;You will find that in your data model the field is tagged as interger or numeric not money. So to fix this do the following:&lt;BR /&gt;1. In your Data Load Editor main section make sure the currency is set correctly eg:&amp;nbsp;&lt;BR /&gt;SET MoneyFormat='£#,##0;-£#,##0';&lt;BR /&gt;2. When loading in your script format the field with money eg:&lt;/P&gt;&lt;P&gt;money(Sales) as Sales&lt;/P&gt;&lt;P&gt;The preview data will now show £123.45 insead of 123.45&lt;/P&gt;&lt;P&gt;Thats about it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 15:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Shorten-the-Amount-with-dollar-sign/m-p/2538316#M108931</guid>
      <dc:creator>seanbruton</dc:creator>
      <dc:date>2025-12-05T15:35:49Z</dc:date>
    </item>
  </channel>
</rss>

