<?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: Can we do union of 2 data source (Oracle and CSV data) in single QVD? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-do-union-of-2-data-source-Oracle-and-CSV-data-in-single/m-p/692870#M437893</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;You can do union in Qlikview by using Concatenate(), please find below sample script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM FileName.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data INTO Data.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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, 03 Sep 2014 02:17:18 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-09-03T02:17:18Z</dc:date>
    <item>
      <title>Can we do union of 2 data source (Oracle and CSV data) in single QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-do-union-of-2-data-source-Oracle-and-CSV-data-in-single/m-p/692869#M437892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Exports...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview, Could any one help me on below requirements.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Requirement:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Client is using application A for its day to day work management, on this application A there is one very critical Qlikview report is running. Now client is started migrating all its business from application A to Application B. However this migration is not one time migration, it is phase by phase migration. To complete this App A to App B migration it may take 3 to 4 years. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my job is to make sure during the phase by phase migration, QlikView report should display data from both system. when migration complete and application A goes off, then Qlikview report should display data only from App B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: &lt;/P&gt;&lt;P&gt;I have one very simple solution of Union of data set, to handle this phase by phase change i.e. I will use union of both both application database in QVD so there is no need to do any change in QVW files, it will save lot of time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am not sure how can I make union of App A data base which is on Oracle with application B data which we will be getting in CSV format files in one QVD.&lt;/P&gt;&lt;P&gt;Can we do union of 2 data set, in which one is getting from Oracle db, and other sources is getting from CSV file.&lt;/P&gt;&lt;P&gt;It will very helpful if you can put code in this discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and support for the same!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 20:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-do-union-of-2-data-source-Oracle-and-CSV-data-in-single/m-p/692869#M437892</guid>
      <dc:creator />
      <dc:date>2014-09-02T20:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can we do union of 2 data source (Oracle and CSV data) in single QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-do-union-of-2-data-source-Oracle-and-CSV-data-in-single/m-p/692870#M437893</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;You can do union in Qlikview by using Concatenate(), please find below sample script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM FileName.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data INTO Data.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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, 03 Sep 2014 02:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-do-union-of-2-data-source-Oracle-and-CSV-data-in-single/m-p/692870#M437893</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-03T02:17:18Z</dc:date>
    </item>
  </channel>
</rss>

