<?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: Changing Monetary Values to Numerical Abbreviations on X-Axis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550785#M110404</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/343321"&gt;@snightengale&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;First, I would like to ask whether all the numbers are in the billions scale. If that is the case, you can write the formatting directly in the measure expression, but leave the chart number formatting set to &lt;STRONG&gt;Auto&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;PRE&gt;Num(
    Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue) / 1000000000,
    '$#,##0B;-$#,##0B'
)&lt;/PRE&gt;&lt;P&gt;This scales the value to billions and displays values like:&lt;/P&gt;&lt;PRE&gt;20,000,000,000 -&amp;gt; $20B
69,000,000,000 -&amp;gt; $69B&lt;/PRE&gt;&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2026 20:12:26 GMT</pubDate>
    <dc:creator>priscilarubim</dc:creator>
    <dc:date>2026-06-05T20:12:26Z</dc:date>
    <item>
      <title>Changing Monetary Values to Numerical Abbreviations on X-Axis</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550775#M110401</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm building a scatter plot and have large values of money on the X-axis. I want to change those values from being $20,000,000,000 to $20B but can't seem to get that to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure:&amp;nbsp; Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue)&lt;/P&gt;&lt;P&gt;Number formatting: Money,&amp;nbsp;$#,##0;-$#,##0&lt;/P&gt;&lt;P&gt;Tried using Number formatting: Custom Format:&amp;nbsp;$#,##0.0a&lt;BR /&gt;&lt;BR /&gt;Neither seems to give me what I want. Any thoughts?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 16:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550775#M110401</guid>
      <dc:creator>snightengale</dc:creator>
      <dc:date>2026-06-05T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Monetary Values to Numerical Abbreviations on X-Axis</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550785#M110404</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/343321"&gt;@snightengale&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;First, I would like to ask whether all the numbers are in the billions scale. If that is the case, you can write the formatting directly in the measure expression, but leave the chart number formatting set to &lt;STRONG&gt;Auto&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;PRE&gt;Num(
    Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue) / 1000000000,
    '$#,##0B;-$#,##0B'
)&lt;/PRE&gt;&lt;P&gt;This scales the value to billions and displays values like:&lt;/P&gt;&lt;PRE&gt;20,000,000,000 -&amp;gt; $20B
69,000,000,000 -&amp;gt; $69B&lt;/PRE&gt;&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 20:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550785#M110404</guid>
      <dc:creator>priscilarubim</dc:creator>
      <dc:date>2026-06-05T20:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Monetary Values to Numerical Abbreviations on X-Axis</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550820#M110407</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Num(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue)/1000000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; '$#,##0.0'&lt;/P&gt;&lt;P&gt;) &amp;amp; 'B'&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2026 14:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550820#M110407</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2026-06-07T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Monetary Values to Numerical Abbreviations on X-Axis</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550991#M110420</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/172757"&gt;@priscilarubim&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help with this! My values are meant to be a drilldown, so I do need to adjust for millions and thousands. That did help, but I can't get that to work in a drilldown. I tried combining your measure with a bit of the logic from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49432"&gt;@Chanty4u&lt;/a&gt;&amp;nbsp;and came up with this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(&lt;BR /&gt;fabs(Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue)) &amp;gt;= 1000000000,&lt;/P&gt;&lt;P&gt;Num(&lt;BR /&gt;Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue) / 1000000000,&lt;BR /&gt;'$#,##0.0B;-$#,##0.0B'&lt;BR /&gt;),&lt;/P&gt;&lt;P&gt;If(&lt;BR /&gt;fabs(Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue)) &amp;gt;= 1000000,&lt;/P&gt;&lt;P&gt;Num(&lt;BR /&gt;Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue) / 1000000,&lt;BR /&gt;'$#,##0.0M;-$#,##0.0M'&lt;BR /&gt;),&lt;/P&gt;&lt;P&gt;If(&lt;BR /&gt;fabs(Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue)) &amp;gt;= 1000,&lt;/P&gt;&lt;P&gt;Num(&lt;BR /&gt;Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue) / 1000,&lt;BR /&gt;'$#,##0.0K;-$#,##0.0K'&lt;BR /&gt;),&lt;/P&gt;&lt;P&gt;Num(&lt;BR /&gt;Sum({&amp;lt;ModelDiscretionaryAcctFlag={'N'}&amp;gt;} AccountValue),&lt;BR /&gt;'$#,##0;-$#,##0'&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT- that's changed the x-axis to values much lower than they should be for the top level. Any thoughts on fixing this?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 19:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Monetary-Values-to-Numerical-Abbreviations-on-X-Axis/m-p/2550991#M110420</guid>
      <dc:creator>snightengale</dc:creator>
      <dc:date>2026-06-09T19:41:32Z</dc:date>
    </item>
  </channel>
</rss>

