<?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 deduplication in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/deduplication/m-p/210154#M64875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;not quite clear, what do you wish to achieve. If there might be some duplicates (over all fields) LOAD DISTINCT might help you. Otherwise you may crawl through all records and analyse with PEEK()-function, if the previous key is the same as the current and then flag the current record.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2009 04:34:28 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2009-10-08T04:34:28Z</dc:date>
    <item>
      <title>deduplication</title>
      <link>https://community.qlik.com/t5/QlikView/deduplication/m-p/210152#M64873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I hope someone will be able to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to deduplicate some data, i have attached my code below, basically i need to exclude PolicyId's that are shown more than once and completely exclude a customer that has a posting date in September.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that makes sense, i look forward to some help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;&lt;BR /&gt;Customers:&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;[Days since invoice],&lt;BR /&gt;&lt;BR /&gt;Duplication?,&lt;BR /&gt;&lt;BR /&gt;PolicyID,&lt;BR /&gt;&lt;BR /&gt;[Customer Salutation],&lt;BR /&gt;&lt;BR /&gt;[Customer Address Line 1],&lt;BR /&gt;&lt;BR /&gt;[Customer Address Line 2],&lt;BR /&gt;&lt;BR /&gt;[Customer Address Line 3],&lt;BR /&gt;&lt;BR /&gt;[Customer Post Town],&lt;BR /&gt;&lt;BR /&gt;[Customer Post County],&lt;BR /&gt;&lt;BR /&gt;[Customer Post Code],&lt;BR /&gt;&lt;BR /&gt;[Posting Date],&lt;BR /&gt;&lt;BR /&gt;Month([Posting Date]) as PostingMonth&lt;BR /&gt;&lt;BR /&gt;,&lt;BR /&gt;&lt;BR /&gt;Year([Posting Date]) as PostingYear&lt;BR /&gt;&lt;BR /&gt;,[INVOICE COUNT]&lt;BR /&gt;&lt;BR /&gt;FROM[\\EX-FPS01\HomeDrives$\Grahamw\sarah data filtered.xls]&lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;&lt;BR /&gt;biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 23:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deduplication/m-p/210152#M64873</guid>
      <dc:creator />
      <dc:date>2009-10-07T23:39:23Z</dc:date>
    </item>
    <item>
      <title>deduplication</title>
      <link>https://community.qlik.com/t5/QlikView/deduplication/m-p/210153#M64874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying you want to remove every row where a policyID is duplicated anywhere or simply remove any after the first occurrence of the policyID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 02:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deduplication/m-p/210153#M64874</guid>
      <dc:creator />
      <dc:date>2009-10-08T02:19:59Z</dc:date>
    </item>
    <item>
      <title>deduplication</title>
      <link>https://community.qlik.com/t5/QlikView/deduplication/m-p/210154#M64875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;not quite clear, what do you wish to achieve. If there might be some duplicates (over all fields) LOAD DISTINCT might help you. Otherwise you may crawl through all records and analyse with PEEK()-function, if the previous key is the same as the current and then flag the current record.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 04:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deduplication/m-p/210154#M64875</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-10-08T04:34:28Z</dc:date>
    </item>
    <item>
      <title>deduplication</title>
      <link>https://community.qlik.com/t5/QlikView/deduplication/m-p/210155#M64876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry it is not easy to explain.&lt;/P&gt;&lt;P&gt;the spreadsheet has a list of customers, the policyID is shown every time an invoice has been paid it also shows the date it was paid.&lt;/P&gt;&lt;P&gt;I need to dedupe customer that are shown more than once and if they have a date paid in september then i want to delete any duplicate of that customer, basically i dont want the danger of writing to a customer that has claimed in september.&lt;/P&gt;&lt;P&gt;From what i have been reading the load distinct might do the job but i simply dont know much on the side of scripting so i dont know how to write it in the script or expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the lack of basic knowledge guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 05:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deduplication/m-p/210155#M64876</guid>
      <dc:creator />
      <dc:date>2009-10-08T05:06:29Z</dc:date>
    </item>
  </channel>
</rss>

