<?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 how to create a join among  4 qvds? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-create-a-join-among-4-qvds/m-p/1333731#M828804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to achieve&amp;nbsp; this &lt;/P&gt;&lt;P&gt;//sql&lt;/P&gt;&lt;P&gt;select&amp;nbsp; &lt;/P&gt;&lt;P&gt;table_1.a,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;table_2.&lt;/SPAN&gt;b,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;table_3.&lt;/SPAN&gt;c,&lt;/P&gt;&lt;P&gt;table_4.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; from table_1, table_2, table_3,&amp;nbsp; table_4&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;table_1.p = table_2.p and&lt;/P&gt;&lt;P&gt;table _2.q = table _3.q&amp;nbsp; and &lt;/P&gt;&lt;P&gt;table _3.r = table _1.r and&lt;/P&gt;&lt;P&gt;table_4.s = table_2.s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know a way to achieve this qlikview using tables but I want to achieve this using qvds as the data is huge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>how to create a join among  4 qvds?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-a-join-among-4-qvds/m-p/1333731#M828804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to achieve&amp;nbsp; this &lt;/P&gt;&lt;P&gt;//sql&lt;/P&gt;&lt;P&gt;select&amp;nbsp; &lt;/P&gt;&lt;P&gt;table_1.a,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;table_2.&lt;/SPAN&gt;b,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;table_3.&lt;/SPAN&gt;c,&lt;/P&gt;&lt;P&gt;table_4.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; from table_1, table_2, table_3,&amp;nbsp; table_4&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;table_1.p = table_2.p and&lt;/P&gt;&lt;P&gt;table _2.q = table _3.q&amp;nbsp; and &lt;/P&gt;&lt;P&gt;table _3.r = table _1.r and&lt;/P&gt;&lt;P&gt;table_4.s = table_2.s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know a way to achieve this qlikview using tables but I want to achieve this using qvds as the data is huge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-a-join-among-4-qvds/m-p/1333731#M828804</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a join among  4 qvds?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-a-join-among-4-qvds/m-p/1333732#M828805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Urmil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD is just storage of data in tabular format, so there is no change in syntax of joining table vs joining qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; X,&lt;/P&gt;&lt;P&gt; Y,&lt;/P&gt;&lt;P&gt; Z&lt;/P&gt;&lt;P&gt;From abc.qvd (qvd);&lt;/P&gt;&lt;P&gt;Left Join Load&lt;/P&gt;&lt;P&gt; X,&lt;/P&gt;&lt;P&gt; D,&lt;/P&gt;&lt;P&gt; E,&lt;/P&gt;&lt;P&gt; F&lt;/P&gt;&lt;P&gt;From def.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the join that you want to perform, you can replace the join key word(LEFT,RIGHT...,)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 02:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-a-join-among-4-qvds/m-p/1333732#M828805</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-07-06T02:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a join among  4 qvds?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-a-join-among-4-qvds/m-p/1333733#M828806</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;It depends what do you want to do, but first of all, the key fields (to do the join) must to have the same name. And second, depends do you want to do. Automatically, this four tables will be linked by Qlik (associative logic) but if you need yo make joins (and to have one single table at the end), you will have several options&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Left Join&lt;/LI&gt;&lt;LI&gt;Right Join&lt;/LI&gt;&lt;LI&gt;Inner Join&lt;/LI&gt;&lt;LI&gt;Outher Join&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here do you have an example: &lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 09:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-a-join-among-4-qvds/m-p/1333733#M828806</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-06T09:15:42Z</dc:date>
    </item>
  </channel>
</rss>

