<?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: How to Concatenate and Join Result to SQL/ODBC Connection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989504#M964206</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect ODBC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;SELECT * FROM TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(TableName)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM ExcelFileName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOpe this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Oct 2015 09:09:51 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-10-03T09:09:51Z</dc:date>
    <item>
      <title>How to Concatenate and Join Result to SQL/ODBC Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989499#M964201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got an ODBC connection with a SQL Selection containing 2 years worth of data about Orders.&lt;/P&gt;&lt;P&gt;I need to JOIN two Excel tables, each of which contains 1 year of data about Cost.&lt;/P&gt;&lt;P&gt;When I use LEFT JOIN to combine the two Excel tables with the Orders table, only the data from the first Excel table shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to CONCATENATE the two Excel tables and then JOIN them to the Orders table, but I haven't been able to figure out how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 20:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989499#M964201</guid>
      <dc:creator />
      <dc:date>2015-10-02T20:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Concatenate and Join Result to SQL/ODBC Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989500#M964202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableFromSql:&lt;/P&gt;&lt;P&gt;sql select * from ....:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tempexceltable:&lt;/P&gt;&lt;P&gt;Load * from excelfile1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Tempexceltable)&lt;/P&gt;&lt;P&gt;Load * from excelfile2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join(TableFromSql)&lt;/P&gt;&lt;P&gt;Load * Resident Tempexceltable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Tempexceltable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 22:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989500#M964202</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-10-02T22:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Concatenate and Join Result to SQL/ODBC Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989501#M964203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, ‌Simen!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 22:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989501#M964203</guid>
      <dc:creator />
      <dc:date>2015-10-02T22:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Concatenate and Join Result to SQL/ODBC Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989502#M964204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/185011"&gt;concatenate two same tables with different schema&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 05:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989502#M964204</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-03T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Concatenate and Join Result to SQL/ODBC Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989503#M964205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide table structures,so can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 09:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989503#M964205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-03T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Concatenate and Join Result to SQL/ODBC Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989504#M964206</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect ODBC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;SELECT * FROM TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(TableName)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM ExcelFileName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOpe this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 09:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Concatenate-and-Join-Result-to-SQL-ODBC-Connection/m-p/989504#M964206</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-03T09:09:51Z</dc:date>
    </item>
  </channel>
</rss>

