<?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: How to create a pie chart with positive and negative values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352787#M577548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris has written like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In edit script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Score&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; US, 4971.765&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Japan, -200.941&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 EU, 141.181&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RoW, 735.292&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In front end, Straight table or pic chart&lt;/P&gt;&lt;P&gt;Dimension as Country&lt;/P&gt;&lt;P&gt;Expresssions: &lt;/P&gt;&lt;P&gt;first expression -&amp;gt; =fabs(sum(Score))&lt;/P&gt;&lt;P&gt;second expressino -&amp;gt; =sum(Score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see 2nd expr as in % check on Relative box in expression tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2012 12:53:11 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2012-04-17T12:53:11Z</dc:date>
    <item>
      <title>How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352778#M577539</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 to create pie charts of 11 products in 4 different regions, but one of the pie is not visible its showing error "Positive and Negative values in chart" i know that there are some negative values in the data, but can any one tell how to show a pie&lt;/P&gt;&lt;P&gt;any help is appriciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 11:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352778#M577539</guid>
      <dc:creator />
      <dc:date>2012-04-16T11:44:10Z</dc:date>
    </item>
    <item>
      <title>How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352779#M577540</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;you certianly have an expression like SUM(YourValue) and a dimension like products or region. You can try an expression like : if(﻿SUM(YourValue)&amp;gt;0,SUM(YourValue)) this will show only positive value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do if(﻿SUM(YourValue)&amp;lt;0,SUM(YourValue)) to show negative in another chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show values whenever they positive or negative, you can use : fabs(SUM(YourValue))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fabs() make values absolute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 11:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352779#M577540</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2012-04-16T11:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352780#M577541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks chris, it worked, but why its not showing as negative percentage in the data label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 13:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352780#M577541</guid>
      <dc:creator />
      <dc:date>2012-04-16T13:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352781#M577542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi&lt;/P&gt;&lt;P&gt;I think that the one thing missing in the advice you got was the fact that it is not possible to show negative values in a pie. how would you show it ?? what does a negative slice look like ?? all of the advice you have received was a way to get around this problem by making sure there are no negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically the answer to "how can I show negative values in a pie" is... you can not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Etay Elazar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 13:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352781#M577542</guid>
      <dc:creator>etay_netintent</dc:creator>
      <dc:date>2012-04-16T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352782#M577543</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 agree with Etay. Pie charts are not useful for displaying data with a mix of positive and negative numbers. I suggest that you look at some other visualisation of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 15:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352782#M577543</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-04-16T15:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352783#M577544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Etay,&lt;/P&gt;&lt;P&gt;thanks alot for your reply, as u said that we can not create a pie with a negative values,&amp;nbsp; i am not sure whether we can create it in QV or not but in normal Excel we can create it, plz see the attached pic &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Picture1.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13054_Picture1.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 07:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352783#M577544</guid>
      <dc:creator />
      <dc:date>2012-04-17T07:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352784#M577545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible in qlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 11:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352784#M577545</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2012-04-17T11:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352785#M577546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can try expression like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(Sum(FieldName)&amp;gt;0,Sum(FieldName),Num(Fabs(Sum(FieldName)),'-###.##%'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 12:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352785#M577546</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-17T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352786#M577547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Chris,&lt;/P&gt;&lt;P&gt;I am using a PE version of QV, so can not open your file, it would be great if you can write me back what you have done &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 12:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352786#M577547</guid>
      <dc:creator />
      <dc:date>2012-04-17T12:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352787#M577548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris has written like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In edit script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Score&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; US, 4971.765&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Japan, -200.941&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 EU, 141.181&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RoW, 735.292&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In front end, Straight table or pic chart&lt;/P&gt;&lt;P&gt;Dimension as Country&lt;/P&gt;&lt;P&gt;Expresssions: &lt;/P&gt;&lt;P&gt;first expression -&amp;gt; =fabs(sum(Score))&lt;/P&gt;&lt;P&gt;second expressino -&amp;gt; =sum(Score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see 2nd expr as in % check on Relative box in expression tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 12:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352787#M577548</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-04-17T12:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352788#M577549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Celambarasan,&lt;/P&gt;&lt;P&gt;There is no change in the data values, they still are same its does not show any negative percentage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 12:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352788#M577549</guid>
      <dc:creator />
      <dc:date>2012-04-17T12:57:22Z</dc:date>
    </item>
    <item>
      <title>How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352789#M577550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How did you calculating percentage?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 13:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352789#M577550</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-17T13:04:29Z</dc:date>
    </item>
    <item>
      <title>How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352790#M577551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you used Relative uncheck it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use the Below Expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(Sum(FieldName)&amp;gt;0,Num(Sum(FieldName)/Sum(Total FieldName),'###.##%'),Num(Fabs(Sum(FieldName))/Sum(Total FieldName),'-###.##%'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 13:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352790#M577551</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-17T13:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352791#M577552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Jagan for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 13:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352791#M577552</guid>
      <dc:creator />
      <dc:date>2012-04-17T13:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352792#M577553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot for your efforts Celambarasan now its has worked, &lt;/P&gt;&lt;P&gt;one suggestion you syntax is works well when the expression is direct or small, but if we have a huge calculation in the syntax then its a bit difficult to check all the calculation.&lt;/P&gt;&lt;P&gt;I Really appreciate your help thanks alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 13:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352792#M577553</guid>
      <dc:creator />
      <dc:date>2012-04-17T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352793#M577554</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;Of course you can "force" the display by using absolute values, but this data is misleading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, assume we have 3 groups,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: 100&lt;/P&gt;&lt;P&gt;B: 200&lt;/P&gt;&lt;P&gt;C: -100&lt;/P&gt;&lt;P&gt;Total: 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using absolute values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: 100&amp;nbsp;&amp;nbsp; 25%&lt;/P&gt;&lt;P&gt;B: 200&amp;nbsp;&amp;nbsp; 50%&lt;/P&gt;&lt;P&gt;C: 100&amp;nbsp;&amp;nbsp; 25%&lt;/P&gt;&lt;P&gt;Total: 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A and C are 25% of what? The value of 400 has no meaning in reality, it is purely a mathematical construct. so 25% is also meaningless, as is the pie chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just my opinion, and this information may be useful in your particular case, but I would caution against this approach as it is arithmetically doubtful. Use it at your peril.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 15:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352793#M577554</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-04-17T15:02:57Z</dc:date>
    </item>
    <item>
      <title>How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352794#M577555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi&lt;/P&gt;&lt;P&gt;i have been off line for&amp;nbsp; day..... and was amazed to see the lively discussion about this point.&lt;/P&gt;&lt;P&gt;Let me say again - It is not possible to show negative values in a pie. I am trying to say that physically it is not possible to represent a negative slice area.&lt;/P&gt;&lt;P&gt;Showing negative values on a positive slice ?? That is the solution that was given. As has been stated in this thread it is a skewed presentation of the data. &lt;/P&gt;&lt;P&gt;I would be wary of showing negative values on a positive slice area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are happy with the solution - so much better....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 09:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352794#M577555</guid>
      <dc:creator>etay_netintent</dc:creator>
      <dc:date>2012-04-18T09:32:16Z</dc:date>
    </item>
    <item>
      <title>How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352795#M577556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jonathan,&lt;/P&gt;&lt;P&gt;I really agree with you, what you suggest is correct, even i am looking some other option to represent the data, but the client want it in this fashion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 11:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352795#M577556</guid>
      <dc:creator />
      <dc:date>2012-04-18T11:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352796#M577557</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;If the client is insistent on showing with pie charts, how about splitting the data into positive and negative, and showing it on two pies? eg pie of debits and pie of credits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two expressions would then be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if (val &amp;lt; 0, val, 0))&lt;/P&gt;&lt;P&gt;Sum(if(val &amp;gt;= 0, val, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 13:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352796#M577557</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-04-18T13:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pie chart with positive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352797#M577558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Etay, &lt;/P&gt;&lt;P&gt;Thatz true we cant dispaly both negative and positive percentage in pie chart, but there is no other way to represent the data except the bar chart, can you think of any other way, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 13:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-pie-chart-with-positive-and-negative-values/m-p/352797#M577558</guid>
      <dc:creator />
      <dc:date>2012-04-18T13:12:48Z</dc:date>
    </item>
  </channel>
</rss>

