<?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: How to compare 2 or more qvd files with same data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-compare-2-or-more-qvd-files-with-same-data/m-p/1767350#M717612</link>
    <description>I would explore the use of the Exists() function in the script: &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Exists.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;</description>
    <pubDate>Wed, 09 Dec 2020 14:46:39 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2020-12-09T14:46:39Z</dc:date>
    <item>
      <title>How to compare 2 or more qvd files with same data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-compare-2-or-more-qvd-files-with-same-data/m-p/1765936#M717611</link>
      <description>&lt;P&gt;Hi Qlik Community,&lt;/P&gt;&lt;P&gt;I am relatively new to Qlik and was looking for some hep with comparing data of two or more qvd files with same fields and same data.&lt;/P&gt;&lt;P&gt;I want to have some flag which shows the un-matching values/records as an output of the comparison.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-compare-2-or-more-qvd-files-with-same-data/m-p/1765936#M717611</guid>
      <dc:creator>PoojaNarke</dc:creator>
      <dc:date>2024-11-15T23:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare 2 or more qvd files with same data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-compare-2-or-more-qvd-files-with-same-data/m-p/1767350#M717612</link>
      <description>I would explore the use of the Exists() function in the script: &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Exists.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;</description>
      <pubDate>Wed, 09 Dec 2020 14:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-compare-2-or-more-qvd-files-with-same-data/m-p/1767350#M717612</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2020-12-09T14:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare 2 or more qvd files with same data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-compare-2-or-more-qvd-files-with-same-data/m-p/1769883#M717613</link>
      <description>&lt;P&gt;Try Somenthing like that: the &amp;amp;'|' &amp;amp; is to generate a composite key or lets say a unique key which chains all Field together:&lt;BR /&gt;&lt;BR /&gt;QUALIFY*;&lt;BR /&gt;[Table1]:&lt;BR /&gt;LOAD [Field1] &amp;amp;'|' &amp;amp;&lt;BR /&gt;[Field2]&amp;amp;'|' &amp;amp;&lt;BR /&gt;[Field3]&amp;amp;'|' &amp;amp;&lt;BR /&gt;as Key1&lt;BR /&gt;FROM Source1;&lt;/P&gt;&lt;P&gt;[Table2]:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD [Field1] &amp;amp;'|' &amp;amp;&lt;BR /&gt;[Field2]&amp;amp;'|' &amp;amp;&lt;BR /&gt;[Field3]&amp;amp;'|' &amp;amp;&lt;BR /&gt;as Key2&lt;BR /&gt;FROM Source2;&lt;/P&gt;&lt;P&gt;[CheckData]:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(Exists([Table1.Key1],[Table2.Key2]), 'Yes','No') as DataCheck&lt;BR /&gt;resident [Table2];&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 20:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-compare-2-or-more-qvd-files-with-same-data/m-p/1769883#M717613</guid>
      <dc:creator>Nocto</dc:creator>
      <dc:date>2020-12-21T20:34:50Z</dc:date>
    </item>
  </channel>
</rss>

