<?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 show Count and Percentage on the Pie chart visual ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136152#M754299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple of answers that work here, I find the easiest option to be to simply add a second expression with the exact same expression (for example Count(Project)), and tick relative for one of the expressions and leave it off for the other. Check Value on data points for both and you should have what you want. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215191_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;You won't be able to see the percentage in the legend though, you'll have to use Nassim's solution for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2018 08:20:41 GMT</pubDate>
    <dc:creator>jensmunnichs</dc:creator>
    <dc:date>2018-10-05T08:20:41Z</dc:date>
    <item>
      <title>How to show Count and Percentage on the Pie chart visual ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136149#M754296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the below Pie Chart which shows the No of Projects per Category;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215134_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I uncheck the relative under my expression I am getting the count of the projects as shown below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/215147_12.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I get both percentages and count of the projects in my Pie chart visual? any help is greatly appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136149#M754296</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Count and Percentage on the Pie chart visual ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136150#M754297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use dual function.&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;dual( your_sum_expression &amp;amp; '&amp;nbsp; - ' &amp;amp; your_percent_expression,your_sum_expression)&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(Num(Sum(Sales),'0,000.00') &amp;amp; '-' &amp;amp; num((Sum(Sales)/Sum(TOTAL Sales))*100,'0.00') &amp;amp; '%',&lt;/P&gt;&lt;P&gt;Num(Sum(Sales),'0,000.00'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 17:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136150#M754297</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-04T17:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Count and Percentage on the Pie chart visual ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136151#M754298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just add a calculated dimension&amp;nbsp; as &lt;/P&gt;&lt;P&gt;=Category&amp;amp;' : '&amp;amp; aggr(num(sum(#Projects)/sum(total{&amp;lt;Category&amp;gt;} #Projects),'#,##0.00%'),Category)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the expression is :&lt;/P&gt;&lt;P&gt;sum(#Projects)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and don't select relative check box .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;nassim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 03:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136151#M754298</guid>
      <dc:creator>qolkaram</dc:creator>
      <dc:date>2018-10-05T03:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Count and Percentage on the Pie chart visual ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136152#M754299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple of answers that work here, I find the easiest option to be to simply add a second expression with the exact same expression (for example Count(Project)), and tick relative for one of the expressions and leave it off for the other. Check Value on data points for both and you should have what you want. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215191_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;You won't be able to see the percentage in the legend though, you'll have to use Nassim's solution for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136152#M754299</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-10-05T08:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Count and Percentage on the Pie chart visual ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136153#M754300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was the easiest thing to do. &lt;SPAN style="font-size: 10pt;"&gt;thank you&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 18:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/136153#M754300</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-05T18:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Count and Percentage on the Pie chart visual ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/1736715#M754301</link>
      <description>&lt;P&gt;can this be expanded to a second dimension? so not just "category", but say, "category" and "projectowner" where project owner could be a list of names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 12:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Count-and-Percentage-on-the-Pie-chart-visual/m-p/1736715#M754301</guid>
      <dc:creator>samuelll</dc:creator>
      <dc:date>2020-08-18T12:00:21Z</dc:date>
    </item>
  </channel>
</rss>

