<?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 &amp;quot; duplicates &amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864256#M994012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marketh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Achieve this ,you have to use 'First Sorted Value' function.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91509_12.PNG" style="font-size: 13.3333330154419px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Also see attached qvw for the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 16:03:25 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2015-07-01T16:03:25Z</dc:date>
    <item>
      <title>Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864253#M994009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im loading from a catalog (*.xls) of products that looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description&lt;/P&gt;&lt;P&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bottled Pepsi 250m&lt;/P&gt;&lt;P&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bottled Pepsi 250ml blue&lt;/P&gt;&lt;P&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bottled Pepsi 250ml red&lt;/P&gt;&lt;P&gt;10002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tea Green&lt;/P&gt;&lt;P&gt;10002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tea Green 1 L&lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load the code but have only the first Description. In plain English eliminate the rest of descriptors for same Cod.&lt;/P&gt;&lt;P&gt;Is there any way to do this so at the end will have only ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bottled Pepsi 250m&lt;/P&gt;&lt;P&gt;10002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tea Green&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864253#M994009</guid>
      <dc:creator>markthepig</dc:creator>
      <dc:date>2015-07-01T14:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864254#M994010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD Cod,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description&lt;/P&gt;&lt;P&gt;FROM YourExcel.xls&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE NOT EXISTS(Cod):&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864254#M994010</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-01T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864255#M994011</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;You can flag rows that you wanted as Y and unwanted as N and filter it while loading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864255#M994011</guid>
      <dc:creator>kmswetha</dc:creator>
      <dc:date>2015-07-01T14:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864256#M994012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marketh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Achieve this ,you have to use 'First Sorted Value' function.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91509_12.PNG" style="font-size: 13.3333330154419px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Also see attached qvw for the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 16:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864256#M994012</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-01T16:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864257#M994015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE NOT EXISTS(Cod)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eliminate all duplicated rows from table&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bottled Pepsi 250m&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;10002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tea Green&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 16:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864257#M994015</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-07-01T16:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864258#M994017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pratap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he is not asking to eliminate the duplicates rather he wants the to pull only the 1st description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you code eliminates duplicates but in the above examples one code has multiple descriptions which are not duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 17:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864258#M994017</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-01T17:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864259#M994019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think WHERE NOT EXISTS(Cod) should fulfill the requirement, unless field Cod has been loaded in a previous table already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Cod,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cod as CodCheck,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM YourExcel.xls&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;WHERE NOT EXISTS(CodCheck, Cod):&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DROP FIELD CodCheck;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 17:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864259#M994019</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-01T17:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864260#M994021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I understand, you are trying to get the simplest description for each product. If so, then you need to use MinString, please see the below screenshot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="91524" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91524_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And your data model will look like the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="91525" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/91525_Capture.PNG" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 17:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864260#M994021</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-07-01T17:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864261#M994023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if he has not loaded the field Cod &lt;SPAN style="font-size: 13.3333330154419px;"&gt; in the previous table ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 17:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864261#M994023</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-01T17:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864262#M994025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can go with my very first suggested code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;product:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Code,Desc&lt;/P&gt;&lt;P&gt;10001,Bottled Pepsi 250ml&lt;/P&gt;&lt;P&gt;10001,Bottled Pepsi 250ml blue&lt;/P&gt;&lt;P&gt;10001,Bottled Pepsi 250ml red&lt;/P&gt;&lt;P&gt;10002,Tea Green&lt;/P&gt;&lt;P&gt;10002,Tea Green 1 L&lt;/P&gt;&lt;P&gt;10002,Tea Green 2 L&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(Code);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 17:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864262#M994025</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-01T17:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864263#M994027</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;Thank you very much for taking time to answer to my question. This is also a good solution for me, but not on this data source. I will use it on customers xls where aloso i have duplicates in names.Thank you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked best in my case.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864263#M994027</guid>
      <dc:creator>markthepig</dc:creator>
      <dc:date>2015-07-02T07:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove " duplicates "</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864264#M994029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and thank you very much for the help you provided. I was not clear in my post. I needed whatever description not the first one. Also your solution will be remembered for future developments &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-duplicates-quot/m-p/864264#M994029</guid>
      <dc:creator>markthepig</dc:creator>
      <dc:date>2015-07-02T07:59:33Z</dc:date>
    </item>
  </channel>
</rss>

