<?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 Help join QVD with join condition A.x&amp;lt;=B.x in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-join-QVD-with-join-condition-A-x-lt-B-x/m-p/229004#M80971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I must do the join between 2 tables, A and B, with the join condition (A.x &amp;lt;= B.x) AND (A.y = B.y).&lt;/P&gt;&lt;P&gt;How I can do the condition (A.x &amp;lt;= B.x)?&lt;/P&gt;&lt;P&gt;MyVeryBigTable:&lt;/P&gt;&lt;P&gt;Load a1, a2, ...an, x, y&lt;/P&gt;&lt;P&gt;FROM A.qvd (qvd);&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load b1, b2, ....bn, x, y&lt;/P&gt;&lt;P&gt;FROM B.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's also very important the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Dec 2010 11:14:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-21T11:14:27Z</dc:date>
    <item>
      <title>Help join QVD with join condition A.x&lt;=B.x</title>
      <link>https://community.qlik.com/t5/QlikView/Help-join-QVD-with-join-condition-A-x-lt-B-x/m-p/229004#M80971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I must do the join between 2 tables, A and B, with the join condition (A.x &amp;lt;= B.x) AND (A.y = B.y).&lt;/P&gt;&lt;P&gt;How I can do the condition (A.x &amp;lt;= B.x)?&lt;/P&gt;&lt;P&gt;MyVeryBigTable:&lt;/P&gt;&lt;P&gt;Load a1, a2, ...an, x, y&lt;/P&gt;&lt;P&gt;FROM A.qvd (qvd);&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load b1, b2, ....bn, x, y&lt;/P&gt;&lt;P&gt;FROM B.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's also very important the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 11:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-join-QVD-with-join-condition-A-x-lt-B-x/m-p/229004#M80971</guid>
      <dc:creator />
      <dc:date>2010-12-21T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Help join QVD with join condition A.x&lt;=B.x</title>
      <link>https://community.qlik.com/t5/QlikView/Help-join-QVD-with-join-condition-A-x-lt-B-x/m-p/229005#M80972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this script.&lt;/P&gt;&lt;P&gt;I hope this can help you&lt;/P&gt;&lt;P&gt;MyVeryBigTable:&lt;/P&gt;&lt;P&gt;Load a1, a2, x, y&lt;/P&gt;&lt;P&gt;FROM A.qvd (qvd);&lt;/P&gt;&lt;P&gt;inner join&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load b1, b2, x as B.x , y&lt;/P&gt;&lt;P&gt;FROM B.qvd (qvd);&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;Load&lt;BR /&gt;*,&lt;BR /&gt;'' as Junk&lt;BR /&gt;Resident MyVeryBigTable where x&amp;lt;=B.x;&lt;/P&gt;&lt;P&gt;Drop Table MyVeryBigTable;&lt;BR /&gt;Drop Field Junk;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 11:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-join-QVD-with-join-condition-A-x-lt-B-x/m-p/229005#M80972</guid>
      <dc:creator />
      <dc:date>2010-12-21T11:22:59Z</dc:date>
    </item>
  </channel>
</rss>

