<?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: Displaying Million, Billion etc in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109685#M889294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. My Qlik Sense is not working in Windows 8 and unable to&amp;nbsp; start. So I am using QlikView Free edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sharing the data here for easy reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="328"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="164"&gt;'MONTH'&lt;/TD&gt;&lt;TD class="xl63" width="164"&gt;TOTAL VALUE in USD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;May-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;529,662,749&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Jun-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;519,643,102&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Jul-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;444,403,714&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Aug-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;414,984,061&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Sep-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;518,026,973&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Oct-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;359,393,972&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Nov-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;396,255,915&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Dec-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;397,470,002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Jan-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;410,496,456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Feb-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;369,733,105&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Mar-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;413,428,544&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Apr-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;399,987,109&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2016 14:30:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-30T14:30:17Z</dc:date>
    <item>
      <title>Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109681#M889290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display&amp;nbsp; thousands, millions, billions&amp;nbsp; etc. I came across this thread &lt;A _jive_internal="true" href="https://community.qlik.com/thread/117407" target="_blank"&gt;https://community.qlik.com/thread/117407&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mr. Marco Wedel solution suits my needs.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;SET vSize = Div(Log10($1),3);&amp;nbsp; &lt;/P&gt;
&lt;P&gt;SET vFormatNumber = Dual(Num($1/Pow(10,3*$(vSize($1))),'#,##0')&amp;amp;' '&amp;amp;Pick($(vSize($1)),'K','Mil','Bil','Tril'),$1);&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In my Analysis I have Dimension Month, My current&amp;nbsp; Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;=Sum(TOTAL_VALUE_USD)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I added the above two lines of code in my Script (Control + E)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;=$(vFormatNumber(Sum (TOTAL_VALUE_USD)))&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value on Data points displayed on the chart is not displaying Mil, bil etc&lt;/P&gt;&lt;P&gt;&lt;IMG alt="million.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135950_million.PNG" style="height: 204px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I display Millions, Billions on Value on Data Points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109681#M889290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109682#M889291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you selected expression default formatting on the Number's tab of the chart properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109682#M889291</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-30T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109683#M889292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to solve your problem using the solution you found in the community.&lt;/P&gt;&lt;P&gt;After loading data, I set Chart Properties -&amp;gt; Number as Default Expression.&lt;/P&gt;&lt;P&gt;I could obtain correct format of value in Data Point, but Axis numbers are not correctly formatted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to build a Graph from original values, setting this Chart Properties:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="RowData_ChartProperties.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135971_RowData_ChartProperties.PNG" style="height: 449px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I have this chart:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="RowData_Chart.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/135972_RowData_Chart.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I hope this is what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 11:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109683#M889292</guid>
      <dc:creator>paola_valenti</dc:creator>
      <dc:date>2016-08-30T11:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109684#M889293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be great if you could add your sample file with the chart from your example. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 11:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109684#M889293</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2016-08-30T11:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109685#M889294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. My Qlik Sense is not working in Windows 8 and unable to&amp;nbsp; start. So I am using QlikView Free edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sharing the data here for easy reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="328"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="164"&gt;'MONTH'&lt;/TD&gt;&lt;TD class="xl63" width="164"&gt;TOTAL VALUE in USD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;May-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;529,662,749&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Jun-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;519,643,102&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Jul-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;444,403,714&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Aug-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;414,984,061&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Sep-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;518,026,973&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Oct-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;359,393,972&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Nov-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;396,255,915&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Dec-15&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;397,470,002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Jan-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;410,496,456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Feb-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;369,733,105&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Mar-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;413,428,544&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;Apr-16&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;399,987,109&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 14:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109685#M889294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T14:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109686#M889295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paola Valenti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example you have hard coded Mil in Integer format. So Mil is reflected. if the value is more than Billion it will still reflect as Mil not Bil. Correct me if I am incorrect.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Without using any Variables, now my settings and chart as follows&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="136007" alt="Number.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136007_Number.PNG" style="height: 555px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="136008" alt="expression.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/136008_expression.PNG" style="height: 215px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="136009" alt="Chart.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/136009_Chart.PNG" style="height: 208px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If I follow as per your inputs but changed Mil to Bil in Integer format, the value is in Millions but it is displaying as Bil.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="bil.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/136010_bil.PNG" style="height: 550px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="BilChart.PNG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/136011_BilChart.PNG" style="height: 206px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How do I display Mil, Bil etc in Chart. It is showing in Y Axis. But I would like to display next to the individual graphs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 14:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109686#M889295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109687#M889296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;Qlik Sense failing to start is most likley caused by the Qlik Sense Desktop shortcut having a invalid "Start In Path" value.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="margin: 1em 1em 1em 40px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;LI&gt;Right-click the Qlik Sense Desktop shortcut&lt;/LI&gt;&lt;LI&gt;Select "Properties"&lt;/LI&gt;&lt;LI&gt;Select the "Shortcut" tab&lt;/LI&gt;&lt;LI&gt;Find the "Start in" field&lt;/LI&gt;&lt;LI&gt;Replace any current value with %LOCALAPPDATA%\Programs\Qlik\Sense &lt;/LI&gt;&lt;LI&gt;Apply the change and try again&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If that does not resolve the issue please reach out to &lt;A href="http://support.qlik.com/" title="http://support.qlik.com/"&gt;Qlik Support&lt;/A&gt; for further help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 22:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109687#M889296</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2016-08-30T22:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109688#M889297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're right.&lt;/P&gt;&lt;P&gt;I only tried to show in data point 'Mil', because I saw that your data were in that order of magnitude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading &lt;STRONG&gt;param data&lt;/STRONG&gt;, as was my first attempt (it was in the app that I loaded in my previous post), you can get 'Mil' or 'Bil' in data point, setting Expression Default in Chart Properties-Number, but only if you don't enter any Million, Billion, etc. Symbol for axis.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ParamData_ChartProperties.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136089_ParamData_ChartProperties.PNG" style="height: 451px; width: 620px;" /&gt;&lt;IMG alt="ParamData_Chart.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/136090_ParamData_Chart.PNG" style="height: 279px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I conclude that 'Mil', 'Bil', etc symbol that QlikView show on axis is referred also to data point values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My imagination suggest me a not-elegat solution: you can do a chart with data point showed in million and make transparent all other element in this second chart.&lt;/P&gt;&lt;P&gt;Then you will place it on another chart, with Thousand, Million, Billion Symbol filled.&lt;/P&gt;&lt;P&gt;As data source is the same, charts will update together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 08:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109688#M889297</guid>
      <dc:creator>paola_valenti</dc:creator>
      <dc:date>2016-08-31T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109689#M889298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Paola. It is one way as you said it is not a elegant way. Looks like there is an opportunity for Qlikview to improve the design or I am anware of any better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 08:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/1109689#M889298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-31T08:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Million, Billion etc</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/2493662#M1226260</link>
      <description>&lt;P&gt;Sorry for not replying. I have been travelling.&lt;BR /&gt;Here is the current status of the expression&lt;/P&gt;
&lt;P&gt;sum(InventoryQty)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bnelson111_0-1732110196665.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174624i7C0578F132408084/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bnelson111_0-1732110196665.png" alt="bnelson111_0-1732110196665.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The outcome I'm looking for is the 20,884,980 to be displayed as 20.884,980.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 13:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Million-Billion-etc/m-p/2493662#M1226260</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2024-11-20T13:46:20Z</dc:date>
    </item>
  </channel>
</rss>

