<?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: Number Format in Pie chart legends in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316508#M116762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; So i am assuming this as bug &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2011 02:22:54 GMT</pubDate>
    <dc:creator>qliksus</dc:creator>
    <dc:date>2011-11-16T02:22:54Z</dc:date>
    <item>
      <title>Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316500#M116754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show negative values in Pie Chart so i have give the expression condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (&amp;nbsp; sum(val) &amp;lt; 0 , num( purgechar( sum(val),'-')&amp;nbsp; ,'-#,#00) , sum(val) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this expression is showing me the negative values in the chart correctly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i select the legend in the Pie chart the number in legend is not showing the negative values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the legend is showing the correct format only when i change in the Number format tab but i dont want that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bcoz whatever i select there will be applied to all the values . tell me how to fix this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear please tell me if i need to explain more &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 05:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316500#M116754</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2011-11-14T05:06:19Z</dc:date>
    </item>
    <item>
      <title>Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316501#M116755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get your point and let try this:&lt;/P&gt;&lt;P&gt;If(sum(val) &amp;lt; 0 , num(purgechar(sum(val),'-') ,'#,##0.00;(#,##0.00)') , num(sum(val),'#,##0.00;(#,##0.00)'))&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;If (sum(val) &amp;lt; 0 ,purgechar(-sum(val),'-')) , -sum(val))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 06:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316501#M116755</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-11-14T06:33:30Z</dc:date>
    </item>
    <item>
      <title>Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316502#M116756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the ways are not working the second expression cant be used bcoz&amp;nbsp; Pie cant show negative values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the first expression its the same what im geting . But what i am trying to say is the number format is applied &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the values shown in the Pie i.e when u select the VALUE IN DATA POINT&amp;nbsp; option in Expression tab its fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the same number format is not applied in the Number shown in the legend of the pie chart this legend is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;taking the format from the NUMBER TAB&amp;nbsp; so how to fix this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316502#M116756</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2011-11-14T08:20:49Z</dc:date>
    </item>
    <item>
      <title>Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316503#M116757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attached your report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316503#M116757</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-11-14T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316504#M116758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file i have explained my scenario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 09:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316504#M116758</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2011-11-14T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316505#M116759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting one. I couldn't find a solution for what you are asking.&lt;/P&gt;&lt;P&gt;But it did raise an other question with me ; Do you want these negative values to show in your pie the same way as the positive values (this way +30 is the same as -30)&lt;/P&gt;&lt;P&gt;When I use a pie charts I always leave out the negative values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Sum(Field)&amp;lt;0, 0, Sum(Field))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have no idea why the '-' is not showing in your legend, looks like a bug to me ....&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 11:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316505#M116759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-14T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316506#M116760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; yes i want to show the negative values same as the positive so i used the purgechar function to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what is happening is If i change something in the format the legend is showing the negative value but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this legend is not showing the number format used in the expression . So how to fix this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 15:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316506#M116760</guid>
      <dc:creator />
      <dc:date>2011-11-14T15:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316507#M116761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Guys any update&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 02:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316507#M116761</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2011-11-15T02:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Number Format in Pie chart legends</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316508#M116762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; So i am assuming this as bug &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 02:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Format-in-Pie-chart-legends/m-p/316508#M116762</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2011-11-16T02:22:54Z</dc:date>
    </item>
  </channel>
</rss>

