<?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 Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555296#M743801</link>
    <description>&lt;P&gt;I have two fields that I need to make a key on and remove any duplicates of this key. How can I do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Plugin,&lt;BR /&gt;[IP Address],&lt;BR /&gt;Plugin&amp;amp;[IP Address] AS KEY,&lt;BR /&gt;Field1,&lt;BR /&gt;Field2&lt;/P&gt;&lt;P&gt;FROM DATA&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:12:28 GMT</pubDate>
    <dc:creator>khaycock</dc:creator>
    <dc:date>2024-11-16T04:12:28Z</dc:date>
    <item>
      <title>Remove Duplicates in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555296#M743801</link>
      <description>&lt;P&gt;I have two fields that I need to make a key on and remove any duplicates of this key. How can I do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Plugin,&lt;BR /&gt;[IP Address],&lt;BR /&gt;Plugin&amp;amp;[IP Address] AS KEY,&lt;BR /&gt;Field1,&lt;BR /&gt;Field2&lt;/P&gt;&lt;P&gt;FROM DATA&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555296#M743801</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2024-11-16T04:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicates in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555307#M743802</link>
      <description>WHat do you mean by remove duplicate?</description>
      <pubDate>Tue, 12 Mar 2019 10:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555307#M743802</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-03-12T10:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicates in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555309#M743803</link>
      <description>&lt;P&gt;There are duplicated versions of the KEY within the data. I want to remove that line of data.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555309#M743803</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2019-03-12T11:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicates in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555317#M743804</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Remove-duplicates-in-Resident/td-p/973630" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-QlikView/Remove-duplicates-in-Resident/td-p/973630&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/removing-duplicate-records-on-load/td-p/808778" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Development/removing-duplicate-records-on-load/td-p/808778&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555317#M743804</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-03-12T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicates in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555336#M743805</link>
      <description>&lt;P&gt;Tenable:&lt;BR /&gt;LOAD Plugin,&lt;BR /&gt;[IP Address],&lt;BR /&gt;[IP Address] &amp;amp; '_' &amp;amp; Plugin AS KEY1 ,&lt;BR /&gt;Replace([Patch Publication Date],'UTC','') as [Patch Publication Date],&lt;BR /&gt;(Replace([Last Observed],'UTC','')) as [Last Observed],&lt;BR /&gt;(Replace([First Discovered],'UTC','')) as [First Discovered]&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[data.csv]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Tenable_temp:&lt;BR /&gt;load distinct&lt;/P&gt;&lt;P&gt;*,&lt;BR /&gt;date(today(1)) - date(floor(date#([First Discovered],'MMM DD, YYYY hh:mm:ss')),'DD/MM/YYYY') as VulAgeNo,&lt;BR /&gt;if(date(today())-7 &amp;lt;= date(floor(date#([Last Observed],'MMM DD, YYYY hh:mm:ss'))), 'Scanned Recently', 'Re-Scan Needed') as ReScan&lt;BR /&gt;RESIDENT Tenable&lt;BR /&gt;WHERE NOT EXISTS (KEY1,[IP Address] &amp;amp; '_' &amp;amp; Plugin);&lt;/P&gt;&lt;P&gt;Drop table Tenable;&lt;/P&gt;&lt;P&gt;I think I followed the steps properly but this returns no results. Is it because I am forcing the key in the script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Duplicates-in-Load/m-p/1555336#M743805</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2019-03-12T11:43:11Z</dc:date>
    </item>
  </channel>
</rss>

