<?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: Chart showing thousand Symbol but expression not getting values divided in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018011#M344799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks to be working in V12, unless I'm missing something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114406_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2016 10:44:18 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2016-02-12T10:44:18Z</dc:date>
    <item>
      <title>Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018008#M344796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart with dimension as Date and the expression as SUM(PASS). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Numbers tab i have given symbol of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thousand as K &lt;/P&gt;&lt;P&gt;Million as M&lt;/P&gt;&lt;P&gt;and Billion as B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart shows K symbol and &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the value as 7300 which is actually seven thousand three hundred, so the chart should show 7.3 on the bar of the chart else it should not show the K symbol. either one will be correct. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Not sure if i am missing anything here.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards&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&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 07:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018008#M344796</guid>
      <dc:creator>ashishtams</dc:creator>
      <dc:date>2016-02-12T07:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018009#M344797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately is this not implemented in that way - it showed only these symbol to the number within the chart. If you want to show your numbers as k or m you need the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(YourExpression / 1000, '#.##0 k') // thousands&lt;/P&gt;&lt;P&gt;num(YourExpression / 1000000, '#.##0,0 m') // millions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could this make dynamic with variables like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vDivider:&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vUnit:&lt;/P&gt;&lt;P&gt;= pick(match($(vDivider), 1000, 1000000), '#.##0 k', '#.##0,0 m')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(YourExpression / $(vDivider), '$(vUnit)')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 09:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018009#M344797</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-12T09:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018010#M344798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It used to work like that, they screwed it with version 9 or 10 (can't remember). It worked in 8.5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I raised the issue several times, once I even got a promise that will be fixed.... never happened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 10:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018010#M344798</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-02-12T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018011#M344799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks to be working in V12, unless I'm missing something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114406_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 10:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018011#M344799</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-02-12T10:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018012#M344800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work even in a recent 11.20 version (tested 11.20 SR11 X64).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version are you using? Could you post a screen shot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or are you talking about the value shown in the mouse over, which I think will just show the result in the format of the of the expression (not taking the symbols into account).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018012#M344800</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-12T16:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018013#M344801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="largenumber.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114490_largenumber.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018013#M344801</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-02-12T17:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018014#M344802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure to do the division in the expression itself. I have faced a similar issue with showing Millions and had to divide by 1000000 in the expression which resolved the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018014#M344802</guid>
      <dc:creator>nagireddy_qv</dc:creator>
      <dc:date>2016-02-12T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018015#M344803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right - in SR13 it worked in normal charts but not in table-charts because these options are grayed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018015#M344803</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-12T18:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing thousand Symbol but expression not getting values divided</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018016#M344804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The scaling of the "Values on Datapoints" was restored about SR11, and it works in QV12 as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup value does not scale though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2015/10/bar-chart-viz-tidbits-in-version-12/" title="http://qlikviewcookbook.com/2015/10/bar-chart-viz-tidbits-in-version-12/"&gt;Bar Chart Viz Tidbits in Version 12 | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-thousand-Symbol-but-expression-not-getting-values/m-p/1018016#M344804</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-12T19:48:23Z</dc:date>
    </item>
  </channel>
</rss>

