<?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 Two or more columns between two tables! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-or-more-columns-between-two-tables/m-p/268839#M1183237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Attitude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach, would be the concatenations of the tables. &lt;/P&gt;&lt;P&gt;You can also include a flag to identify the source of you data: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD A, B, C, E, F, G,&lt;/P&gt;&lt;P&gt;'Table1' as Source&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(Table1)&lt;/P&gt;&lt;P&gt;LOAD A, B, E, F, G, H, I, J,&lt;/P&gt;&lt;P&gt;'Table2' as Source&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 08:58:07 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-10-24T08:58:07Z</dc:date>
    <item>
      <title>Two or more columns between two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Two-or-more-columns-between-two-tables/m-p/268838#M1183236</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;Imagine there are two or more common columns between two tables. To avoid the sythetic key we may renamed the fields and join only the required keys. If two or more key need to be joined we will concatenate and create the key field. But in that case imagine if the millons of common rows are there between two tables then how can overcome this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need all your suggestion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 06:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-or-more-columns-between-two-tables/m-p/268838#M1183236</guid>
      <dc:creator />
      <dc:date>2011-10-24T06:15:44Z</dc:date>
    </item>
    <item>
      <title>Two or more columns between two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Two-or-more-columns-between-two-tables/m-p/268839#M1183237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Attitude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach, would be the concatenations of the tables. &lt;/P&gt;&lt;P&gt;You can also include a flag to identify the source of you data: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD A, B, C, E, F, G,&lt;/P&gt;&lt;P&gt;'Table1' as Source&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(Table1)&lt;/P&gt;&lt;P&gt;LOAD A, B, E, F, G, H, I, J,&lt;/P&gt;&lt;P&gt;'Table2' as Source&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 08:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-or-more-columns-between-two-tables/m-p/268839#M1183237</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-10-24T08:58:07Z</dc:date>
    </item>
    <item>
      <title>Two or more columns between two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Two-or-more-columns-between-two-tables/m-p/268840#M1183238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;If there are same columns so you just concatenate the tables or other wise use Qualify command like&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;and if you want some fileds not qualify so use unqualify that perticular field like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unqualify FieldName;&lt;/P&gt;&lt;P&gt;Other wise concatenate the tables like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load * ,&lt;/P&gt;&lt;P&gt;'Table1' as TableSource&lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Table1)&lt;/P&gt;&lt;P&gt;laod * ,&lt;/P&gt;&lt;P&gt;'Table2' as TableSource&lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 09:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-or-more-columns-between-two-tables/m-p/268840#M1183238</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-24T09:08:07Z</dc:date>
    </item>
  </channel>
</rss>

