<?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 Loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/971598#M970904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get &lt;SPAN style="font-size: 13.3333330154419px;"&gt;various &lt;/SPAN&gt;data from various dbs into a qvw file?&lt;/P&gt;&lt;P&gt;for example I hava a scenario,&lt;/P&gt;&lt;P&gt;I need to &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;get the product data from mdb,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and customer data from sql server,&lt;/P&gt;&lt;P&gt;and sales data from teradata,&lt;/P&gt;&lt;P&gt;and categories data from DB2&lt;/P&gt;&lt;P&gt;and etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I loaded the data &lt;SPAN style="font-size: 13.3333330154419px;"&gt;into a qvw application &lt;/SPAN&gt;from log files(xml,xls) and a database(sql server).&lt;/P&gt;&lt;P&gt;So is it possible to load the various data from various databases into a qvw application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help out me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2015 11:32:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-17T11:32:56Z</dc:date>
    <item>
      <title>Loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/971598#M970904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get &lt;SPAN style="font-size: 13.3333330154419px;"&gt;various &lt;/SPAN&gt;data from various dbs into a qvw file?&lt;/P&gt;&lt;P&gt;for example I hava a scenario,&lt;/P&gt;&lt;P&gt;I need to &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;get the product data from mdb,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and customer data from sql server,&lt;/P&gt;&lt;P&gt;and sales data from teradata,&lt;/P&gt;&lt;P&gt;and categories data from DB2&lt;/P&gt;&lt;P&gt;and etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I loaded the data &lt;SPAN style="font-size: 13.3333330154419px;"&gt;into a qvw application &lt;/SPAN&gt;from log files(xml,xls) and a database(sql server).&lt;/P&gt;&lt;P&gt;So is it possible to load the various data from various databases into a qvw application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help out me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 11:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data/m-p/971598#M970904</guid>
      <dc:creator />
      <dc:date>2015-09-17T11:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/971599#M970905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi babi qlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, you can. Everything QlikView can read becomes a table - you can combine data from as many (different) sources as you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 11:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data/m-p/971599#M970905</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-09-17T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/971600#M970906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can connect to many databases in the same qlik doc (also mix database, files, ftp, web, ....)&lt;/P&gt;&lt;P&gt;pseudo code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;ODBC CONNECT TO&amp;nbsp; oracle&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// this is from oracle&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sql select......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// this oracle, no need to reconnect&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sql select ......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;ODBC CONNECT TO&amp;nbsp; sqlserver&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;// this is from sql&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;sql select......&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;// this sql, no need to reconnect&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;sql select ......&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 11:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data/m-p/971600#M970906</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-17T11:36:37Z</dc:date>
    </item>
  </channel>
</rss>

