<?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: values on data points loosing number format when located in the bar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842383#M533810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better to divide by 1000, 1000000 and use Symbols from Number Tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 08:04:18 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-04-02T08:04:18Z</dc:date>
    <item>
      <title>values on data points loosing number format when located in the bar</title>
      <link>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842380#M533807</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;I have a combo chart where the values of line and bar are overlapping, so I decided to plot the values inside the chart but when Iam doing this the money format with millions is lost and the bars are showing complete value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842380#M533807</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-04-02T07:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: values on data points loosing number format when located in the bar</title>
      <link>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842381#M533808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check enclosed file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842381#M533808</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-02T07:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: values on data points loosing number format when located in the bar</title>
      <link>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842382#M533809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented a similar kind of solution but because the values may be thousands , millions, or billions I have created a parameterised variable like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($1 &amp;lt; 1000, $1, &lt;/P&gt;&lt;P&gt;&amp;nbsp; if($1 &amp;gt; 1000 AND $1 &amp;lt; 1000000, $1/1000,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if($1 &amp;gt; 1000000 AND $1 &amp;lt; 1000000000, $1/1000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp; $1/1000000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is working fine for my problem but one of my expression is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;QuarterYear={$(vCurrentQuarter), $(vLastQuarter1), $(vLastQuarter2), $(vLastQuarter3)}&amp;gt;}Spend))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I am using that variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vNumConverter(Sum({&amp;lt;QuarterYear={$(vCurrentQuarter), $(vLastQuarter1), $(vLastQuarter2), $(vLastQuarter3)}&amp;gt;}Spend))) its not displaying any thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even tried dual , but to my strange the bars are displaying but the string value is for all bars is taking same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression which I have used is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(vNextQuarterButton)=1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; dual(num($(vNumberConverter($(=$(vCurrentQuartersSpend(1))))),'#.00')&amp;amp;$(vNumberConverterSym($(=$(vCurrentQuartersSpend(1))))),Sum({&amp;lt;QuarterYear={$(vCurrentQuarter)}&amp;gt;}Spend))&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; dual(num($(vNumberConverter($(=$(vCurrentQuartersSpend(2))))),'#.00')&amp;amp;$(vNumberConverterSym($(=$(vCurrentQuartersSpend(2))))),Sum({&amp;lt;QuarterYear={$(vCurrentQuarter), $(vLastQuarter1), $(vLastQuarter2), $(vLastQuarter3)}&amp;gt;}Spend))&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vNumberconverter : &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;if($1 &amp;lt; 1000, $1, &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; if($1 &amp;gt; 1000 AND $1 &amp;lt; 1000000, $1/1000,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; if($1 &amp;gt; 1000000 AND $1 &amp;lt; 1000000000, $1/1000000,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; $1/1000000000&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;vCurrentQuartersSpend :&lt;/P&gt;&lt;P&gt;if($1=1, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({&amp;lt;QuarterYear={$(vCurrentQuarter)}&amp;gt;} Spend)&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({&amp;lt;QuarterYear={$(vCurrentQuarter), $(vLastQuarter1), $(vLastQuarter2), $(vLastQuarter3)}&amp;gt;} Spend)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vNumberConverterSym:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($1 &amp;lt; 1000, '', &lt;/P&gt;&lt;P&gt;&amp;nbsp; if($1 &amp;gt; 1000 AND $1 &amp;lt; 1000000, 'T',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if($1 &amp;gt; 1000000 AND $1 &amp;lt; 1000000000, 'M',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'B'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="num.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82762_num.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;but the bar char is displaying same values, I think the string part in dual is not able to take dimension.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The expressions were absolutely working for only this expression &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;QuarterYear={$(vCurrentQuarter)}&amp;gt;} Spend)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;without using dual.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842382#M533809</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-04-02T07:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: values on data points loosing number format when located in the bar</title>
      <link>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842383#M533810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better to divide by 1000, 1000000 and use Symbols from Number Tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 08:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842383#M533810</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-02T08:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: values on data points loosing number format when located in the bar</title>
      <link>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842384#M533811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah Iam using the same but my values are not always in Millions so I used another variable for symbols, that not an issue I resolved it but in the final, dual function is behaving differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 08:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842384#M533811</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-04-02T08:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: values on data points loosing number format when located in the bar</title>
      <link>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842385#M533812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check enclosed sample file and change according to your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 08:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-on-data-points-loosing-number-format-when-located-in-the/m-p/842385#M533812</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-02T08:20:40Z</dc:date>
    </item>
  </channel>
</rss>

