<?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 Remove duplicates in QlikView Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029151#M1222302</link>
    <description>&lt;P&gt;City field&amp;nbsp; in the attached file has duplicate values with different geographykey values,&lt;/P&gt;
&lt;P&gt;I want to remove the&amp;nbsp;duplicates and keep one unique city with any one geographykey.&lt;/P&gt;
&lt;P&gt;Variety of solutions expected!&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 09:00:33 GMT</pubDate>
    <dc:creator>GeorgePhilips2302</dc:creator>
    <dc:date>2023-01-24T09:00:33Z</dc:date>
    <item>
      <title>Remove duplicates in QlikView Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029151#M1222302</link>
      <description>&lt;P&gt;City field&amp;nbsp; in the attached file has duplicate values with different geographykey values,&lt;/P&gt;
&lt;P&gt;I want to remove the&amp;nbsp;duplicates and keep one unique city with any one geographykey.&lt;/P&gt;
&lt;P&gt;Variety of solutions expected!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 09:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029151#M1222302</guid>
      <dc:creator>GeorgePhilips2302</dc:creator>
      <dc:date>2023-01-24T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates in QlikView Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029324#M1222309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/212262"&gt;@GeorgePhilips2302&lt;/a&gt;&amp;nbsp;, please check this.&lt;/P&gt;
&lt;P&gt;In this case, there is no duplicate, because they are different State&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="423"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="91"&gt;116&lt;/TD&gt;
&lt;TD width="133" style="font-weight: 400;"&gt;Augsburg&lt;/TD&gt;
&lt;TD width="112"&gt;Bayern&lt;/TD&gt;
&lt;TD width="87"&gt;Germany&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;137&lt;/TD&gt;
&lt;TD style="font-weight: 400;"&gt;Augsburg&lt;/TD&gt;
&lt;TD&gt;Hamburg&lt;/TD&gt;
&lt;TD&gt;Germany&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But for the rest works properly, or do you need not to consider the field State for the duplicates?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the Script that i made for you :&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD distinct&lt;BR /&gt;City, &lt;BR /&gt;State, &lt;BR /&gt;Country,&lt;BR /&gt;min(GeographyKey) as GeographyKey&lt;BR /&gt;FROM [..\Users\Qlik\Desktop\Remove duplicates.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$)&lt;BR /&gt;Group By&lt;BR /&gt;City, &lt;BR /&gt;State, &lt;BR /&gt;Country;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029324#M1222309</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2023-01-24T13:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates in QlikView Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029346#M1222310</link>
      <description>&lt;P&gt;This works but the geographykey which had duplicates are now showing null, how can i remove them off completely, Refer attached file.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029346#M1222310</guid>
      <dc:creator>GeorgePhilips2302</dc:creator>
      <dc:date>2023-01-24T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates in QlikView Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029359#M1222311</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/212262"&gt;@GeorgePhilips2302&lt;/a&gt;&amp;nbsp;maybe that values comes from another tabla with that field, making a key ?&lt;/P&gt;
&lt;P&gt;Then you can hide that values in your chart&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1674569243256.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98729iB91B729872CE4A21/image-size/large?v=v2&amp;amp;px=999" role="button" title="QFabian_0-1674569243256.png" alt="QFabian_0-1674569243256.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029359#M1222311</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2023-01-24T14:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates in QlikView Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029649#M1222326</link>
      <description>&lt;P&gt;Okay, Thank you buddy!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 04:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicates-in-QlikView-Script/m-p/2029649#M1222326</guid>
      <dc:creator>GeorgePhilips2302</dc:creator>
      <dc:date>2023-01-25T04:53:19Z</dc:date>
    </item>
  </channel>
</rss>

