<?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: Pivot Table not showing the correct Percentages against Totals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733350#M592257</link>
    <description>&lt;P&gt;could you show the measure expression?&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 10:02:36 GMT</pubDate>
    <dc:creator>jmmolero</dc:creator>
    <dc:date>2020-08-05T10:02:36Z</dc:date>
    <item>
      <title>Pivot Table not showing the correct Percentages against Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733337#M592256</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to calculate the percentage for each row (Hour) by column (Day) where the column (Day)percentage should total 100%. But I'm running into an issue where the row total doesn't sum upto 100%. I feel like it has something to do with zero divide by zero. I have tried multiple methods where I have used, if(isnull()), alt(), if( not isnull()) etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733337#M592256</guid>
      <dc:creator>xlSb</dc:creator>
      <dc:date>2021-02-09T17:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table not showing the correct Percentages against Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733350#M592257</link>
      <description>&lt;P&gt;could you show the measure expression?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 10:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733350#M592257</guid>
      <dc:creator>jmmolero</dc:creator>
      <dc:date>2020-08-05T10:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table not showing the correct Percentages against Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733435#M592258</link>
      <description>&lt;P&gt;sure - =(if(Source=1,count(DISTINCT %Customer)/count(total&amp;lt;Day&amp;gt; DISTINCT %Customer)))&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 12:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733435#M592258</guid>
      <dc:creator>xlSb</dc:creator>
      <dc:date>2020-08-05T12:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table not showing the correct Percentages against Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733635#M592260</link>
      <description>&lt;P&gt;Did you try with set analysis?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Source={1}&amp;gt;}DISTINCT %Customer)/count({&amp;lt;Source={1}&amp;gt;} total&amp;lt;Day&amp;gt; DISTINCT %Customer)&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 05:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733635#M592260</guid>
      <dc:creator>jmmolero</dc:creator>
      <dc:date>2020-08-06T05:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table not showing the correct Percentages against Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733655#M592261</link>
      <description>&lt;P&gt;Hi, yes I have also tried with Set Analysis. Below is what the output looks like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1733655#M592261</guid>
      <dc:creator>xlSb</dc:creator>
      <dc:date>2021-02-09T17:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table not showing the correct Percentages against Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1736888#M592262</link>
      <description>&lt;P&gt;I would recommend reviewing the following Design Blog post regarding Rounding errors, believe that will likely explain things:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Rounding-Errors/ba-p/1468808" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Rounding-Errors/ba-p/1468808&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 19:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-not-showing-the-correct-Percentages-against-Totals/m-p/1736888#M592262</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-08-18T19:22:38Z</dc:date>
    </item>
  </channel>
</rss>

