<?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  - Values on Data Points in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712147#M540886</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;&lt;/P&gt;&lt;P&gt;Requirement: I need to show case both Number and Relative% values in Pie-Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to showcase that scenario?&amp;nbsp;&amp;nbsp; I am attaching the sample screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2014 07:33:37 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2014-07-04T07:33:37Z</dc:date>
    <item>
      <title>Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712147#M540886</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;&lt;/P&gt;&lt;P&gt;Requirement: I need to show case both Number and Relative% values in Pie-Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to showcase that scenario?&amp;nbsp;&amp;nbsp; I am attaching the sample screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712147#M540886</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-04T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712148#M540887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(&amp;nbsp; sum(number) &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;num( sum(number)/sum(total number), '##%')&lt;/P&gt;&lt;P&gt;, sum(number))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712148#M540887</guid>
      <dc:creator />
      <dc:date>2014-07-04T07:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712149#M540888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to show values inside the pie as you need ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 08:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712149#M540888</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-04T08:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712150#M540889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for the late reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if we can show out side of the chart also fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 13:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712150#M540889</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-04T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712151#M540890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply check "values on data point" ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 13:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712151#M540890</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-04T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712152#M540891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late reply...&lt;/P&gt;&lt;P&gt;I have tried this option too and &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;it is not giving both values...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 10:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712152#M540891</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-07T10:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712153#M540892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep two expressions for the same KPI&lt;/P&gt;&lt;P&gt;PFA the image&lt;IMG alt="Capture.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/61847_Capture.JPG" style="width: 620px; height: 419px;" /&gt; to demonstrate the same. For one expression, uncheck the relative, text on axis and text as popup option.&lt;/P&gt;&lt;P&gt;For the second expression, check all the three options.&lt;/P&gt;&lt;P&gt;Also in presentation tab, check the "Show numbers as legend " option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 10:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712153#M540892</guid>
      <dc:creator />
      <dc:date>2014-07-07T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712154#M540893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepak is right - you should be able to have two expressions with the same values set to display the labels differently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 10:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712154#M540893</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-07-07T10:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712155#M540894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values can't be shown for the kind of pie chart you want to show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 10:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712155#M540894</guid>
      <dc:creator>mahesh_agrawal</dc:creator>
      <dc:date>2014-07-07T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712156#M540895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the 3D style then I do not think the values can be displayed on the data points. &lt;/P&gt;&lt;P&gt;You may show the values on the Legend in that case (Show Numbers in Legend). Can you please tell me which style of the PIE chart you are using?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T124378.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61848_T124378.png" style="width: 620px; height: 274px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 10:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712156#M540895</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-07-07T10:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712157#M540896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using normal style pie-chart only.&lt;/P&gt;&lt;P&gt;I am trying to display the same expression value in numbers as well as in relative % as shown in firts post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 07:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712157#M540896</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-08T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712158#M540897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case as other folks have advised the "Values on Data point" option should work.&lt;/P&gt;&lt;P&gt;If possible then can you please share your QVW here it will help us to identify the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712158#M540897</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-07-08T08:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart  - Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712159#M540898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you see the file attached by me earlier.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 10:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Values-on-Data-Points/m-p/712159#M540898</guid>
      <dc:creator />
      <dc:date>2014-07-08T10:00:12Z</dc:date>
    </item>
  </channel>
</rss>

