<?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: Remove Duplicate from Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778694#M276013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your requirements, what should be the TOTAL value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 11:35:10 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-11-06T11:35:10Z</dc:date>
    <item>
      <title>Remove Duplicate from Total</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778693#M276012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am preparing a sales report where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Some order IDs are repeated so that the credit for Sales is given equally to two or more regions (ID 123 and 128 in the example)&lt;/P&gt;&lt;P&gt;2) While showing Sales for individual Regions, (in case of repeated Order ID) credit should be given to both the Regions&lt;/P&gt;&lt;P&gt;3) The Total section however shows the Total after eliminating the duplicates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please have a look at the attached application and image and help me achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778693#M276012</guid>
      <dc:creator>bhaskarsharma03</dc:creator>
      <dc:date>2014-11-06T11:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicate from Total</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778694#M276013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your requirements, what should be the TOTAL value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778694#M276013</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-06T11:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicate from Total</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778695#M276014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778695#M276014</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-06T11:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicate from Total</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778696#M276015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Dimensionality() = 0, SUM(Aggr(SUM(Distinct Sales),OrderID)), SUM(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778696#M276015</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-06T11:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicate from Total</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778697#M276016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70626_1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Do you want to eliminate the duplicates values ( For OrderID)from the total sales? Please confirm.&lt;/P&gt;&lt;P&gt;if not the above is absolutely right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 12:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778697#M276016</guid>
      <dc:creator />
      <dc:date>2014-11-06T12:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicate from Total</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778698#M276017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(sum(DISTINCT Sales),OrderID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 12:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicate-from-Total/m-p/778698#M276017</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-11-06T12:31:22Z</dc:date>
    </item>
  </channel>
</rss>

