<?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 Multiple Data Sources in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552202#M206272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Please tell me,when we pull data from SAP to Qlikview,we use a SAPConnector and thus its connection string.&lt;/P&gt;&lt;P&gt;Similiarly,When we pull data from an Oracle table, we use an OLEBDB Connector and thus its connector string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me,can we have both these in the same generator file?&lt;/P&gt;&lt;P&gt;What I mean is: Would both connection strings conflict?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve both connection strings in the same file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rochelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 06:23:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-14T06:23:10Z</dc:date>
    <item>
      <title>Multiple Data Sources</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552202#M206272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Please tell me,when we pull data from SAP to Qlikview,we use a SAPConnector and thus its connection string.&lt;/P&gt;&lt;P&gt;Similiarly,When we pull data from an Oracle table, we use an OLEBDB Connector and thus its connector string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me,can we have both these in the same generator file?&lt;/P&gt;&lt;P&gt;What I mean is: Would both connection strings conflict?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve both connection strings in the same file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rochelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 06:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552202#M206272</guid>
      <dc:creator />
      <dc:date>2013-10-14T06:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Data Sources</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552203#M206273</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 use any number of datasources in one single Qlikview file, please check below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO OraDatabase;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM Products;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT TO SAPData;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;* FROM Transactions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially, Products data are loaded using first connection string, and when the second connection string is opened the first will automatically close. Now Transactions data is loaded using second connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, there is no connection string conflict.&amp;nbsp; At a time there is only one open connection string.&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>Mon, 14 Oct 2013 06:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552203#M206273</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-14T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Data Sources</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552204#M206274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Jagan says, only one active data connection at a time. But you can open any number of connections in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good practice is to separate each data transfer from a different source in a different script file, and "$(include)" them in the order you want. SAPConnector transfer scripts tend to become very long because of the large number of fields, and mixing things may lead to mistakes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW QlikView also has a statement for closing the current connection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DISCONNECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 07:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552204#M206274</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-10-14T07:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Data Sources</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552205#M206275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this feedback was satisfactory, please close the discussion by marking a post as Answer. That makes it easier for us to track unanswered questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 08:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources/m-p/552205#M206275</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-10-17T08:07:37Z</dc:date>
    </item>
  </channel>
</rss>

