<?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 duplicates while taking sum. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284500#M1194360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/cleveranjos" id="jive-216673720507534510096" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;Clever Anjos&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Yes, that'w working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jun 2011 00:29:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-18T00:29:56Z</dc:date>
    <item>
      <title>remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284485#M1194345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hope you had a great weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am with a new set of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an excel with this email with the data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is &lt;/P&gt;&lt;P&gt;I have duplicate item Id. So how do I remove the duplicates?. My final aim is to total the Design - Create date and count the unique Item Id and then find the average.&lt;/P&gt;&lt;P&gt;But here because of the duplicate item ID, I also have extra amount in my total. How do i remove the duplicates and there influence in the total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284485#M1194345</guid>
      <dc:creator />
      <dc:date>2011-06-13T18:07:09Z</dc:date>
    </item>
    <item>
      <title>remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284486#M1194346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Do you need the dup data?&lt;BR /&gt;Why don´t you just LOAD DISTINCT from your excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284486#M1194346</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T18:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284487#M1194347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution.&lt;/P&gt;&lt;P&gt;But I am reading them from QVDs.&lt;/P&gt;&lt;P&gt;The problem actually started this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had several Modified Date for the same "stage" of the Item in the data model. Stage,here are like pending stage, design stage etc.&lt;/P&gt;&lt;P&gt;But my user is actually using the last. modified date. So I loaded the max(Modified Date) with the Item Id, which suppossedly should have given me single records for each item, but now it seems that even max(modified date) is repeating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284487#M1194347</guid>
      <dc:creator />
      <dc:date>2011-06-13T18:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284488#M1194348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; LOAD &lt;BR /&gt; [ITEM ID],&lt;BR /&gt; MAX([Design -Create Date]) as MaxDesignDate&lt;BR /&gt;FROM [your file]&lt;BR /&gt;GROUP BY [ITEM ID];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284488#M1194348</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T18:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284489#M1194349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please explain,&lt;/P&gt;&lt;P&gt;What your code will do? I understand that it will pick the item and the maximum of the difference.&lt;/P&gt;&lt;P&gt;Because I don't have a field called Design-Create Date in the model.&lt;/P&gt;&lt;P&gt; I have made that field in this excel just to explain my problem.&lt;/P&gt;&lt;P&gt;I am sorry, if that lead you astray.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284489#M1194349</guid>
      <dc:creator />
      <dc:date>2011-06-13T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284490#M1194350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This code will calculate the Maximum DesingCreate Date (This field is present in your excel file) for each ITEM ID.&lt;BR /&gt;LOAD &lt;BR /&gt; [ITEM ID],&lt;BR /&gt; MAX(Modified Date) as MaxModifiedDate&lt;/P&gt;&lt;P&gt;FROM [your file]&lt;BR /&gt;GROUP BY [ITEM ID];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284490#M1194350</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T18:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284491#M1194351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But now I see that this Max(Modified Date) is also repeating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284491#M1194351</guid>
      <dc:creator />
      <dc:date>2011-06-13T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284492#M1194352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Are you using GROUP BY modifier?&lt;BR /&gt;It seems weird to me.&lt;BR /&gt;Could you post a qvw with sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284492#M1194352</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T19:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284493#M1194353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I am using group by ITEM ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284493#M1194353</guid>
      <dc:creator />
      <dc:date>2011-06-13T19:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284494#M1194354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Are you using ou are you NOT using GROUP BY?&lt;BR /&gt;Could you post a qvw with sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284494#M1194354</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T19:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284495#M1194355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am using the group by, this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ITEM_ID,&lt;/P&gt;&lt;P&gt;max(MODIFIED_DATE) as MaxDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident (mytable)&lt;/P&gt;&lt;P&gt;Group by ITEM_ID ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284495#M1194355</guid>
      <dc:creator />
      <dc:date>2011-06-13T19:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284496#M1194356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This code wouldn´t duplicate data.&lt;BR /&gt;Where do you see your duplicate data?&lt;BR /&gt;A Graph? Which Dimentions are you using in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284496#M1194356</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T19:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284497#M1194357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing that in a table box. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284497#M1194357</guid>
      <dc:creator />
      <dc:date>2011-06-13T19:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284498#M1194358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I´m guessing you have MODIFIED_DATE in your table, right?&lt;BR /&gt;Remove it from your table just to check.&lt;BR /&gt;It would be easier if you upload a qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284498#M1194358</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T19:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284499#M1194359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Bikash,&lt;BR /&gt;Is it working now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 21:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284499#M1194359</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-17T21:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284500#M1194360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/cleveranjos" id="jive-216673720507534510096" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;Clever Anjos&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Yes, that'w working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2011 00:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284500#M1194360</guid>
      <dc:creator />
      <dc:date>2011-06-18T00:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates while taking sum.</title>
      <link>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284501#M1194361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That´s great news.&lt;BR /&gt;Please mark the topic as 'answered', so&lt;BR /&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2011 14:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-duplicates-while-taking-sum/m-p/284501#M1194361</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-18T14:12:21Z</dc:date>
    </item>
  </channel>
</rss>

