<?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: joining of table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296432#M404609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/242444"&gt;dynamic_girl&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have been very active on the community but I find it hard to believe there is not one thread that you have received an answer to!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take some time to mark correct / useful response's to your posts for the benefit of other people who may have a similar query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the below thread please.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unclosedThreads.PNG" class="jive-image image-1" height="837" src="https://community.qlik.com/legacyfs/online/160801_unclosedThreads.PNG" style="height: 836.579px; width: 510px;" width="510" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2017 11:06:31 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-04-21T11:06:31Z</dc:date>
    <item>
      <title>joining of table</title>
      <link>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296428#M404605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to join one of my table with my master table ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and den drop that table,how to proceed with it where exactly i shud write in script to join the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296428#M404605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T08:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: joining of table</title>
      <link>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296429#M404606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load * &lt;/P&gt;&lt;P&gt;MasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join (&lt;SPAN style="font-size: 13.3333px;"&gt;MasterTable&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load x,y&lt;/P&gt;&lt;P&gt;from abc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296429#M404606</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-04-21T08:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: joining of table</title>
      <link>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296430#M404607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just load first master table and load which one you need to join that table and in between tables you have to use join key word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which table you want to drop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296430#M404607</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-04-21T08:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: joining of table</title>
      <link>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296431#M404608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dynamic girl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that you want to keep all data of the master table and only join corresponding data from mytable?&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master_table:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;From xy;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mytable:&lt;/P&gt;&lt;P&gt;LEFT JOIN (Master_table)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (otherwise use RIGHT/INNER/OUTER JOIN)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM ab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE mytable; --&amp;gt; not necessary as mytable no longer exists after the join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can join mytable from anywhere in the script - as long as the master table has already been loaded - and you have to define the table to join with in brackets&amp;nbsp; --&amp;gt; LEFT JOIN &lt;STRONG&gt;(&lt;/STRONG&gt;Master_table&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Viktoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296431#M404608</guid>
      <dc:creator>beckerv</dc:creator>
      <dc:date>2017-04-21T09:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: joining of table</title>
      <link>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296432#M404609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/242444"&gt;dynamic_girl&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have been very active on the community but I find it hard to believe there is not one thread that you have received an answer to!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take some time to mark correct / useful response's to your posts for the benefit of other people who may have a similar query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the below thread please.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unclosedThreads.PNG" class="jive-image image-1" height="837" src="https://community.qlik.com/legacyfs/online/160801_unclosedThreads.PNG" style="height: 836.579px; width: 510px;" width="510" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 11:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-of-table/m-p/1296432#M404609</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-21T11:06:31Z</dc:date>
    </item>
  </channel>
</rss>

