<?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: Difference between link and join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747345#M1024384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview the join and link s are bit different, let me&amp;nbsp; try to put some words on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview link means the two objects are linked by a common field i.e its kind of outer join without merging the tables and qlikview makes association based on this common filed.&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;table1&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;if you have such script statements then the two tables are &lt;STRONG&gt;linked by field a and tables are not combined here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;table1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;a&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;b&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;join(table1)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;table2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;a&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;c&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In the above eg we have used join, &lt;STRONG&gt;in this case it will combine both the tables and make it as one single table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;result &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;table1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;a&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;b&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 07:10:08 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-03-05T07:10:08Z</dc:date>
    <item>
      <title>Difference between link and join</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747343#M1024382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting confused between exact use of &lt;STRONG&gt;link and joins&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me out in exact &lt;STRONG&gt;difference&lt;/STRONG&gt; between &lt;STRONG&gt;link and joins&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 06:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747343#M1024382</guid>
      <dc:creator />
      <dc:date>2015-03-05T06:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between link and join</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747344#M1024383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a good technical brief by HIC in this topic:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3412"&gt;Joins and Lookups&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 06:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747344#M1024383</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-05T06:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between link and join</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747345#M1024384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview the join and link s are bit different, let me&amp;nbsp; try to put some words on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview link means the two objects are linked by a common field i.e its kind of outer join without merging the tables and qlikview makes association based on this common filed.&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;table1&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;if you have such script statements then the two tables are &lt;STRONG&gt;linked by field a and tables are not combined here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;table1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;a&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;b&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;join(table1)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;table2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;a&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;c&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In the above eg we have used join, &lt;STRONG&gt;in this case it will combine both the tables and make it as one single table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;result &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;table1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;a&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;b&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 07:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747345#M1024384</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-05T07:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between link and join</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747346#M1024385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two Tables are linked means they are linked with one or more than one common field(s). The final output is two different tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;Load CustomerID, Sales, Date From SalesTable;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load CustomerID, CustomerName From CustomerTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here there are two tables linked(associated) in the data model by the common key CustomerID. So even though if you select Date, you will get respective CusotmerName due to the association. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two Tables are joined means they are joined by one or more than one common fields(s).. The final output of the data model is only a single table.. in case if you have dropped the first table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Example:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sales:&lt;BR /&gt;Load CustomerID, Sales, Date From SalesTable;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Left Join(Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Customer:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load CustomerID, CustomerName From CustomerTable;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Here you will get the same result by selecting Date but the Data Model contains only Sales Table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 07:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747346#M1024385</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-05T07:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between link and join</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747347#M1024387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check following links&lt;/P&gt;&lt;P&gt;&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, 05 Mar 2015 07:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747347#M1024387</guid>
      <dc:creator>mukesh24</dc:creator>
      <dc:date>2015-03-05T07:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between link and join</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747348#M1024389</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;Link and Joins are two different concepts, suppose if you have Customer and Orders table then both this tables are linked by using CustomerID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join means joins two tables into one by using Left, Right, Inner etc.&amp;nbsp; Check below link for Joins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2053" data-containertype="14" data-objectid="39177" data-objecttype="1" href="https://community.qlik.com/thread/39177" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 08:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-link-and-join/m-p/747348#M1024389</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-05T08:20:38Z</dc:date>
    </item>
  </channel>
</rss>

