<?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 UNION ALL in SELECT Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712395#M672624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise on UNION All in Select query,How to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;Details1 as Details,&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;From A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNION ALL&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;Details2 as Details,&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;From B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above statement is not working in load script.&lt;/P&gt;&lt;P&gt;I want to extract data with a select statement&lt;/P&gt;&lt;P&gt;for performance tuning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2014 09:44:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-20T09:44:03Z</dc:date>
    <item>
      <title>UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712395#M672624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise on UNION All in Select query,How to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;Details1 as Details,&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;From A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNION ALL&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;Details2 as Details,&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;From B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above statement is not working in load script.&lt;/P&gt;&lt;P&gt;I want to extract data with a select statement&lt;/P&gt;&lt;P&gt;for performance tuning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712395#M672624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712396#M672625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Concatenate&lt;/P&gt;&lt;P&gt;Replacement for union&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Details1 as Details,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;a,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concatenate &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Details2 as Details,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;a,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712396#M672625</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-20T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712397#M672626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible you ODBC non suport this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with JOIN or CONCATENATE &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712397#M672626</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-20T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712398#M672627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the query first directly on the backed and see if it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What error message are you getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712398#M672627</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-08-20T09:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712399#M672628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to extract data from multiple tables with select statement at the same time so data will be extracted in single table to qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so concatenate can be done only after extracting all tables to qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712399#M672628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T09:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712400#M672629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i have queried in backend and used same query in qlikview script.&lt;/P&gt;&lt;P&gt;But still it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712400#M672629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T09:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712401#M672630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no error and only first table is extracted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712401#M672630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T09:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712402#M672631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the source database system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712402#M672631</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-08-20T09:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712403#M672632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its oracle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712403#M672632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712404#M672633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have given SQL and terminated with quote. Otherwise it should work. Could be possibly to do with the driver then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712404#M672633</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-08-20T09:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712405#M672634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashfaq has correctly answered your post. Concatenate the correct Qlikview syntax for a union. Did you even try it?&lt;/P&gt;&lt;P&gt;If this is not correct, then you may need to ask the question in other words, with much more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712405#M672634</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-20T09:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712406#M672635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the full statement. I see empty lines in the post above but this shouldn't be a problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712406#M672635</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-08-20T10:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712407#M672636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i have used concatenate,but it doesn't solve issue,like i said performance tuning.&lt;/P&gt;&lt;P&gt;database has millions of rows and dashboard is very slow,so i am trying to extract multiple(10) tables&lt;/P&gt;&lt;P&gt;with same column names to qlikview.&lt;/P&gt;&lt;P&gt; so if i extract with single sql statement , it might reduce data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712407#M672636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T10:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712408#M672637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..but could be the cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712408#M672637</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-08-20T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712409#M672638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the error you are getting?&amp;nbsp; If query runs in Oracle then it definitely run in Qlikview also.&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>Wed, 20 Aug 2014 10:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712409#M672638</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-20T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712410#M672639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No necessarily, it's ODBC or OLE DB inbetween...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712410#M672639</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-08-20T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712411#M672640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check with single query whether the connection is working or not. Whenever you are using set operators both queries must have same number of columns and same data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vijayreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712411#M672640</guid>
      <dc:creator />
      <dc:date>2014-08-20T10:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712412#M672641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try by loading all tables in qvd and then later perform concatenate on qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you can use oracle specific query after you made connection to your database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712412#M672641</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-20T10:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712413#M672642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is sql statement i am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;BR /&gt;&amp;nbsp; Details1 as Details,&lt;BR /&gt;&amp;nbsp; CONTROL_KEY ,&lt;BR /&gt;&amp;nbsp; PKEY,&lt;BR /&gt;&amp;nbsp; LKEY,&lt;BR /&gt;&amp;nbsp; '1’ as Identifier&lt;BR /&gt;&amp;nbsp; From RSID&lt;BR /&gt;UNION ALL&lt;BR /&gt;SELECT &lt;BR /&gt;&amp;nbsp; Details2 as Details,&lt;BR /&gt;&amp;nbsp; CONTROL_KEY ,&lt;BR /&gt;&amp;nbsp; PKEY,&lt;BR /&gt;&amp;nbsp; LKEY,&lt;BR /&gt;&amp;nbsp; '2' as Identifier&amp;nbsp; &lt;BR /&gt;FROM RSIF&lt;BR /&gt;UNION ALL&lt;BR /&gt;SELECT &lt;BR /&gt;&amp;nbsp; Details3 as Details,&lt;BR /&gt;&amp;nbsp; CONTROL_KEY ,&lt;BR /&gt;&amp;nbsp; PKEY,&lt;BR /&gt;&amp;nbsp; LKEY,,&lt;BR /&gt;&amp;nbsp; '3' as Identifier&lt;BR /&gt;FROM RSIG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Only first select is getting highlighted&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712413#M672642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T10:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: UNION ALL in SELECT Statement</title>
      <link>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712414#M672643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its ODBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UNION-ALL-in-SELECT-Statement/m-p/712414#M672643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T10:29:09Z</dc:date>
    </item>
  </channel>
</rss>

