<?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: Concatenating Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355538#M705048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation is the default when Field Names are the same. In your example, you will have all rows in ones table -- VendorRAN. You don't have to do anything different. Note that the VendorAER and VendorCAN tables will not be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 20:54:17 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2012-06-15T20:54:17Z</dc:date>
    <item>
      <title>Concatenating Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355537#M705047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 tables with the same field names.&amp;nbsp; Is there anyway I can concatenate the tables into one table with the same field names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VendorRAN:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;(APHVCH) as LINK_KEYV1,&lt;/P&gt;&lt;P&gt;APHVCH,&lt;/P&gt;&lt;P&gt;Concat(if(APHNAM&amp;lt;&amp;gt;'SIOUX FALLS TAX',if(APHNAM&amp;lt;&amp;gt;'BALTIC TAX',if(APHNAM&amp;lt;&amp;gt;'EARTH CITY TAX',if(APHNAM&amp;lt;&amp;gt;'HURON TAX',if(APHNAM&amp;lt;&amp;gt;'TEXAS TAX - AUSTIN',APHNAM))))),'; ') as C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vQVDPath)AppVendorRAN.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VendorAER:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;(APHVCH) as LINK_KEYV1,&lt;/P&gt;&lt;P&gt;APHVCH,&lt;/P&gt;&lt;P&gt;Concat(if(APHNAM&amp;lt;&amp;gt;'SIOUX FALLS TAX',if(APHNAM&amp;lt;&amp;gt;'BALTIC TAX',if(APHNAM&amp;lt;&amp;gt;'EARTH CITY TAX',if(APHNAM&amp;lt;&amp;gt;'HURON TAX',if(APHNAM&amp;lt;&amp;gt;'TEXAS TAX - AUSTIN',APHNAM))))),'; ') as C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vQVDPath)AppVendorAER.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VendorCAN:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;(APHVCH) as LINK_KEYV1,&lt;/P&gt;&lt;P&gt;APHVCH,&lt;/P&gt;&lt;P&gt;Concat(if(APHNAM&amp;lt;&amp;gt;'SIOUX FALLS TAX',if(APHNAM&amp;lt;&amp;gt;'BALTIC TAX',if(APHNAM&amp;lt;&amp;gt;'EARTH CITY TAX',if(APHNAM&amp;lt;&amp;gt;'HURON TAX',if(APHNAM&amp;lt;&amp;gt;'TEXAS TAX - AUSTIN',APHNAM))))),'; ') as C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vQVDPath)AppVendorCAN.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 20:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355537#M705047</guid>
      <dc:creator />
      <dc:date>2012-06-15T20:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355538#M705048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation is the default when Field Names are the same. In your example, you will have all rows in ones table -- VendorRAN. You don't have to do anything different. Note that the VendorAER and VendorCAN tables will not be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 20:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355538#M705048</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-06-15T20:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355539#M705049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to concatenate differently named fields in different tables in my script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355539#M705049</guid>
      <dc:creator />
      <dc:date>2012-06-18T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355540#M705050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can force or suppress concatenation by using the CONCATENATE / NOCONCATENATE prefix on the Load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Tables/m-p/355540#M705050</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-06-18T15:30:15Z</dc:date>
    </item>
  </channel>
</rss>

