<?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 Join 2 tables?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184418#M49323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx i understand the given solution.&lt;/P&gt;&lt;P&gt;I changed the document and it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 14:18:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-12T14:18:56Z</dc:date>
    <item>
      <title>Join 2 tables??</title>
      <link>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184414#M49319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ik would like to create one table from the 2 following tables, 1 table is a db table, the other is a inline txt table&lt;/P&gt;&lt;P&gt;How can i create one table of these 2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 10:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184414#M49319</guid>
      <dc:creator />
      <dc:date>2010-11-12T10:50:40Z</dc:date>
    </item>
    <item>
      <title>Join 2 tables??</title>
      <link>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184415#M49320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jochen, is as easy as do a left join of the main table.&lt;/P&gt;&lt;P&gt;Here is an explicit example of your code to get a join of your 2 tables. It's tested. Hope it works!!&lt;/P&gt;&lt;P&gt;Table1 :&lt;BR /&gt;&lt;BR /&gt;load * inline [&lt;BR /&gt;latitude,LONG_LAT_KEY,longitude&lt;BR /&gt;52.3181,230,6.528677&lt;BR /&gt;52.21943,140,6.97347&lt;BR /&gt;52.23361,130,6.84428&lt;BR /&gt;52.34075,210,6.628083&lt;BR /&gt;52.38505,170,7.032141&lt;BR /&gt;52.179942,260,6.714258&lt;BR /&gt;52.203206,200,6.644945&lt;BR /&gt;52.247845,150,6.57294&lt;BR /&gt;52.261632,160,7.014019&lt;BR /&gt;52.279025,80,6.773913&lt;BR /&gt;52.308762,100,6.892506&lt;BR /&gt;52.365802,10,6.652021&lt;BR /&gt;52.371228,240,6.469322&lt;BR /&gt;52.407397,30,6.631098&lt;BR /&gt;52.408698,50,6.767461&lt;BR /&gt;52.414545,180,6.919015&lt;BR /&gt;52.446837,190,6.565589&lt;BR /&gt;52.454065,40,6.616365&lt;BR /&gt;52.462387,250,6.496274&lt;BR /&gt; ,60,&lt;BR /&gt; ,70,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;left join (Table1)&lt;BR /&gt;&lt;BR /&gt;Table2 :&lt;BR /&gt;load * inline [&lt;BR /&gt;LONG_LAT_KEY,TTT&lt;BR /&gt;10, Almelo-V&lt;BR /&gt;30 ,Vriezenveen&lt;BR /&gt;40, Westerhaar&lt;BR /&gt;50, Tubbergen&lt;BR /&gt;60, Weerselo&lt;BR /&gt;70, Delden&lt;BR /&gt;80, Hengelo&lt;BR /&gt;100,&lt;BR /&gt;130,&lt;BR /&gt;140,&lt;BR /&gt;150,&lt;BR /&gt;160,&lt;BR /&gt;170,&lt;BR /&gt;180,&lt;BR /&gt;190,&lt;BR /&gt;200,&lt;BR /&gt;210,&lt;BR /&gt;230,&lt;BR /&gt;240,&lt;BR /&gt;250,&lt;BR /&gt;260,&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184415#M49320</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-11-12T11:21:45Z</dc:date>
    </item>
    <item>
      <title>Join 2 tables??</title>
      <link>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184416#M49321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the table O_Realisatie is a db-table with facts (6.000.000 records) so no inline table, the other table is a inline table, like to make 1 one fact table with facts and longitude and latitude.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184416#M49321</guid>
      <dc:creator />
      <dc:date>2010-11-12T12:00:49Z</dc:date>
    </item>
    <item>
      <title>Join 2 tables??</title>
      <link>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184417#M49322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't mean it to do it with inline tables, I don't understand you.&lt;/P&gt;&lt;P&gt;What I'm trying to show you is that you have to do a left join (mainTableName) before the second table you want to join.&lt;/P&gt;&lt;P&gt;This is the solution.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184417#M49322</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-11-12T12:04:57Z</dc:date>
    </item>
    <item>
      <title>Join 2 tables??</title>
      <link>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184418#M49323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx i understand the given solution.&lt;/P&gt;&lt;P&gt;I changed the document and it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 14:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-2-tables/m-p/184418#M49323</guid>
      <dc:creator />
      <dc:date>2010-11-12T14:18:56Z</dc:date>
    </item>
  </channel>
</rss>

