<?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 What are the best practices for a QlikView report from multiple data sources? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224483#M76884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;As a follow up to my original question and to give mode requirements details...&lt;/P&gt;&lt;P&gt;Let's assume we have an existing QlikView script that pulls data from an Oracle database as follows:&lt;BR /&gt;&lt;BR /&gt;ODBC CONNECT TO [my_oracle_database];&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;Load f1,f2,f3;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT f1,f2,f3 FROM my_db_table;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now, let's assume that we have additional data that need to be included in our report.&lt;BR /&gt;This additional data though is not in my Oracle database but rather some of it is in a MS Access (Northwind.mdb)&lt;BR /&gt;and some of it is in Excel file (draft.xls).&lt;BR /&gt;&lt;BR /&gt;Per the QlikView Reference Manual, the script can be modified as follows to combine all 3 data sources:&lt;BR /&gt;&lt;BR /&gt;// Point to my Oracle database first&lt;BR /&gt;ODBC CONNECT TO [my_oracle_database];&lt;BR /&gt;// All selects from here on will get data from oracle database my_oracle_database&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;Load f1,f2,f3;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT f1,f2,f3 FROM my_db_table;&lt;BR /&gt;&lt;BR /&gt;// Point to MS Access second&lt;BR /&gt;Connect to 'Nwind;DBQ=C:\ProgramFiles\MSOffice95\Access\Samples\Northwind.mdb' (UserID is sa, Password is admin);&lt;BR /&gt;// All selects from here on will get data from MS Access Northwind.mdb&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;// Using add to merge new selected records to the previous records in Tab1&lt;BR /&gt;add&lt;BR /&gt;Load f1,f2,f3;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT f1,f2,f3 FROM my_db_table_in_ms_access_Northwindmdb;&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;// Point to MS Excel third&lt;BR /&gt;// Using add to merge new selected records to the previous records in Tab1&lt;BR /&gt;add&lt;BR /&gt;Load f1,f2,f3&lt;BR /&gt;FROM &lt;C&gt; (biff, embedded labels, table is [SQL Results$]);&lt;BR /&gt;&lt;BR /&gt;Please let me know if this makes sense overall; and also if there are better ways to do it. For example, should concatenate be used instead of add? Etc.&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Yazid B.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Feb 2011 17:41:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-23T17:41:03Z</dc:date>
    <item>
      <title>What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224475#M76876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;A client requested if it is possible to develop a QlikView report using more than one data source at the same time. In other words, the client has some data, let's say, in a production database, and some other data sitting in an Excel, and wants to generate a report that uses both data sources at the same time.&lt;/P&gt;&lt;P&gt;What are the different options that could be used if any (native in QlikView or work arounds)?&lt;/P&gt;&lt;P&gt;QlikView Version 7.5.2.3812.7&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yazid B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 17:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224475#M76876</guid>
      <dc:creator />
      <dc:date>2011-02-21T17:15:55Z</dc:date>
    </item>
    <item>
      <title>What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224476#M76877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yazid,&lt;/P&gt;&lt;P&gt;this is why QlikView is so favorite. You can load data from different sources like databases and/or files to bring everything together into one view.&lt;/P&gt;&lt;P&gt;I don't know much details about your requirements but I think you need no work arounds.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 17:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224476#M76877</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-02-21T17:37:52Z</dc:date>
    </item>
    <item>
      <title>AW:Re: What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224477#M76878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... and please update QlikView to version 10! It runs much faster and is in scripting so helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 18:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224477#M76878</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-02-21T18:09:26Z</dc:date>
    </item>
    <item>
      <title>AW:Re: What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224478#M76879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, version 10 is the best!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 18:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224478#M76879</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2011-02-21T18:13:30Z</dc:date>
    </item>
    <item>
      <title>What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224479#M76880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ralf for the prompt answer; you did address the question. I did find some similar questions that were posted in the past as well. And yes Martina and Fernando, upgrade to 10 is planned.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yazid B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 18:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224479#M76880</guid>
      <dc:creator />
      <dc:date>2011-02-21T18:38:36Z</dc:date>
    </item>
    <item>
      <title>What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224480#M76881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... Unless you use ODBC to read data from Qlikview...&lt;/P&gt;&lt;P&gt;If you do, don't upgrade!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 19:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224480#M76881</guid>
      <dc:creator />
      <dc:date>2011-02-21T19:06:49Z</dc:date>
    </item>
    <item>
      <title>What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224481#M76882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What´s kind of problem did you find in QV10 and ODBC?&lt;/P&gt;&lt;P&gt;Here it works fine. We use a 32bits oracle ODBC that didn´t work with windows 64bits + QV9 64 bits. With QV10 it´s now working well.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 19:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224481#M76882</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2011-02-21T19:14:29Z</dc:date>
    </item>
    <item>
      <title>What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224482#M76883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Yazid,&lt;/P&gt;&lt;P&gt;if you make qvd of data from multiple sources then different sources does not make any sense for qlikview.&lt;/P&gt;&lt;P&gt;That is the biggest advantage of using Qlikview as BI compare to Cognos and SAP BI.&lt;/P&gt;&lt;P&gt;it is also easy to maintain application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 19:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224482#M76883</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-02-21T19:34:13Z</dc:date>
    </item>
    <item>
      <title>What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224483#M76884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;As a follow up to my original question and to give mode requirements details...&lt;/P&gt;&lt;P&gt;Let's assume we have an existing QlikView script that pulls data from an Oracle database as follows:&lt;BR /&gt;&lt;BR /&gt;ODBC CONNECT TO [my_oracle_database];&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;Load f1,f2,f3;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT f1,f2,f3 FROM my_db_table;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now, let's assume that we have additional data that need to be included in our report.&lt;BR /&gt;This additional data though is not in my Oracle database but rather some of it is in a MS Access (Northwind.mdb)&lt;BR /&gt;and some of it is in Excel file (draft.xls).&lt;BR /&gt;&lt;BR /&gt;Per the QlikView Reference Manual, the script can be modified as follows to combine all 3 data sources:&lt;BR /&gt;&lt;BR /&gt;// Point to my Oracle database first&lt;BR /&gt;ODBC CONNECT TO [my_oracle_database];&lt;BR /&gt;// All selects from here on will get data from oracle database my_oracle_database&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;Load f1,f2,f3;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT f1,f2,f3 FROM my_db_table;&lt;BR /&gt;&lt;BR /&gt;// Point to MS Access second&lt;BR /&gt;Connect to 'Nwind;DBQ=C:\ProgramFiles\MSOffice95\Access\Samples\Northwind.mdb' (UserID is sa, Password is admin);&lt;BR /&gt;// All selects from here on will get data from MS Access Northwind.mdb&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;// Using add to merge new selected records to the previous records in Tab1&lt;BR /&gt;add&lt;BR /&gt;Load f1,f2,f3;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT f1,f2,f3 FROM my_db_table_in_ms_access_Northwindmdb;&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;// Point to MS Excel third&lt;BR /&gt;// Using add to merge new selected records to the previous records in Tab1&lt;BR /&gt;add&lt;BR /&gt;Load f1,f2,f3&lt;BR /&gt;FROM &lt;C&gt; (biff, embedded labels, table is [SQL Results$]);&lt;BR /&gt;&lt;BR /&gt;Please let me know if this makes sense overall; and also if there are better ways to do it. For example, should concatenate be used instead of add? Etc.&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Yazid B.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 17:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224483#M76884</guid>
      <dc:creator />
      <dc:date>2011-02-23T17:41:03Z</dc:date>
    </item>
    <item>
      <title>AW:Re: What are the best practices for a QlikView report from multiple data sources?</title>
      <link>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224484#M76885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full discloure:&amp;nbsp; I am the CEO of DataRoket and we are doing a pilot right now to feed Qlikview.&amp;nbsp; Our platform outputs xml or to any target DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We, for instance, are pulling information from SAP and a Business Objects Universe and feeding a target location (MS SQL Server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DR is also its own partitioned and high performance data repository that could feed Qlikview that way as well.&amp;nbsp; We would be very interested in a pilot to show this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James Fox&lt;/P&gt;&lt;P&gt;CEO&lt;/P&gt;&lt;P&gt;DataRoket&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:jfox@dataroket.com"&gt;jfox@dataroket.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 16:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-are-the-best-practices-for-a-QlikView-report-from-multiple/m-p/224484#M76885</guid>
      <dc:creator />
      <dc:date>2011-06-23T16:33:43Z</dc:date>
    </item>
  </channel>
</rss>

