<?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 3 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426681#M1158948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2013 09:23:12 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-02-12T09:23:12Z</dc:date>
    <item>
      <title>Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426679#M1158946</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 have three tables each with a key field (CustomerID) but within those tables there are 2 other fields (Title, Status) that are the same but have different values.&amp;nbsp; How does one combine them so that I do not get the $Syn 1.&amp;nbsp; I need to combine them for reporting purposes but when i do that i have 3 key fields.&amp;nbsp; If I run a left join, then I am unable to view the distinctions between the fields.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe there is a simple solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicholas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426679#M1158946</guid>
      <dc:creator />
      <dc:date>2013-02-11T21:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426680#M1158947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are many other fields in Your tables right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or there are just CustomerID, Title and Status?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not You can prepare new key &lt;STRONG&gt;CustomerID_Title_Status&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 08:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426680#M1158947</guid>
      <dc:creator />
      <dc:date>2013-02-12T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426681#M1158948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 09:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426681#M1158948</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-02-12T09:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426682#M1158949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;LOAD CustomerID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\Users\vishwaranjan\Desktop\tablejoin.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;noConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD CustomerID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\Users\vishwaranjan\Desktop\tablejoin.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;noConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD CustomerID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\Users\vishwaranjan\Desktop\tablejoin.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet3);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" height="263" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" width="410" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 09:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426682#M1158949</guid>
      <dc:creator />
      <dc:date>2013-02-12T09:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426683#M1158950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't You just create simple loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;for each vSheet in 'Sheet1', 'Sheet2', 'Sheet3'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;LOAD CustomerID, &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title, &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;C&gt;&lt;/C&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(ooxml, embedded labels, table is $(vSheet));&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;next vSheet;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 09:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426683#M1158950</guid>
      <dc:creator />
      <dc:date>2013-02-12T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426684#M1158951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link active_link" href="https://community.qlik.com/people/vishwaranjan" id="jive-10046114042788889064726"&gt;vishwaranjan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way...&lt;/P&gt;&lt;P&gt;concatenate work with resident table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've got an issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;robo:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dealer, KEY, Date, WholeSale, Retail&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D1, D101-01-2013, 01-01-2013, 50, 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D1, D103-01-2013, 03-01-2013, 10, 5&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;final:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;NoConcatenate LOAD Dealer,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WholeSale,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Retail&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resident robo;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the fields are still keys and those two tables are linked together:(&lt;/P&gt;&lt;P&gt;could You explain that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 10:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426684#M1158951</guid>
      <dc:creator />
      <dc:date>2013-02-12T10:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426685#M1158952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;there an issue of concatenate.&lt;/P&gt;&lt;P&gt;in this there is all&amp;nbsp; fields are keys using no concatenation thet will be treated as differe..&lt;/P&gt;&lt;P&gt;but for either writing concatenate or not (automatic) it will concat data due to the same field name..and remove keys .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 10:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426685#M1158952</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-02-12T10:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426686#M1158953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody else got complex explanation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 10:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426686#M1158953</guid>
      <dc:creator />
      <dc:date>2013-02-12T10:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Join 3 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426687#M1158954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Concatenation doesnot bother whether it is a resident load or data loaded from any other source. If there are matching columns in both tables then automatically both tables will concatenate. If we use noconcatenate then synthetic keys occur and thier number is based on the common fields in both tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 13:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-3-tables/m-p/426687#M1158954</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-12T13:49:29Z</dc:date>
    </item>
  </channel>
</rss>

