<?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 databases connect for dashboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598142#M221460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible and common.&lt;/P&gt;&lt;P&gt;Just be carefull about field names (Case sensitive).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If two tables share the same fields, QlikView will concatenate them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 17:57:28 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2014-05-05T17:57:28Z</dc:date>
    <item>
      <title>Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598141#M221459</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;I am creating dashboard from two databases, I created ODBC connection for one DB and its connected fine. I pulled table called Master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second tab, I connected another ODBC connection for another DB and its connected fine. I would like to pull the same table called Master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And wanted to union these two tables as both tables same kind of fields, First of all is it possible to do that? How can I find the Master is coming from first DB or second DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know your valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 17:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598141#M221459</guid>
      <dc:creator />
      <dc:date>2014-05-05T17:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598142#M221460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible and common.&lt;/P&gt;&lt;P&gt;Just be carefull about field names (Case sensitive).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If two tables share the same fields, QlikView will concatenate them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 17:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598142#M221460</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-05-05T17:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598143#M221461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To identify where data came from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT &amp;lt;STRING1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Base1' as Source;&lt;/P&gt;&lt;P&gt;SQL Select * from Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT &amp;lt;STRING2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Base2' as Source;&lt;/P&gt;&lt;P&gt;SQL Select * from Master;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 17:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598143#M221461</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-05-05T17:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598144#M221462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ODBC CONNECT TO MTR (XUserId is yyyyy, XPassword is yyyyy);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Master";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO BTR (XUserId is xxxxxxxx, XPassword is xxxxx);&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Master";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this doing correct?? And I don't have db connectivity and not able to bring only required fields from the two ODBC connections. Not sure where can I select the required fields from these two ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want rename table names as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 19:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598144#M221462</guid>
      <dc:creator />
      <dc:date>2014-05-05T19:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598145#M221463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ODBC CONNECT TO MTR (XUserId is yyyyy, XPassword is yyyyy);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewTableName:&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "Master";&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; 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; font-size: 12.727272033691406px;"&gt;ODBC CONNECT TO BTR (XUserId is xxxxxxxx, XPassword is xxxxx);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONCATENATE (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;NewTableName&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "Master";&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-5698"&gt;LOAD data into QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 20:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598145#M221463</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-05T20:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598146#M221464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Grossi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about the field names, is there any option where we can select required fields??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 05:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598146#M221464</guid>
      <dc:creator />
      <dc:date>2014-05-06T05:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598147#M221465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using * in select queries specify the name of the fields you required to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ODBC CONNECT TO MTR (XUserId is yyyyy, XPassword is yyyyy);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewTableName:&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field2,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "Master";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.727272033691406px;"&gt;ODBC CONNECT TO BTR (XUserId is xxxxxxxx, XPassword is xxxxx);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONCATENATE (&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.727272033691406px;"&gt;NewTableName&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field2,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "Master";&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 05:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598147#M221465</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-06T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598148#M221466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use preceeding load while fetchin frm db and remove fields which are not reuired after fetching code into qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;c;&lt;/P&gt;&lt;P&gt;sql select *&lt;/P&gt;&lt;P&gt;from db&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can delete C&lt;/P&gt;&lt;P&gt;and load like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;a,b;&lt;/P&gt;&lt;P&gt;sql select * from db&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 05:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598148#M221466</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-06T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598149#M221467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have database permission to check that and not able to selecting fields in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 06:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598149#M221467</guid>
      <dc:creator />
      <dc:date>2014-05-06T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598150#M221468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Select button in Edit Script window, there you can select the required table and columns in the popup.&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>Tue, 06 May 2014 06:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598150#M221468</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-06T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598151#M221469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So are you suggesting me to reload the script and get the field names from the table objects and copy it in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no option where I can pick the required fields before run the dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 08:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598151#M221469</guid>
      <dc:creator />
      <dc:date>2014-05-06T08:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598152#M221470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;it will only come when you create connection string&lt;/P&gt;&lt;P&gt; using Oledb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after that when you selecting Data from dB using Select in qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will show you to check option for Preceeding load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 08:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598152#M221470</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-06T08:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598153#M221471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Syntax Grossi and Jagan are not working and not showing the table names separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know the best syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 07:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598153#M221471</guid>
      <dc:creator />
      <dc:date>2014-05-10T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598154#M221472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally it can be a good idea to structure the loads as data layers. Practically this means that you have one QVW per data source, which then extracts the data from each source and stores the result into QVD files. A rule of thumb can be that one extract QVW should only utilize one connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the next layer you load the different extract QVDs and transform them into one common structure. The transformed data can then also be stored to a second layer of QVD files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a final layer you then load the transformed QVDs and build your presentation layer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ETL (Extact Transform Load) structure allows you to minimize data transfer from sources, and enables building different transformed structures from the same source data without having to reaccess the source. This will be especially efficient when your deployments grow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 09:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598154#M221472</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-05-10T09:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Multiple databases connect for dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598155#M221473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the syntax for query sql databases depends on the dbms: SQL language is a standard (many standard SQL-86, SQL-92, ......) but every dbms has its own features&lt;/P&gt;&lt;P&gt;If you want more help, you can post your script, post the error, let we know which databases are you querying.&lt;/P&gt;&lt;P&gt;For now we only know you want to do an union of 2 Master tables from 2 different databases.&lt;/P&gt;&lt;P&gt;Above all the answers I see above can be ok or wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;ODBC CONNECT TO MTR (XUserId is yyyyy, XPassword is yyyyy);&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="font-size: 8pt;"&gt;NewTableName:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'SourceTable 1' as Source,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM "Master";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;ODBC CONNECT TO BTR (XUserId is xxxxxxxx, XPassword is xxxxx);&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="font-size: 8pt;"&gt;CONCATENATE (&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;NewTableName&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; 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; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'SourceTable 2' as Source,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM "Master";&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 10:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-databases-connect-for-dashboard/m-p/598155#M221473</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-10T10:18:03Z</dc:date>
    </item>
  </channel>
</rss>

