<?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: Count of values in pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064740#M356052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Create a pie chart with no dimension and these two expressions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;1) Count({&amp;lt;Item = {1}, status = {'TRUE', 'FALSE'}&amp;gt;}emp_id)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;2) Count({&amp;lt;Item = {1}, status = {'TRUE', 'FALSE', 'Don''t know'}&amp;gt;}emp_id)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122142_Capture.PNG" style="height: 330px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 09:41:22 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-20T09:41:22Z</dc:date>
    <item>
      <title>Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064739#M356051</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 my data as below&lt;/P&gt;&lt;P&gt;Table&lt;/P&gt;&lt;P&gt;emp_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRUE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FALSE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRUE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRUE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FALSE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Don’t know&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Don’t know&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;8&amp;nbsp; &lt;/P&gt;&lt;P&gt;9&amp;nbsp; &lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;I want the count in a single pie chart in&amp;nbsp; which&lt;/P&gt;&lt;P&gt;i want the count of emp_id&amp;nbsp; whose item =1 and status = True or False&amp;nbsp; (from above table count is 3)&lt;/P&gt;&lt;P&gt;i want the count of emp_id&amp;nbsp; whose item =1 and status = True or False or Don't know (from above table count is 4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064739#M356051</guid>
      <dc:creator />
      <dc:date>2016-04-20T09:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064740#M356052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Create a pie chart with no dimension and these two expressions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;1) Count({&amp;lt;Item = {1}, status = {'TRUE', 'FALSE'}&amp;gt;}emp_id)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;2) Count({&amp;lt;Item = {1}, status = {'TRUE', 'FALSE', 'Don''t know'}&amp;gt;}emp_id)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122142_Capture.PNG" style="height: 330px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064740#M356052</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T09:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064741#M356053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I think even your second is also three&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sorry counting mistake &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064741#M356053</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-20T09:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064742#M356054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you so much but i cant drill down into the pie chart &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064742#M356054</guid>
      <dc:creator />
      <dc:date>2016-04-20T12:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064743#M356055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to be able to select one or the other section of the pie? Is that the goal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064743#M356055</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064744#M356056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this is better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064744#M356056</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T12:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064745#M356057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny yes when clicks on the second legend it should be drilled into a single pie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 03:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064745#M356057</guid>
      <dc:creator />
      <dc:date>2016-04-21T03:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064746#M356058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i ada a single dimension and a single expression then i am able to drill into pie chart&lt;/P&gt;&lt;P&gt;but with out dimension i cant be able to drill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 03:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064746#M356058</guid>
      <dc:creator />
      <dc:date>2016-04-21T03:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count of values in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064747#M356059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did attach another qvw with the ability for the user to select one part of the pie, did you check it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-values-in-pie-chart/m-p/1064747#M356059</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T08:07:35Z</dc:date>
    </item>
  </channel>
</rss>

