<?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: How to remove duplicate records from Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779803#M1025465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Distinct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 07:47:43 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-03-11T07:47:43Z</dc:date>
    <item>
      <title>How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779802#M1025464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can remove the duplicate records from QVD ....Is there any possible way to do so !!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779802#M1025464</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-03-11T07:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779803#M1025465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Distinct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779803#M1025465</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-11T07:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779804#M1025467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you put any example for my understanding ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779804#M1025467</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-03-11T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779805#M1025468</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD DISTINCT&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Column1,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Column2,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM DataSource;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;STORE Data INTO FileName.qvd;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779805#M1025468</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-11T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779806#M1025470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;DISTINCT Key word in load script &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;clumn,&lt;/P&gt;&lt;P&gt;clumn&lt;/P&gt;&lt;P&gt;from data_tabel.xl;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779806#M1025470</guid>
      <dc:creator />
      <dc:date>2015-03-11T08:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779807#M1025471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarfaraz,&lt;/P&gt;&lt;P&gt;The Question is not Clear here, do you want to remove duplicates while loading or you want to remove Duplicate in existing QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 1st case as Jagan told above the is the solution and in&lt;/P&gt;&lt;P&gt;2nd case use incremental load concept&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779807#M1025471</guid>
      <dc:creator />
      <dc:date>2015-03-11T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779808#M1025472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;HEy,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I tried implememting incremental load but it is not giving expected result. I ahve attached the application. In that , i am getting values in SalesData1 but while concatenating it is fetching data from qvd of first occurence and not of last updated date as in case of Region é'.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 09:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779808#M1025472</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-11T09:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779809#M1025473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls share the file are else i will send a qvw with example EOD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 09:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779809#M1025473</guid>
      <dc:creator />
      <dc:date>2015-03-11T09:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779810#M1025474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I have already shared my file in last reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 10:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779810#M1025474</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-11T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779811#M1025475</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;&amp;nbsp; In the script by using the "Where exists(FieldName);"&amp;nbsp; function possible to remove the duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 11:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779811#M1025475</guid>
      <dc:creator />
      <dc:date>2015-03-11T11:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate records from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779812#M1025476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;but dupliacte records wil be deleted by adding Where not exists()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 11:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-records-from-Qlikview/m-p/779812#M1025476</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-11T11:50:02Z</dc:date>
    </item>
  </channel>
</rss>

