<?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: Match Records from two QVD Files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656822#M672398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Keep Keyword to do this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IDNO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;D:\Vivek\Community\QVD2.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Left Keep&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD IDNO, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AMOUNT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;D:\Vivek\Community\QVD1.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 05:24:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-27T05:24:46Z</dc:date>
    <item>
      <title>Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656818#M672394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two qvd files with following Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDNO,PRD,CLASS,AMOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD 2&lt;/P&gt;&lt;P&gt;IDNO, COUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load data from table qvd1 if IDNO exists in table qvd2. Please help me to write the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 04:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656818#M672394</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-08-27T04:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656819#M672395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use exists() in where clause of first qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 04:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656819#M672395</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-08-27T04:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656820#M672396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please write the full script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 04:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656820#M672396</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-08-27T04:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656821#M672397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final_qvd&lt;/P&gt;&lt;P&gt;Load IDNO as temp_IDNO,&lt;/P&gt;&lt;P&gt;COUNT&lt;/P&gt;&lt;P&gt;from QVD2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from QVD1&lt;/P&gt;&lt;P&gt;where exists(temp_IDNO,IDNO);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 05:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656821#M672397</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-08-27T05:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656822#M672398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Keep Keyword to do this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IDNO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;D:\Vivek\Community\QVD2.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Left Keep&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD IDNO, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AMOUNT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;D:\Vivek\Community\QVD1.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 05:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656822#M672398</guid>
      <dc:creator />
      <dc:date>2014-08-27T05:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656823#M672399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QVD 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID NO,PRD,CLASS,AMOUNT from..........&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where exits(IDNO);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QVD 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IDNO, COUNT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 05:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656823#M672399</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2014-08-27T05:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656824#M672400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 08:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656824#M672400</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-08-27T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Match Records from two QVD Files</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656825#M672401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont want to join two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD1:&lt;/P&gt;&lt;P&gt;Load IDNO as temp_IDNO,&lt;/P&gt;&lt;P&gt;COUNT&lt;/P&gt;&lt;P&gt;from QVD2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD1: &lt;/P&gt;&lt;P&gt; load *&lt;/P&gt;&lt;P&gt;from QVD1&lt;/P&gt;&lt;P&gt;where exists(QVD1.temp_IDNO,IDNO);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 08:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Records-from-two-QVD-Files/m-p/656825#M672401</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-08-27T08:07:56Z</dc:date>
    </item>
  </channel>
</rss>

