<?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: Partial Sum is showing incorrect in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Sum-is-showing-incorrect-in-pivot-table/m-p/1643483#M447358</link>
    <description>&lt;P&gt;awesome, it worked. thanks a lot.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 03:31:59 GMT</pubDate>
    <dc:creator>kapil_rthr</dc:creator>
    <dc:date>2019-11-06T03:31:59Z</dc:date>
    <item>
      <title>Partial Sum is showing incorrect in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-is-showing-incorrect-in-pivot-table/m-p/1643323#M447332</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not able to understand why the partial sum is showing incorrectly in the attached figure where as the sum of the productivity column for user 1 should be&amp;nbsp;&lt;STRONG&gt;66&lt;/STRONG&gt; but its showing wrongly as &lt;STRONG&gt;58&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 16:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-is-showing-incorrect-in-pivot-table/m-p/1643323#M447332</guid>
      <dc:creator>kapil_rthr</dc:creator>
      <dc:date>2019-11-05T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum is showing incorrect in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-is-showing-incorrect-in-pivot-table/m-p/1643332#M447336</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeSum(
  Count(DISTINCT {&amp;lt;SEVERITY = {'Blocker'}&amp;gt;} ISSUE_KEY) * 4,
  Count(DISTINCT {&amp;lt;SEVERITY = {'Major'}&amp;gt;} ISSUE_KEY) * 3,
  Count(DISTINCT {&amp;lt;SEVERITY -= {'Blocker', 'Major'}&amp;gt;} ISSUE_KEY) * 2
)&lt;/LI-CODE&gt;&lt;P&gt;or you can try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
If(SEVERITY = 'Blocker', Count(DISTINCT ISSUE_KEY) * 4,
If(SEVERITY = 'Major', Count(DISTINCT ISSUE_KEY) * 3, Count(DISTINCT ISSUE_KEY) * 2))
, ASSIGNEE, SEVERITY))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 16:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-is-showing-incorrect-in-pivot-table/m-p/1643332#M447336</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-05T16:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum is showing incorrect in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-is-showing-incorrect-in-pivot-table/m-p/1643483#M447358</link>
      <description>&lt;P&gt;awesome, it worked. thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 03:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-is-showing-incorrect-in-pivot-table/m-p/1643483#M447358</guid>
      <dc:creator>kapil_rthr</dc:creator>
      <dc:date>2019-11-06T03:31:59Z</dc:date>
    </item>
  </channel>
</rss>

