<?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: integrating tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081881#M360456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;from ..... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join (Table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;from .... ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 16:30:30 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2016-02-09T16:30:30Z</dc:date>
    <item>
      <title>integrating tables</title>
      <link>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081879#M360454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to join 2 tables in the script in the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1 includes Field1 with the values 1,2,3.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Table2 includes Field2 with the values a,b,c.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I need to create Table3 which integrates &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field1 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2 in the following way:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field1 Field2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1 a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1 b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1 c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2 a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2 b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2 c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3 a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3 b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3 c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;How can I do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thank you in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Larisa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081879#M360454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-09T16:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: integrating tables</title>
      <link>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081880#M360455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple JOIN should do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Field1&lt;/P&gt;&lt;P&gt;FROM FIELD1TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;LOAD Field2&lt;/P&gt;&lt;P&gt;FROM FIELD2TABLE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081880#M360455</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-09T16:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: integrating tables</title>
      <link>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081881#M360456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;from ..... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join (Table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;from .... ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081881#M360456</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-02-09T16:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: integrating tables</title>
      <link>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081882#M360457</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;Table3:&lt;/P&gt;&lt;P&gt;load field1 from Table1;&lt;/P&gt;&lt;P&gt;join (Table3)&lt;/P&gt;&lt;P&gt;load field2 from Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081882#M360457</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2016-02-09T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: integrating tables</title>
      <link>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081883#M360458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 17:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integrating-tables/m-p/1081883#M360458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-09T17:16:46Z</dc:date>
    </item>
  </channel>
</rss>

