<?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: using two different connection strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-two-different-connection-strings/m-p/535006#M1135003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If two connection strings has given simultaneously,only the last string will establish the connection. So you may the following approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In load script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting string 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from table&amp;nbsp; //load the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting string 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from table&amp;nbsp; //load the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2013 09:45:25 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2013-11-18T09:45:25Z</dc:date>
    <item>
      <title>using two different connection strings</title>
      <link>https://community.qlik.com/t5/QlikView/using-two-different-connection-strings/m-p/535005#M1135002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to qlikview,I need to know how i could connect to&amp;nbsp; 2 different servers like server for testing and the server for development in my qlikview application.Can anyone please let me know about how this could be done with a descriptive explaination&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 06:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-two-different-connection-strings/m-p/535005#M1135002</guid>
      <dc:creator />
      <dc:date>2013-11-18T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: using two different connection strings</title>
      <link>https://community.qlik.com/t5/QlikView/using-two-different-connection-strings/m-p/535006#M1135003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If two connection strings has given simultaneously,only the last string will establish the connection. So you may the following approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In load script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting string 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from table&amp;nbsp; //load the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting string 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from table&amp;nbsp; //load the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-two-different-connection-strings/m-p/535006#M1135003</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-11-18T09:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: using two different connection strings</title>
      <link>https://community.qlik.com/t5/QlikView/using-two-different-connection-strings/m-p/535007#M1135004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You can create two connections.&lt;/P&gt;&lt;P&gt;just create your connection strings for on both servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in the script, you can load data from both data bases, or you can make a condition.&lt;/P&gt;&lt;P&gt;in the below script, will check if connection1 is not established then read from second, else from first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set script error =0;&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;Connecting1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; if scripterror = 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * from table&amp;nbsp; //load the data&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;else&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Connecting string 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * from table&amp;nbsp; //load the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-two-different-connection-strings/m-p/535007#M1135004</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-18T09:56:21Z</dc:date>
    </item>
  </channel>
</rss>

