<?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: Pie Chart Display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707475#M1077834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have ConsumerType as Dimension&lt;/P&gt;&lt;P&gt;and have the expression as&lt;/P&gt;&lt;P&gt;sum(Value) / sum( Total Value)&lt;/P&gt;&lt;P&gt;or&lt;BR /&gt;count(ConsumerID) / count(Total ConsumerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can pick the ConsumerType from a Listbox and the chart will show the percentages between the selected ConsumerTypes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 17:26:57 GMT</pubDate>
    <dc:creator>simenkg</dc:creator>
    <dc:date>2014-07-18T17:26:57Z</dc:date>
    <item>
      <title>Pie Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707474#M1077833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Pie.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62668_Pie.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LB.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62685_LB.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ConsumerType is a field with 4 values High, Medium, Low and Very Low.&lt;/P&gt;&lt;P&gt;I have to consider only 3 i.e High, Medium, Low and display their respective percentages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 17:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707474#M1077833</guid>
      <dc:creator>shannoypaul</dc:creator>
      <dc:date>2014-07-18T17:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707475#M1077834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have ConsumerType as Dimension&lt;/P&gt;&lt;P&gt;and have the expression as&lt;/P&gt;&lt;P&gt;sum(Value) / sum( Total Value)&lt;/P&gt;&lt;P&gt;or&lt;BR /&gt;count(ConsumerID) / count(Total ConsumerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can pick the ConsumerType from a Listbox and the chart will show the percentages between the selected ConsumerTypes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 17:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707475#M1077834</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T17:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707476#M1077835</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can write an calculated dimension as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ConsumerType &lt;/SPAN&gt; = 'Very Low',null(),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ConsumerType &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select "&lt;STRONG&gt;Supress When Value is Null"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Go to Expression and write your expression and click on "&lt;STRONG&gt;Relative" &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Also click on "&lt;STRONG&gt;values on Data Point"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Go to "&lt;STRONG&gt;Numbers&lt;/STRONG&gt;" tab and click on the expression and select "&lt;STRONG&gt;Show in %&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 17:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707476#M1077835</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-07-18T17:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707477#M1077836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a calculated dimension something like:&lt;/P&gt;&lt;P&gt;if(ConsumerType&amp;lt;&amp;gt;'Very Low',ConsumerType)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 17:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707477#M1077836</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-07-18T17:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707478#M1077837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll add that if you somehow want to lock the choices you do it by using Set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you dont want to show Very Low, the expressions become &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;ConsumerType-={'Very Low'}&amp;gt;} ConsumerID) / Count(total {$&amp;lt;ConsumerType-={'Very Low'}&amp;gt;} ConsumerID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you like this syntax better:&lt;BR /&gt;Count({$&amp;lt;ConsumerType={'High','Medium','Low'}&amp;gt;} ConsumerID) / Count(total {$&amp;lt;ConsumerType={'High','Medium','Low'}&amp;gt;} ConsumerID) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 17:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Display/m-p/707478#M1077837</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T17:40:18Z</dc:date>
    </item>
  </channel>
</rss>

