<?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 Tables in a Qlikview Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176894#M713960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;TAB3:&lt;BR /&gt;load * inline [&lt;BR /&gt;f1, f2, f3&lt;BR /&gt;1,2,3&lt;BR /&gt;11,22,33&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;concatenate&lt;BR /&gt;load * inline [&lt;BR /&gt;g1, g2&lt;BR /&gt;111,222&lt;BR /&gt;1111,2222&lt;BR /&gt;];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Aug 2010 17:13:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-26T17:13:33Z</dc:date>
    <item>
      <title>Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176892#M713957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let two tables TAB1 and TAB2.&lt;/P&gt;&lt;P&gt;TAB1 is defined with three fields as: TAB1(f1, f2, f3)&lt;/P&gt;&lt;P&gt;TAB2 is defined with two fields as: TAB2(g1, g2)&lt;/P&gt;&lt;P&gt;Please, Is there a Qlikview functions that allows to merge the two table to get a table TAB3 defined as : TAB3(f1, f2, f3, g1,g2)&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 16:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176892#M713957</guid>
      <dc:creator />
      <dc:date>2010-08-26T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176893#M713958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yimen,&lt;/P&gt;&lt;P&gt;Use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Tab3:LOAD * RESIDENT TAB1; CONCATENATE LOAD * RESIDENT TAB2;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176893#M713958</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-08-26T17:12:47Z</dc:date>
    </item>
    <item>
      <title>Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176894#M713960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;TAB3:&lt;BR /&gt;load * inline [&lt;BR /&gt;f1, f2, f3&lt;BR /&gt;1,2,3&lt;BR /&gt;11,22,33&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;concatenate&lt;BR /&gt;load * inline [&lt;BR /&gt;g1, g2&lt;BR /&gt;111,222&lt;BR /&gt;1111,2222&lt;BR /&gt;];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176894#M713960</guid>
      <dc:creator />
      <dc:date>2010-08-26T17:13:33Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176895#M713962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, the script runs entirely.&lt;/P&gt;&lt;P&gt;I want to map TAB3 to an Table Object of Qlikview. But when i want to select the table TAB3 in the select fields in the box of properties in tab General, TAB3 dont appears.&lt;/P&gt;&lt;P&gt;Must i delete TAB1 and TAB2?&lt;/P&gt;&lt;P&gt;I don't know why the table TAB3 don't appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176895#M713962</guid>
      <dc:creator />
      <dc:date>2010-08-26T17:31:06Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176896#M713964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Nick Bor, my tables contain data already.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176896#M713964</guid>
      <dc:creator />
      <dc:date>2010-08-26T17:41:50Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176897#M713966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't matter. It is an example. You can use the approach suggested by Miguel, but with this small changes:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;Tab3:&lt;BR /&gt;noconcatenate&lt;BR /&gt;LOAD *&lt;BR /&gt;RESIDENT TAB1;&lt;BR /&gt;CONCATENATE LOAD *&lt;BR /&gt;RESIDENT TAB2;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Otherwise TAB1 will be auto-concatenated to itself and table name Tab3 will be ignored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176897#M713966</guid>
      <dc:creator />
      <dc:date>2010-08-26T17:53:47Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176898#M713968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact, i have remarked that, CONCATENATE add the record of the second table at the end of first table&lt;/P&gt;&lt;P&gt;and JOIN do the combination of data.&lt;/P&gt;&lt;P&gt;But what i want is:&lt;/P&gt;&lt;P&gt;To join end to end the two tables with theirs data.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 18:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176898#M713968</guid>
      <dc:creator />
      <dc:date>2010-08-26T18:05:47Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Tables in a Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176899#M713969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the case you should tell us how these two tables related to each other. Otherwise you can get a Cartesian expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 19:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-in-a-Qlikview-Script/m-p/176899#M713969</guid>
      <dc:creator />
      <dc:date>2010-08-26T19:58:33Z</dc:date>
    </item>
  </channel>
</rss>

