<?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: Multiple Oledb connections from singlesheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043755#M932019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to fix this by changing Load * from T.qvd; &lt;/P&gt;&lt;P&gt;Load * from &lt;C&gt;(qvd). This for E and X as well and it works fine.&lt;/C&gt;&lt;/P&gt;&lt;P&gt;However I added a listbox with dbflag to switch between instancesto view the charts and it shows as&lt;/P&gt;&lt;P&gt;dbflag&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this list box be changed to&lt;/P&gt;&lt;P&gt;dbflag&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 18:31:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-10T18:31:20Z</dc:date>
    <item>
      <title>Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043746#M932004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am new to qlikview. I am trying to create a dashboard that shd connect to 5 sqlserver instances. These 5 instances have same database names and tables. I want to connect to these 5 instances/databases/tables from a single sheet and create 5 line graph charts one per instance but on the same instance. Is this possi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043746#M932004</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043747#M932005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can load the data from the 5 db in QlikView script; pseudocode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// first db&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;oledb connect ......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load *, '1' as db;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQl select some field from sometable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;// second db&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;oledb connect ......&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;concatenate (T)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;load *, '2' as db;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;SQl select some field from sometable;&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;// repeat for other 3 db&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;.......&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;then add your charts&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;you can use the db field to select the database (1,2,3,4,5)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043747#M932005</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-09T22:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043748#M932006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it. Here is the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table not found&lt;/P&gt;&lt;P&gt;Concatenate(E)&lt;/P&gt;&lt;P&gt;LOAD *,'3' as db&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I dont want to mix all the resultsets to one single result set. Rather, I need data from each instance (each database) and generate 5 seperate graphs on the same Sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 02:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043748#M932006</guid>
      <dc:creator />
      <dc:date>2016-03-10T02:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043749#M932008</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;In Qlikview if you open a new connection the old connection will be closed.&amp;nbsp; So you can use multiple connections like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//1&lt;/P&gt;&lt;P&gt;OLEDB CONNECT (Connection string1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;* FROM TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;//2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;OLEDB CONNECT (Connection string2);&amp;nbsp;&amp;nbsp; /// First connection is closed&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SELECT&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;* FROM TableName;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;''&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Like this you can close any number of connections.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 02:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043749#M932008</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-10T02:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043750#M932010</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 have to use right table for the right database.&amp;nbsp; Check that table exists in database.&amp;nbsp; Can you attach whole script?&amp;nbsp; Is Table E exists?&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>Thu, 10 Mar 2016 08:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043750#M932010</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-10T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043751#M932012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest to start simple with 2 db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;// first db&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;oledb connect ......&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;T:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;load *, '1' as db;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;SQl select some field from sometable;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;// second db&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;oledb connect ......&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;concatenate (T)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;load *, '2' as db;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SQl select some field from sometable;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try and post the script and, if any, the error you received (or the full .qvw with few data)&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043751#M932012</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-10T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043752#M932013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's are several ways to do things, here's how you should do it. But first let me tell you why: because QlikView is an In-Memory tool and it uses a snow-flake data structure. Forget about relational model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1. You bring the data from you 5 servers into a single data model in QlikView. Add a column to all tables to identify the source (for example, a add a column named 'Server' with values 1..5 in it)&lt;/P&gt;&lt;P&gt;Step 2. In your dashboard, you use if() or Set Analysis in your expressions to refer to a specific server: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(Server = 1, Value))&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Server = {1}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043752#M932013</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-03-10T09:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043753#M932015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st create QVDs from Db tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;oledb 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;1 as DBFlag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL select *&lt;/P&gt;&lt;P&gt;FROM table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table1 into yourQVDPath \ &lt;STRONG&gt;Table1.QVD&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;oledb 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp; 2 as DBFlag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SQL select *&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM table&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Store &lt;SPAN style="font-size: 13.3333px;"&gt;Table2 &lt;/SPAN&gt;into yourQVDPath \ &lt;STRONG&gt;Table2.QVD&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;Table2&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like wise you create the 5 QVDs for all 5 Oledb connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating QVDs now load all the QVDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Table1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(&lt;SPAN style="font-size: 13.3333px;"&gt;table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Table2.qvd;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;concatenate(&lt;SPAN style="font-size: 13.3333px;"&gt;table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Table5.qvd;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now You can create the Single line chart &amp;amp; Use &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DBFlag &lt;/STRONG&gt;field as selection on front end&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043753#M932015</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-10T09:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043754#M932017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=DBA_Diagnostics;Data Source=Staging;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DB09;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;load *,1 as dbflag;&lt;/P&gt;&lt;P&gt;select TimeDate,Size_MBs,name from databasegrowth;&lt;/P&gt;&lt;P&gt;store T into C:\Qlikview\T.QVD;&lt;/P&gt;&lt;P&gt;Drop table T;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=DBA_Diagnostics;Data Source=preprod;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DB09;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E:&lt;/P&gt;&lt;P&gt;LOAD *,2 as dbflag;&lt;/P&gt;&lt;P&gt;select TimeDate,Size_MBs,name from databasegrowth;&lt;/P&gt;&lt;P&gt;store E into C:\Qlikview\E.QVD;&lt;/P&gt;&lt;P&gt;Drop table E;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=DBA_Diagnostics;Data Source=VM;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DB09;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;X:&lt;/P&gt;&lt;P&gt;LOAD *,3 as dbflag;&lt;/P&gt;&lt;P&gt;select TimeDate,Size_MBs,name from databasegrowth;&lt;/P&gt;&lt;P&gt;store X into C:\Qlikview\X.QVD;&lt;/P&gt;&lt;P&gt;Drop table X;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From T.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(table)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From E.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(table)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From X.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No errors after loading but Not seeing any available fields other than a string that says:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043754#M932017</guid>
      <dc:creator />
      <dc:date>2016-03-10T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043755#M932019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to fix this by changing Load * from T.qvd; &lt;/P&gt;&lt;P&gt;Load * from &lt;C&gt;(qvd). This for E and X as well and it works fine.&lt;/C&gt;&lt;/P&gt;&lt;P&gt;However I added a listbox with dbflag to switch between instancesto view the charts and it shows as&lt;/P&gt;&lt;P&gt;dbflag&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this list box be changed to&lt;/P&gt;&lt;P&gt;dbflag&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043755#M932019</guid>
      <dc:creator />
      <dc:date>2016-03-10T18:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043756#M932021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use an expression in listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=pick(match(dbflag,1,2,3), 'T', 'E', 'X')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117645_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043756#M932021</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-10T19:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043757#M932023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. However I am not seeing what I want to.&lt;/P&gt;&lt;P&gt;Here is what I did:&lt;/P&gt;&lt;P&gt;ListBox properties&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;=pick(match(Instance,1,2,3,4,5,6),'T','E','X','S','P','D')&lt;/P&gt;&lt;P&gt; Here is what I see:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117653_T.JPG" style="height: auto;" /&gt;&lt;IMG alt="X.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/117654_X.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;What I want to see is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="want.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/117655_want.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 20:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043757#M932023</guid>
      <dc:creator />
      <dc:date>2016-03-10T20:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043758#M932025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all tables exist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 21:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043758#M932025</guid>
      <dc:creator />
      <dc:date>2016-03-10T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043759#M932026</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;In script try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;T:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;load *,T as dbflag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;select TimeDate,Size_MBs,name from databasegrowth;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;store T into C:\Qlikview\T.QVD;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Like this change in all tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 00:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043759#M932026</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-11T00:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043760#M932028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that issue is fixed. I am looking for renaming all field values on the display in the list box as i mentioned below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 02:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043760#M932028</guid>
      <dc:creator />
      <dc:date>2016-03-11T02:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043761#M932029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can use this method to open &amp;amp; disconnect OLEDB connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; //1st DB connection...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OLEDB CONNECT .....;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT .... FROM table1;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table1 &lt;/SPAN&gt;into yourQVDPath \ &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table1.QVD&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop Table &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table1&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISCONNECT;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//2nd DB Connection&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OLEDB CONNECT .....;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT .... FROM table2;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table2 &lt;/SPAN&gt;into yourQVDPath \ &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table2.QVD&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop Table &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table2&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISCONNECT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 02:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043761#M932029</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-03-11T02:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043762#M932030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont overcomplicate things. You can load from multiple sources without having to push out qvd's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OLEDB CONNECT TO ...;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;table:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load *,1 as dbflag;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select TimeDate,Size_MBs,name from databasegrowth;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OLEDB CONNECT TO ...;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatanate(table) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,2 as dbflag;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select TimeDate,Size_MBs,name from databasegrowth;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OLEDB CONNECT TO ...;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate(table)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD *,3 as dbflag;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select TimeDate,Size_MBs,name from databasegrowth;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 05:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043762#M932030</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-03-11T05:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043763#M932031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the above code in General--&amp;gt; Field--&amp;gt; Expression, instead of in expression tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 05:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043763#M932031</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-03-11T05:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043764#M932032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From T.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concatenate(table)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From E.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concatenate(table)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From X.qvd(qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;new:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(dbflag='1','T' ,if(dbflag='2','E',if(dbflag='3','X'))) as Dbflagnew&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident table;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table table;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dbflagnew field in listbox&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 07:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043764#M932032</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-11T07:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oledb connections from singlesheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043765#M932033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;use the above code in General--&amp;gt; Field--&amp;gt; Expression, instead of in expression tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 13:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Oledb-connections-from-singlesheet/m-p/1043765#M932033</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-03-11T13:11:28Z</dc:date>
    </item>
  </channel>
</rss>

