<?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 resident table in an ODBC connection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153682#M1332150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Were you able to get a solution. I am also trying to achieve the same in Qlik Sense. Can you please provide some insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2017 02:38:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-09T02:38:11Z</dc:date>
    <item>
      <title>Using resident table in an ODBC connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153678#M1332141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;I am trying to load data from 2 different databases and I would like to use the results from the first database table to limint the records selected from the second database. Can I do some type of resident load? Thanks.&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;ODBC&lt;/B&gt; &lt;B&gt;CONNECT&lt;/B&gt; &lt;B&gt;TO DATASOURCE1&lt;/B&gt;;&lt;/P&gt;&lt;P style="font-style: italic; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;TABLE1:&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;LOAD&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;VAR1,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;VAR2,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;VAR3 ;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;C.VAR1,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;C.VAR2,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;C.VAR3&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;FROM&lt;/B&gt; SOURCE.TABLE C&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;WHERE C.VAR1 &amp;gt; '00000000' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;ODBC&lt;/B&gt; &lt;B&gt;CONNECT TO DATASOURCE2;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-style: italic; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;TABLE2:&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;LOAD&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;VAR4,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;VAR5,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;VAR6 ;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;A.VAR4, B.VAR5, D.VAR6&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;FROM RESIDENT TABLE1&lt;/B&gt; C&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none; text-indent: 0.5in"&gt;JOIN SOURCE.TABLEB B ON SUBSTR(B.SEQUENCE,1,10)=C.SEQUENCE&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; text-indent: 0.5in; mso-layout-grid-align: none;"&gt;&lt;B&gt;JOIN SOURCE.TABLEA A ON A.SEQUENCE=SEQUENCE&lt;/B&gt; &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; text-indent: 0.5in; mso-layout-grid-align: none;"&gt;&lt;B&gt;&lt;/B&gt;JOIN SOURCE.TABLEA D ON D.SEQUENCE_NUM = B.SEQUENCE_NUM&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt; &lt;B&gt;&lt;/B&gt; WHERE C.VAR1 &amp;gt; '00000000' AND D.VAR6 IS NOT NULL ; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153678#M1332141</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Using resident table in an ODBC connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153679#M1332144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not exactly clear what you're trying to do... A few notes that may help.&lt;BR /&gt;First, when you load data from two databases, before you connect to the 2nd database, there shuold be a statement&lt;BR /&gt;DISCONNECT.&lt;BR /&gt;Second, when you load from a resident table, the syntax is&lt;BR /&gt;tablename:&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;RESIDENT PreviouslyLoadedTable&lt;BR /&gt;WHERE...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 03:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153679#M1332144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-04T03:32:34Z</dc:date>
    </item>
    <item>
      <title>Using resident table in an ODBC connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153680#M1332146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Basically I am trying to use the results from the 1st table to limit the number of rows I select from the 2nd table. I was hoping to not have to pull in all the records from the 2nd table then do a join on the 2 tables. The below does work but I have to first pull in all the records from the 2nd data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;combo:&lt;BR /&gt;LOAD&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;resident File1;&lt;BR /&gt;Inner Join&lt;BR /&gt;LOAD&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;resident File2 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 05:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153680#M1332146</guid>
      <dc:creator />
      <dc:date>2009-06-04T05:12:14Z</dc:date>
    </item>
    <item>
      <title>Using resident table in an ODBC connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153681#M1332148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it is possible not to load all records from the 2nd table:&lt;BR /&gt;table1:&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;RESIDENT File1;&lt;BR /&gt;...&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;WHERE exists() (or "not exists()")&lt;BR /&gt;SQL SELECT&lt;BR /&gt;...&lt;BR /&gt;FROM DB.Table2;&lt;/P&gt;&lt;P&gt;Search how to use exists() function here on forum - there are more than a few.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 06:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153681#M1332148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-04T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using resident table in an ODBC connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153682#M1332150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Were you able to get a solution. I am also trying to achieve the same in Qlik Sense. Can you please provide some insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 02:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-resident-table-in-an-ODBC-connection/m-p/153682#M1332150</guid>
      <dc:creator />
      <dc:date>2017-03-09T02:38:11Z</dc:date>
    </item>
  </channel>
</rss>

