<?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: finding dupplicate values in two different files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530549#M746339</link>
    <description>Hi, once you have laoded one of the tables you can use the laoded values to check in the other table,ie:&lt;BR /&gt;&lt;BR /&gt;TableA:&lt;BR /&gt;LOAD ColumnA&lt;BR /&gt;from ...;&lt;BR /&gt;&lt;BR /&gt;TableB:&lt;BR /&gt;LOAD ColumnB,&lt;BR /&gt;if(Exists(ColumnA, ColumnB), 1, 0) as isInTableA&lt;BR /&gt;from...;&lt;BR /&gt;&lt;BR /&gt;This creates a flag field wich sets 1 to the record values that has been loaded in ColumnA. Exists can also be used in the 'where' clause to filter loaded records.</description>
    <pubDate>Tue, 15 Jan 2019 15:40:43 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2019-01-15T15:40:43Z</dc:date>
    <item>
      <title>finding dupplicate values in two different files</title>
      <link>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530460#M746337</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to&amp;nbsp; find dupplicate values in two different files. I want to compare column A (from File A) to column B (from File B). I only find solutions on the forum that require a these two columns to have an identical header (i.e. key).&lt;/P&gt;&lt;P&gt;creating a key between the two files resulted in loops and my report does not work anymore.&lt;/P&gt;&lt;P&gt;is there a way to copare these two columns in absence of a shared key?&lt;/P&gt;&lt;P&gt;any help is much appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530460#M746337</guid>
      <dc:creator>sdepotter</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: finding dupplicate values in two different files</title>
      <link>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530512#M746338</link>
      <description>&lt;P&gt;I'm not really sure whats's your intention, but maybe this one can help to create table with duplicated values:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Exists.htm" target="_self"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530512#M746338</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2019-01-15T14:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: finding dupplicate values in two different files</title>
      <link>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530549#M746339</link>
      <description>Hi, once you have laoded one of the tables you can use the laoded values to check in the other table,ie:&lt;BR /&gt;&lt;BR /&gt;TableA:&lt;BR /&gt;LOAD ColumnA&lt;BR /&gt;from ...;&lt;BR /&gt;&lt;BR /&gt;TableB:&lt;BR /&gt;LOAD ColumnB,&lt;BR /&gt;if(Exists(ColumnA, ColumnB), 1, 0) as isInTableA&lt;BR /&gt;from...;&lt;BR /&gt;&lt;BR /&gt;This creates a flag field wich sets 1 to the record values that has been loaded in ColumnA. Exists can also be used in the 'where' clause to filter loaded records.</description>
      <pubDate>Tue, 15 Jan 2019 15:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530549#M746339</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-01-15T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: finding dupplicate values in two different files</title>
      <link>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530554#M746340</link>
      <description>&lt;P&gt;Thank you for the help! this works perfectly&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 15:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530554#M746340</guid>
      <dc:creator>sdepotter</dc:creator>
      <dc:date>2019-01-15T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: finding dupplicate values in two different files</title>
      <link>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530556#M746341</link>
      <description>&lt;P&gt;Thanks! this solved my issue&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 15:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-dupplicate-values-in-two-different-files/m-p/1530556#M746341</guid>
      <dc:creator>sdepotter</dc:creator>
      <dc:date>2019-01-15T15:48:14Z</dc:date>
    </item>
  </channel>
</rss>

