<?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 How to remove double entires on LOAD based on one field only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-double-entires-on-LOAD-based-on-one-field-only/m-p/154721#M31246</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 need to read an xls file with ZIP codes and coordinates. However there are multiple entries for every ZIP code. How can I load only the first entry and ignore the folowing ones with the same ZIP. LOAD DISTINCT does not work becuase the records have different coordinates and thus are beeing treated as different records.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Aug 2010 13:49:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-10T13:49:29Z</dc:date>
    <item>
      <title>How to remove double entires on LOAD based on one field only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-double-entires-on-LOAD-based-on-one-field-only/m-p/154721#M31246</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 need to read an xls file with ZIP codes and coordinates. However there are multiple entries for every ZIP code. How can I load only the first entry and ignore the folowing ones with the same ZIP. LOAD DISTINCT does not work becuase the records have different coordinates and thus are beeing treated as different records.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 13:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-double-entires-on-LOAD-based-on-one-field-only/m-p/154721#M31246</guid>
      <dc:creator />
      <dc:date>2010-08-10T13:49:29Z</dc:date>
    </item>
    <item>
      <title>How to remove double entires on LOAD based on one field only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-double-entires-on-LOAD-based-on-one-field-only/m-p/154722#M31247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;zipcodes:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;zip, zip as dupzip, long, lat&lt;/P&gt;&lt;P&gt;where not exists(dupzip,zip)&lt;/P&gt;&lt;P&gt;from zipcoords;&lt;/P&gt;&lt;P&gt;drop field dupzip from zipcodes;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 15:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-double-entires-on-LOAD-based-on-one-field-only/m-p/154722#M31247</guid>
      <dc:creator>jlassell</dc:creator>
      <dc:date>2010-08-10T15:08:43Z</dc:date>
    </item>
    <item>
      <title>How to remove double entires on LOAD based on one field only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-double-entires-on-LOAD-based-on-one-field-only/m-p/154723#M31248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing me in the right direction.&lt;/P&gt;&lt;P&gt;In fact it is just ...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD A, B, C FROM Table WHERE NOT EXISTS(A);&lt;BR /&gt;(&lt;/EM&gt;Taken from the QlikView manual.)&lt;/P&gt;&lt;P&gt;or im my case I could even do&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM&gt;LOAD A, B, C FROM Table WHERE NOT A = PREVIOUS(A);&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;BR /&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 16:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-double-entires-on-LOAD-based-on-one-field-only/m-p/154723#M31248</guid>
      <dc:creator />
      <dc:date>2010-08-10T16:45:38Z</dc:date>
    </item>
  </channel>
</rss>

