<?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 Pie chart - combining numeric and % age amount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813776#M287089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I have a pie chart with no dimensions but two set analysis expressions which basically form the two slices of my pie. I want to now show the %age amounts for these too not just the numeric amount. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way to go about this ? ( I could create new expressions to show the % age amounts but then they are treated separately and are not displayed under the original numeric amounts ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 10:33:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-11T10:33:22Z</dc:date>
    <item>
      <title>Pie chart - combining numeric and % age amount</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813776#M287089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I have a pie chart with no dimensions but two set analysis expressions which basically form the two slices of my pie. I want to now show the %age amounts for these too not just the numeric amount. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way to go about this ? ( I could create new expressions to show the % age amounts but then they are treated separately and are not displayed under the original numeric amounts ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 10:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813776#M287089</guid>
      <dc:creator />
      <dc:date>2014-12-11T10:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - combining numeric and % age amount</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813777#M287090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expressions, you can use Dual function with &lt;/P&gt;&lt;P&gt;Dual (Yourexpresisionnuméric &amp;amp; Your expressionpercentage, yourexpression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 11:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813777#M287090</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-12-11T11:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - combining numeric and % age amount</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813778#M287091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this blog post of mine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikdesign.wordpress.com/2013/05/29/pie-chart-having-both-values-and-percentages/"&gt;http://qlikdesign.wordpress.com/2013/05/29/pie-chart-having-both-values-and-percentages/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 11:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813778#M287091</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-12-11T11:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - combining numeric and % age amount</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813779#M287092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you can try 2 expressions on a pie chart with one of them showing numbers in legend and one of them showing on slices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813779#M287092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T15:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - combining numeric and % age amount</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813780#M287093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies. So using the dual function on both of my expressions I now successfully have the amount and percentage (displayed in brackets). However the two slices of the chart are not displaying proportionately. One is 25% and one is 75% but the slices are showing as equal halves. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 16:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-combining-numeric-and-age-amount/m-p/813780#M287093</guid>
      <dc:creator />
      <dc:date>2014-12-16T16:17:51Z</dc:date>
    </item>
  </channel>
</rss>

