<?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 Joining QVDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151285#M716023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stephen... It worked...&lt;/P&gt;&lt;P&gt;Thanks Talha for responding...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Clara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 22:47:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-06T22:47:32Z</dc:date>
    <item>
      <title>Joining QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151282#M716020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Can I join two (or more QVDs) using SQL type queries.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have two QVDs which have one common column using which i would like to do a &lt;STRONG&gt;outer&lt;/STRONG&gt; join and fetch some columns from both the qvds. Is it possibe? Some thing like the one below!!!&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a.X, b.X, a.Y,a.Z&lt;/P&gt;&lt;P&gt;from abc.qvd (qvd) a LEFT OUTER JOIN def.qvd (qvd)&lt;/P&gt;&lt;P&gt;ON a.X=b.X&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Clara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 21:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151282#M716020</guid>
      <dc:creator />
      <dc:date>2009-08-06T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Joining QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151283#M716021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello Clara&lt;/P&gt;&lt;P&gt;try something like this&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;X,&lt;BR /&gt;Y,&lt;BR /&gt;Z,&lt;BR /&gt;from abc.qvd (qvd)&lt;/P&gt;&lt;P&gt;Left outer join(Result)&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;X,&lt;BR /&gt;W,&lt;BR /&gt;R&lt;BR /&gt;from def.qvd (qvd);&lt;/P&gt;&lt;P&gt;It should work&lt;/P&gt;&lt;P&gt;Talha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151283#M716021</guid>
      <dc:creator />
      <dc:date>2009-08-06T22:17:19Z</dc:date>
    </item>
    <item>
      <title>Joining QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151284#M716022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clara,&lt;/P&gt;&lt;P&gt;Yes, you can join. The syntax is slightly different:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Table:&lt;BR /&gt;Load&lt;BR /&gt; X,&lt;BR /&gt; Y,&lt;BR /&gt; Z&lt;BR /&gt;From abc.qvd (qvd);&lt;BR /&gt;Left Join Load&lt;BR /&gt; X,&lt;BR /&gt; D,&lt;BR /&gt; E,&lt;BR /&gt; F&lt;BR /&gt;From def.qvd (qvd);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You don't need to specify which fields to join on, QlikView will automatically join on any matching fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151284#M716022</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-08-06T22:28:34Z</dc:date>
    </item>
    <item>
      <title>Joining QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151285#M716023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stephen... It worked...&lt;/P&gt;&lt;P&gt;Thanks Talha for responding...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Clara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVDs/m-p/151285#M716023</guid>
      <dc:creator />
      <dc:date>2009-08-06T22:47:32Z</dc:date>
    </item>
  </channel>
</rss>

