<?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/1038302#M928059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Federica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview internal associative engine will automatically join tables that have same fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the fieldnames are different but pointing to same values, you just have in your loading script to make sure they become the same by renaming with "as" linkey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2 as linkey,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 15:11:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-21T15:11:40Z</dc:date>
    <item>
      <title>JOIN</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038298#M928055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to join 2 table that have a common field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do?&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/JOIN/m-p/1038298#M928055</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038299#M928056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Type "join" before the LOAD of the 2nd table.&lt;/P&gt;&lt;P&gt;Qlik will find the find they have in common and automatically join on that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038299#M928056</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-03-21T14:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038300#M928057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to do anything.&lt;/P&gt;&lt;P&gt;If the two tables share a common field name then QlikView will associate the tables automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best approach in QlikView is to avoid using joins as far as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038300#M928057</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-03-21T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038301#M928058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&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 FieldNames&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD FieldNames&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 21 Mar 2016 14:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038301#M928058</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038302#M928059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Federica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview internal associative engine will automatically join tables that have same fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the fieldnames are different but pointing to same values, you just have in your loading script to make sure they become the same by renaming with "as" linkey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2 as linkey,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038302#M928059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-21T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038303#M928060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to join the two tables ( using function JOIN ) only if you want all the fields in one table.&lt;/P&gt;&lt;P&gt;Otherwise, if you have a commun field, QlikView will associate the two tables automatically but you will have two separate tables.&lt;/P&gt;&lt;P&gt;Do you need to have only one table or to keep your two tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN/m-p/1038303#M928060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-21T15:16:27Z</dc:date>
    </item>
  </channel>
</rss>

