<?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: Labels / Percentage Errors in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335371#M573496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jaivik:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pie chart shows the contribution of each elements wrt the total. I noticed that expression has a denominator and hence the chart doesnt add up to 1. Can you remove the denominator and disable relative expression. If it doenst work please share a sample for debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 08:56:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-05T08:56:11Z</dc:date>
    <item>
      <title>Labels / Percentage Errors</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335366#M573491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;So basically I've created a the following pie chart with the code within the expressions section (each being a seperate expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =count({&amp;lt;Q2LastYearScore = {1}, Year = {2011}&amp;gt;} responseid)/ count({&amp;lt;Year = {2011}&amp;gt;} Q2LastYearScore)&lt;/P&gt;&lt;P&gt;Same&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =count({&amp;lt;Q2LastYearScore = {2}, Year = {2011}&amp;gt;} responseid)/ count({&amp;lt;Year = {2011}&amp;gt;} Q2LastYearScore)&lt;/P&gt;&lt;P&gt;Worse&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =count({&amp;lt;Q2LastYearScore = {3}, Year = {2011}&amp;gt;} responseid)/ count({&amp;lt;Year = {2011}&amp;gt;} Q2LastYearScore)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the result i get is :&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="17751" class="jive-image" alt="Screenshot_1.png" src="https://community.qlik.com/legacyfs/online/17751_Screenshot_1.png" /&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="jiveImage" height="254" src="https://community.qlik.com/thread/56761" width="306" /&gt;&lt;/P&gt;&lt;P&gt;It shows all the percentages for each section, why is this and how can i change it so it only shows the correct percentage for each section?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335366#M573491</guid>
      <dc:creator />
      <dc:date>2012-07-05T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Labels / Percentage Errors</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335367#M573492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a calcuated dimension:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13414737546451706" jivemacro_uid="_13414737546451706"&gt;&lt;P&gt;if(Q2LastYearScore=1,'Good',if(Q2LastYearScore=2,'Same','Worse'))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and have the expression as&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13414737494525167" jivemacro_uid="_13414737494525167"&gt;&lt;P&gt;count({&amp;lt;Year = {2011}&amp;gt;} responseid)/ count({&amp;lt;Year = {2011}&amp;gt;} Q2LastYearScore)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have only one expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335367#M573492</guid>
      <dc:creator />
      <dc:date>2012-07-05T07:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Labels / Percentage Errors</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335368#M573493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gives the following which is not right: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="17753" class="jive-image-thumbnail jive-image" onclick="" alt="Screenshot_1.png" src="https://community.qlik.com/legacyfs/online/17753_Screenshot_1.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335368#M573493</guid>
      <dc:creator />
      <dc:date>2012-07-05T07:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Labels / Percentage Errors</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335369#M573494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you enable "relative" for the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 08:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335369#M573494</guid>
      <dc:creator />
      <dc:date>2012-07-05T08:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Labels / Percentage Errors</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335370#M573495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once enabled still gives incorrect figures &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 08:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335370#M573495</guid>
      <dc:creator />
      <dc:date>2012-07-05T08:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Labels / Percentage Errors</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335371#M573496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jaivik:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pie chart shows the contribution of each elements wrt the total. I noticed that expression has a denominator and hence the chart doesnt add up to 1. Can you remove the denominator and disable relative expression. If it doenst work please share a sample for debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 08:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-Percentage-Errors/m-p/335371#M573496</guid>
      <dc:creator />
      <dc:date>2012-07-05T08:56:11Z</dc:date>
    </item>
  </channel>
</rss>

