<?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: Why to define Joins if Same column names are available in two table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438326#M813900</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;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2017 09:37:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-10-03T09:37:40Z</dc:date>
    <item>
      <title>Why to define Joins if Same column names are available in two table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438324#M813898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables A and B. A have 15 records and B have 6 records. when I am loading the table in qlikview, tables are automatically getting joined as 1 column is same in both the table, but when i am counting no of records its showing me 15 only. when I am joining the table by writing Join in script in qlikview then its showing me 90 records. I checked in database, there also its showing 90 records. So why if table is getting join without mentioning joins in script it is not showing correct count?&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/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438324#M813898</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why to define Joins if Same column names are available in two table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438325#M813899</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;1:The join in Qlikview is by default outer join.&lt;/P&gt;&lt;P&gt;2: If you use JOIN or OUTER JOIN key word results will be same.&lt;/P&gt;&lt;P&gt;3: If you don't use join the will be auto associated based on field name.&lt;/P&gt;&lt;P&gt;4: Association in Qlikview is similar to outer join but the difference is it happens on run-time or when you select any value all possible combination re being selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you need anymore information.if satisfied close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438325#M813899</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-03T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why to define Joins if Same column names are available in two table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438326#M813900</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;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438326#M813900</guid>
      <dc:creator />
      <dc:date>2017-10-03T09:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why to define Joins if Same column names are available in two table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438327#M813901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanay,&lt;/P&gt;&lt;P&gt;I'm going to guess that Table A and Table B have 1 distinct value for the common field. When you load without joining in the script you'll have 15 and 6 records in Tables A &amp;amp; B respectively. The tables will be associated on the common field and if there is only one distinct value in this field each record in A will be associated with every record in B. When you join in the script you'll get one table with 15 x 6 = 90 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-to-define-Joins-if-Same-column-names-are-available-in-two/m-p/1438327#M813901</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-03T09:42:51Z</dc:date>
    </item>
  </channel>
</rss>

