<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906292#M1016628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with gauge chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 07:33:22 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-04-14T07:33:22Z</dc:date>
    <item>
      <title>PIE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906291#M1016627</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 show a pie chart by count of members and coount of customers &lt;/P&gt;&lt;P&gt;the pie chart should give me percentage og customer and percentage of members &lt;/P&gt;&lt;P&gt;but there should not be any dimensions in it .&lt;/P&gt;&lt;P&gt;I Have already ploted a pie chart writng in expression as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count( Customers)&lt;/P&gt;&lt;P&gt;count( members )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is showing me pie chartlike 100% customers , the percentage is not being showed for mebers &lt;/P&gt;&lt;P&gt;What do i do ? can someone help me on this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906291#M1016627</guid>
      <dc:creator />
      <dc:date>2015-04-14T07:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906292#M1016628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with gauge chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906292#M1016628</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-14T07:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: PIE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906293#M1016629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COUNT Of Customers and Members with respect to what?&lt;/P&gt;&lt;P&gt;Have you tried Count(Customer)/COUNT(ALL Customer)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906293#M1016629</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-14T07:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906294#M1016630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like that...please find qvw attached&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83591_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906294#M1016630</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-04-14T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906295#M1016631</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated Dimension: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ValueList('Customers', 'Members')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Expression : =If(ValueList('Customers', 'Members') = 'Customers', Count(Customers), Count(Members))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIE-CHART/m-p/906295#M1016631</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-14T07:52:04Z</dc:date>
    </item>
  </channel>
</rss>

