<?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: Calculate the sum without repetitions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3088#M793277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yasmine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can certainly use Sunny's Aggr commands, but is there a reason why you need the extra rows in the table? Do each of those rows contain some extra information that we are not seeing? If not, you should consider revising the load script so that the table only has unique rows. Try using "Load Distinct" in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 14:45:31 GMT</pubDate>
    <dc:creator>jonvitale</dc:creator>
    <dc:date>2018-01-18T14:45:31Z</dc:date>
    <item>
      <title>Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3084#M793273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.PNG" class="jive-image image-1" height="230" src="https://community.qlik.com/legacyfs/online/190517_table.PNG" style="height: 229.779px; float: left; width: 199px;" width="199" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have the&lt;STRONG&gt; sum &lt;/STRONG&gt;of&lt;STRONG&gt; &lt;/STRONG&gt;MONTANT_TIT&lt;STRONG&gt; &lt;/STRONG&gt;without repetitions.&lt;/P&gt;&lt;P&gt;Knowing that the NUMDOM can only have 1 MONTANT_TIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3084#M793273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3085#M793274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure when you say reputation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3085#M793274</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-18T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3086#M793275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(MONTANT_TIT, NUMDOM))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Avg(MONTANT_TIT), NUMDOM))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Sum(DISTINCT MONTANT_TIT), NUMDOM))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3086#M793275</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-18T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3087#M793276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHere are you displaying this data? I mean which object you are displaying this data in Qlikview. Usually QV will take care of the duplicates automatically unless you have any other dimension which is not duplicate and linked to this data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3087#M793276</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-01-18T14:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3088#M793277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yasmine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can certainly use Sunny's Aggr commands, but is there a reason why you need the extra rows in the table? Do each of those rows contain some extra information that we are not seeing? If not, you should consider revising the load script so that the table only has unique rows. Try using "Load Distinct" in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3088#M793277</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-01-18T14:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3089#M793278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are not duplicated because the date is important for my model, except in this situation i'm not using it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3089#M793278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-18T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3090#M793279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ I got the correct result .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3090#M793279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-18T14:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum without repetitions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3091#M793280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just my 2 cents but,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were you I'd probably create a separate table that is an aggregation of this table. It seems to me, that with the Qlik associative engine, you really don't need a table with lot's of repeated information. Create a table with one row per NumDot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, hey, that's just my opinion, man.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 15:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-sum-without-repetitions/m-p/3091#M793280</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-01-18T15:14:28Z</dc:date>
    </item>
  </channel>
</rss>

