<?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: Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044927#M940772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Inner Join, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inner Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leaving them unjoined will be equivalent of full outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to leave them as two separate tables and still keep only those observations that are available in both the tables you can try inner keep:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;From table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Inner Keep (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;From table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 13:10:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-01-21T13:10:14Z</dc:date>
    <item>
      <title>Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044926#M940771</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;I am learning Qlikview and I have a basic doubt abot Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables which are 20 columns in common. I want to make join for this two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In database it is &lt;STRONG&gt;inner join&lt;/STRONG&gt; between two tables. If I want to achieve the same should I use Inner Join between two tables. Or simply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from table1;&lt;/P&gt;&lt;P&gt;load * from table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044926#M940771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044927#M940772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Inner Join, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inner Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leaving them unjoined will be equivalent of full outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to leave them as two separate tables and still keep only those observations that are available in both the tables you can try inner keep:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;From table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Inner Keep (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;From table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044927#M940772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044928#M940773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If many columns are in common then is a concatenate (similar to union in SQL) from both tables most often a better way then a join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044928#M940773</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-21T13:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044929#M940774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for ur quick reply.&lt;/P&gt;&lt;P&gt;I want to make two tables as single table. But when do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * from&lt;/P&gt;&lt;P&gt;table1;&lt;/P&gt;&lt;P&gt;inner join(table1)&lt;/P&gt;&lt;P&gt;load * from table2;&lt;/P&gt;&lt;P&gt;It is appearing me as single table. But when I pull a column from second table it is not giving any data corresponding to that fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044929#M940774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044930#M940775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did concatenantion. But when pulling the column from second table in dimensions and measure column in expressions the report is keep on running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044930#M940775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044931#M940776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here one more thing sunny. I have multiple columns are common, So it is creating composite key and not giving any data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044931#M940776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044932#M940777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is something other wrong and you have create synthetic keys and/or circular references - have a look here: &lt;A href="https://community.qlik.com/docs/DOC-8844"&gt;Get started with developing qlik datamodels&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044932#M940777</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-21T13:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044933#M940778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could be because one or more of the 20 field names it must be joining on doesn't have matching information. The join will only work if those 20 column matches in value (even the case needs to be the same) for them to join correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another problem could be related to Null Values. Null's don't join the way you would expect. The work around that could be to create a Key to join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD AutoNumber(Field1&amp;amp;'|'&amp;amp;Field2&amp;amp;'|'&amp;amp;Field3.....) as Key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field1 as Table1.Field1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field2 as Table1.Field2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Inner Join (Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD AutoNumber(Field1&amp;amp;'|'&amp;amp;Field2&amp;amp;'|'&amp;amp;Field3.....) as Key&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Field1 as Table2.Field1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Field2 as Table2.Field2&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044933#M940778</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044934#M940779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;commented some of the columns from one table which are common that is also not working. Can you answer me, is it correct or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044934#M940779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044935#M940780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;kumar avisakula wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you answer me, is it correct or not.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What is correct or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044935#M940780</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044936#M940781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I comment same columns in one of the table is also fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044936#M940781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044937#M940782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD AutoNumber(Field1&amp;amp;'|'&amp;amp;Field2&amp;amp;'|'&amp;amp;Field3.....) as Key&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Field1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Field2 &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: inherit; font-size: 13.3333px; line-height: 1.5em; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: inherit; font-size: 13.3333px; line-height: 1.5em; font-style: inherit;"&gt;Inner Join (Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD AutoNumber(Field1&amp;amp;'|'&amp;amp;Field2&amp;amp;'|'&amp;amp;Field3.....) as Key&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044937#M940782</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T13:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044938#M940783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After commenting common columns fields except &lt;STRONG&gt;one key field&lt;/STRONG&gt;, is it required to concatenate common columns Sunny?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044938#M940783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1044939#M940784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview will perform Join like in database sql queries. The other option in Qlikview is Concatenate and it works like UNION in SQL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your requirement you can use Join or concatenate. Before take which operation need to perform, you need to understand the tables relation with respect to your business. If two tables have fact then you can simply concatenate. One table is Fact &amp;amp; other table is Dimension table I would recommend Join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 14:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1044939#M940784</guid>
      <dc:creator />
      <dc:date>2016-01-21T14:25:43Z</dc:date>
    </item>
  </channel>
</rss>

