<?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 two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268195#M100725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can concatenate as many tables you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can do this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you'll load all xlsx files whiwh name begins by "test "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jul 2011 10:47:46 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2011-07-16T10:47:46Z</dc:date>
    <item>
      <title>Join two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268190#M100720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think this is very basic, but if someone can help me I would be very gratefull. I want to join two tables with the same fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;xxx&amp;nbsp;&amp;nbsp; 22&amp;nbsp;&amp;nbsp;&amp;nbsp; 33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;YYY&amp;nbsp;&amp;nbsp; 22&amp;nbsp;&amp;nbsp;&amp;nbsp; 43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to create &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;xxx&amp;nbsp;&amp;nbsp; 22&amp;nbsp;&amp;nbsp;&amp;nbsp; 33&lt;/P&gt;&lt;P&gt;YYY&amp;nbsp;&amp;nbsp; 22&amp;nbsp;&amp;nbsp;&amp;nbsp; 43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 22:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268190#M100720</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-07-08T22:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268191#M100721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is called concatenation. You can do it as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-family: 'courier new', courier;"&gt;Table3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-family: 'courier new', courier;"&gt;NoConcatenate LOAD * Resident Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-family: 'courier new', courier;"&gt;Concatenate (Table3) LOAD * Resident Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 22:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268191#M100721</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-07-08T22:33:27Z</dc:date>
    </item>
    <item>
      <title>Join two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268192#M100722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I´m trying to use concatenate in the following example but y got an error msg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test1&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="61" style="width: 112px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 60pt;" width="80"&gt;a&lt;/TD&gt;&lt;TD style="width: 60pt;" width="80"&gt;b&lt;/TD&gt;&lt;TD style="width: 60pt;" width="80"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;pepe&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;jaime&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test2&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="61" style="width: 112px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 60pt;" width="80"&gt;a&lt;/TD&gt;&lt;TD style="width: 60pt;" width="80"&gt;b&lt;/TD&gt;&lt;TD style="width: 60pt;" width="80"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;pepe&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;camilo&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then&amp;nbsp; I create the following qvw:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD * Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Table3) LOAD * Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I load this example I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Table not found&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate (Table3) LOAD * Resident Table2&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway the qvw finish loading with a sinc key (which has all the parameters), and now I have two tables, Table3 and Table1 both equivalents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 13:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268192#M100722</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-07-13T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268193#M100723</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;Table2 is already concatenate with table1 because they have the same structure&lt;/P&gt;&lt;P&gt;To simplify, you can do this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Table1)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;/PRE&gt;&lt;PRE __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 13:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268193#M100723</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-07-13T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Join two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268194#M100724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked prefectly, just one more question, ¿I can concatenate as many tables as I need, using your answer,&amp;nbsp; as long as they have the same structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code jive-sql"&gt;Table1:&lt;BR /&gt;LOAD *&lt;BR /&gt;&lt;SPAN class="jive-sql-keyword"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, &lt;SPAN class="jive-sql-keyword"&gt;table&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword"&gt;is&lt;/SPAN&gt; Hoja1);&lt;BR /&gt;&lt;BR /&gt;Concatenate (Table1)&lt;BR /&gt;LOAD *&lt;BR /&gt;&lt;SPAN class="jive-sql-keyword"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, &lt;SPAN class="jive-sql-keyword"&gt;table&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword"&gt;is&lt;/SPAN&gt; Hoja1);&lt;/C&gt;&lt;/C&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code jive-sql"&gt;Concatenate (Table1)&lt;BR /&gt;LOAD *&lt;BR /&gt;&lt;SPAN class="jive-sql-keyword"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, &lt;SPAN class="jive-sql-keyword"&gt;table&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword"&gt;is&lt;/SPAN&gt; Hoja1);&lt;/C&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 15:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268194#M100724</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-07-13T15:47:19Z</dc:date>
    </item>
    <item>
      <title>Join two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268195#M100725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can concatenate as many tables you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can do this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you'll load all xlsx files whiwh name begins by "test "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 10:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables/m-p/268195#M100725</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-07-16T10:47:46Z</dc:date>
    </item>
  </channel>
</rss>

