<?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: Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173153#M906931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2016/05/scaling-numbers-and-dse-tips/" title="http://qlikviewcookbook.com/2016/05/scaling-numbers-and-dse-tips/"&gt;Scaling Numbers and DSE Tips | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ohhh... &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/marcio.campestrini"&gt;marcio.campestrini&lt;/A&gt;&lt;/STRONG&gt; has already posted this..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 13:22:23 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2016-06-22T13:22:23Z</dc:date>
    <item>
      <title>Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173148#M906926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Have done all setting to get the figures like 11.16,8.72,5.10 in Chart.&lt;/P&gt;&lt;P&gt;What should change in chart to get the Required Decimals ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="22.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128855_22.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="33.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128856_33.PNG" style="width: 620px; height: 451px;" /&gt;&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/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173148#M906926</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173149#M906927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to right of the "Fixed to" you have selected enter the number of decimals you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173149#M906927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T13:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173150#M906928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually create an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Dual&lt;/SPAN&gt;(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[your formula]&lt;/SPAN&gt; &amp;gt; 1000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #800000; font-size: 13.3333px;"&gt;[your formula]&lt;SPAN style="color: #000000;"&gt;/1000000,'#,##0.0') &amp;amp; ' Million',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[your formula]&lt;/SPAN&gt; &amp;gt; 1000,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #800000; font-size: 13.3333px;"&gt;[your formula]&lt;SPAN style="color: #000000;"&gt;/1000,'#,##0.0') &amp;amp; ' Thousand',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #800000; font-size: 13.3333px;"&gt;[your formula]&lt;SPAN style="color: #000000;"&gt;/100,'#,##0.0') &amp;amp; ' Hundred'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #800000; font-size: 13.3333px;"&gt;[your formula]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;The Dual function means that the formula within the &lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;if &lt;/SPAN&gt;statement is displayed but your original formula is what will be mapped in the chart.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173150#M906928</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-22T13:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173151#M906929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want figures in chart like 11.16,8.72,5.10 etc&lt;/P&gt;&lt;P&gt; what should i change there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173151#M906929</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2016-06-22T13:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173152#M906930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this: &lt;A href="http://qlikviewcookbook.com/2016/05/scaling-numbers-and-dse-tips/" title="http://qlikviewcookbook.com/2016/05/scaling-numbers-and-dse-tips/"&gt;Scaling Numbers and DSE Tips | Qlikview Cookbook&lt;/A&gt;, by &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173152#M906930</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2016-06-22T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173153#M906931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2016/05/scaling-numbers-and-dse-tips/" title="http://qlikviewcookbook.com/2016/05/scaling-numbers-and-dse-tips/"&gt;Scaling Numbers and DSE Tips | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ohhh... &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/marcio.campestrini"&gt;marcio.campestrini&lt;/A&gt;&lt;/STRONG&gt; has already posted this..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173153#M906931</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-22T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Large Number on Chart dynamically Need to be Million, Thousand &amp; Hundred</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173154#M906932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Satish&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Have you solved your issue? If you did, choose the right question to help us to keep community clean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 11:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Number-on-Chart-dynamically-Need-to-be-Million-Thousand/m-p/1173154#M906932</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2016-07-12T11:59:16Z</dc:date>
    </item>
  </channel>
</rss>

