<?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 with number and percent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607721#M224376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the expression:&lt;/P&gt;&lt;P&gt;NUM(SUM(Expression1)/SUM(Total Expression1), '#,##0%') &amp;amp; ' / ' &amp;amp; Num(SUM(Expression1), '#,##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a &lt;STRONG&gt;second&lt;/STRONG&gt; expression and select "Text as Popup".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 15:18:19 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-02-19T15:18:19Z</dc:date>
    <item>
      <title>Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607717#M224372</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 have 2 fields namely _Chart1Expression3 and _Chart1Expression2 that correspond to the metric in integer (Million scaling) and percent format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display both of them in the pie chart using the technique below, however the Chart Legend only displays the numeric portion of the Show Numbers in Legend and not the Text Representation. Is there something I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual($($(=_Chart1Expression3)) &amp;amp; ' M / ' &amp;amp; $($(=_Chart1Expression2)), $($(=_Chart1Expression3)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_Chart1Expression3 = Num(SUM(Metric)/1000000, '#,##0')&lt;/P&gt;&lt;P&gt;_Chart1Expression2 = Num(SUM(Metric)/SUM(Total Metric), '#,##0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607717#M224372</guid>
      <dc:creator />
      <dc:date>2014-02-19T14:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607718#M224373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load your sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607718#M224373</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-19T15:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607719#M224374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you go, in the second chart i would like to see the number and percent as in when you hover over the pie slice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607719#M224374</guid>
      <dc:creator />
      <dc:date>2014-02-19T15:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607720#M224375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607720#M224375</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-19T15:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607721#M224376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the expression:&lt;/P&gt;&lt;P&gt;NUM(SUM(Expression1)/SUM(Total Expression1), '#,##0%') &amp;amp; ' / ' &amp;amp; Num(SUM(Expression1), '#,##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a &lt;STRONG&gt;second&lt;/STRONG&gt; expression and select "Text as Popup".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607721#M224376</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-02-19T15:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607722#M224377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attached .qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mine is a bit different from &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;Rob Wunderlich&lt;/A&gt;'s as I use the relative check-box to calculate the percentage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607722#M224377</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-19T15:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607723#M224378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not looking so much so for the text as popup which I have working already using the Dual but rather looking to fix the legend where the Number and Percent i.e. text representation of the popup is not showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have expected the Text representation of my expression to show in the legend since by default that is the display value for any dual for eg. in Month, Jan = 1 but we see Jan in display. My legend is incorrectly showing the unformatted SUM(Expression1) instead of 'percent / number'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps clarify the dilemma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it might just be a bug with 11.2SR5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607723#M224378</guid>
      <dc:creator />
      <dc:date>2014-02-19T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607724#M224379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Amir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Attached Qvw of Pie Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has different Scenarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works fine for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607724#M224379</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-19T15:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607725#M224380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your solution on top right is exactly the problem I trying to solve. The legend is not displaying the text value. Also, showing the dimensions in the pie chart are not the ideal solution since my legend is verbose unfortunately and therefore having a separate legend on the right is better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607725#M224380</guid>
      <dc:creator />
      <dc:date>2014-02-19T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607726#M224381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are three correct solution given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607726#M224381</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-19T15:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607727#M224382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately they are not. they are workarounds to the problem i have. it seems this might be a bug as Nag Aviral's solution has the same defect as mine and the others are not what I am looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607727#M224382</guid>
      <dc:creator />
      <dc:date>2014-02-19T15:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607728#M224383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see I misunderstood the question. I wouldn't agree it's a bug. The property on the Presentation/Legend is "Show &lt;STRONG&gt;Numbers&lt;/STRONG&gt; in Legend". It is correctly showing the number value, not the text. Your reference to the Month example was for the legend &lt;STRONG&gt;Label&lt;/STRONG&gt; - not the value -- which is correctly displayed as text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607728#M224383</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-02-19T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607729#M224384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it is a bug in that it will not accept the NUM() function for the formatting even it has to show numeric representation of the data as opposed to text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoep this elaborates better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having to show percent on the data point and numbers next to it or in legend affords poor readability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems I will have to resort to Y-value sorted Bar Chart as an alternative to achieve the task. It would have been ideal if the Pie achieved the same result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 16:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607729#M224384</guid>
      <dc:creator />
      <dc:date>2014-02-19T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607730#M224385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the Modified Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 17:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607730#M224385</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-19T17:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607731#M224386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 17:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607731#M224386</guid>
      <dc:creator />
      <dc:date>2014-02-19T17:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607732#M224387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly you Want. Be Clear &amp;amp; specific??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 17:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607732#M224387</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-19T17:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607733#M224388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about this solution:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PieChart.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54396_PieChart.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I looked at your test.qvw and found that, when using the dual function you'll get a result only, if in the 'Number' tab the check box 'Expression default' is marked. In this case the 'Show value in Legend' cannot show the result you want to see. So I unchecked the 'Show Legend' in the 'Presentation' tab and added the 'Dim1' field to the dual function. Also you have to check the 'Show Values on Datapoints' in the 'Expression' tab.&lt;/P&gt;&lt;P&gt;See below your modified qvw.&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607733#M224388</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-03-06T14:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607734#M224389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the only way you can have two numbers next to legend in a pie chart, in your case, a percent value and the actual number value of the expression next to each other in the legend is by creating a work around. the way i did it on my end for a very similar requirement is create a straight table with the same dimensions and expression as pie chart and align it right next to the legend with no borders. the pie chart legend can show the real numbers and straight table can show percentages or vice versa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 15:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607734#M224389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T15:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607735#M224390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this. since it is a straight table, it will still respond to your selections in pie chart or in the table and stay consistent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in your pie chart, turn show numbers in legend off.&lt;/P&gt;&lt;P&gt;2. create a new straight table with same dimension as pie chart and two expressions - one for number and one for %.&lt;/P&gt;&lt;P&gt;3. in straight table, turn off borders (cell and table).&lt;/P&gt;&lt;P&gt;4. hide dimension column.&lt;/P&gt;&lt;P&gt;5. make sure your fonts are the same as legend and place the table right next to the pie chart legend and you have what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie chart test.png" class="jive-image" src="/legacyfs/online/54434_pie chart test.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 15:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607735#M224390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T15:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart with number and percent</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607736#M224391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 14:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-with-number-and-percent/m-p/607736#M224391</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2014-03-11T14:49:55Z</dc:date>
    </item>
  </channel>
</rss>

