<?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 Importing multiple tables from a single ODBC source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329091#M1184104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im using an ODBC connection to connect to our iSeries to grab data. &lt;/P&gt;&lt;P&gt;We have thousands of tables on there which are all joined together on Order number, Customer Code etc etc. &lt;/P&gt;&lt;P&gt;I'd like to import say 10 of these tables and match them in QlikView. Is that possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't figure it out when i first installed QlikView so i did a single SQL select. My Import script is currently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT * FROM RAMBATHS.AULT2F2.ORDLNORD,RAMBATHS.AULT2F2.PARTS,RAMBATHS.AULT2F2.ORDHDORD,RAMBATHS.AULT2F2.OEP20&lt;BR /&gt;where cono40=cono55 and ordn40=ordn55 and cono55=cono35 and catn55=pnum35 and cono40='01' and cono40=cono20 and cusn40=cusn20 and dseq40=dseq20 and Stat55=' ' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That statement grabs 4 of our tables (Order Header, Order Lines, Item Database and Customer Database) its already rather messy and adding more files to this is going to be really bad. Is there a way to import them in QlikView individually and then match them in QlikView on their key fields instead ? i imagine it would be a lot quicker with QlikView matching them rather than the SQL query matching my files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes 18 minutes for the above script to run because were already talking millions of records and each table above has about 60+ fields in it !&amp;nbsp; I havent even assigned alias's to fields yet so i have messy named fields and im yet to add our descriptions file so i have no part names or attribute names yet so my report looks messy (like item type means nothing in its code form)&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;Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen shot of report attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 12:25:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-18T12:25:43Z</dc:date>
    <item>
      <title>Importing multiple tables from a single ODBC source</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329091#M1184104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im using an ODBC connection to connect to our iSeries to grab data. &lt;/P&gt;&lt;P&gt;We have thousands of tables on there which are all joined together on Order number, Customer Code etc etc. &lt;/P&gt;&lt;P&gt;I'd like to import say 10 of these tables and match them in QlikView. Is that possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't figure it out when i first installed QlikView so i did a single SQL select. My Import script is currently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT * FROM RAMBATHS.AULT2F2.ORDLNORD,RAMBATHS.AULT2F2.PARTS,RAMBATHS.AULT2F2.ORDHDORD,RAMBATHS.AULT2F2.OEP20&lt;BR /&gt;where cono40=cono55 and ordn40=ordn55 and cono55=cono35 and catn55=pnum35 and cono40='01' and cono40=cono20 and cusn40=cusn20 and dseq40=dseq20 and Stat55=' ' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That statement grabs 4 of our tables (Order Header, Order Lines, Item Database and Customer Database) its already rather messy and adding more files to this is going to be really bad. Is there a way to import them in QlikView individually and then match them in QlikView on their key fields instead ? i imagine it would be a lot quicker with QlikView matching them rather than the SQL query matching my files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes 18 minutes for the above script to run because were already talking millions of records and each table above has about 60+ fields in it !&amp;nbsp; I havent even assigned alias's to fields yet so i have messy named fields and im yet to add our descriptions file so i have no part names or attribute names yet so my report looks messy (like item type means nothing in its code form)&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;Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen shot of report attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 12:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329091#M1184104</guid>
      <dc:creator />
      <dc:date>2011-11-18T12:25:43Z</dc:date>
    </item>
    <item>
      <title>Importing multiple tables from a single ODBC source</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329092#M1184105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ok im guessing the only way to do this is exporting them first to CSV files and then importing them ? Pity if it can't be running over live data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 13:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329092#M1184105</guid>
      <dc:creator />
      <dc:date>2011-11-21T13:00:52Z</dc:date>
    </item>
    <item>
      <title>Importing multiple tables from a single ODBC source</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329093#M1184106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say your running an iSeries (IBM) but what DB are you running?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to create a VIEW in the database to simplify your load. This way, you are combining tables in the database rather than having qlikview do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also fairly new to this but so far I have found it is much simpler to perform your ETL into a view first rather than messing about with qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 19:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329093#M1184106</guid>
      <dc:creator />
      <dc:date>2011-11-21T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Importing multiple tables from a single ODBC source</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329094#M1184107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, answering your question, yes you can import each one at time and define the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing you need to know is that Qlikview matches all fields with same name as keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ORDERS]:&lt;/P&gt;&lt;P&gt;SQL Select ID_ORDER, DE_ORDER from ORDERS; // sql Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ITEMS]: //Alias of Table&lt;/P&gt;&lt;P&gt;Sql Select ID_ORDER, ID_ITEM, DE_ITEM from ITEMS; //SQL command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the 2 tables (ORDERS and ITEMS) will be relacted automatically by the field ID_ORDER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can rename the fields (like in SQL) like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ORDERS]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID_ORDER as ORDER_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; DE_ORDER as ORDER_DESCRIPTION; // This load command will load data of the SQL command bellow&lt;/P&gt;&lt;P&gt;SQL Select ID_ORDER, DE_ORDER from ORDERS; // sql Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ITEMS]: //Alias of Table&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID_ORDER as ORDER_KEY,&lt;/P&gt;&lt;P&gt; ID_ITEM as ITEM_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; DE_ITEM as ITEM_DESCRIPTION; // This load command will load data of the SQL command bellow&lt;/P&gt;&lt;P&gt;Sql Select ID_ORDER, ID_ITEM, DE_ITEM from ITEMS; //SQL command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, I'd put an alias for each field, but preserving the key name in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can, also, filter the data in the second table looking up in the first one, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ORDERS]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; ID_ORDER as ORDER_KEY,&lt;/P&gt;&lt;P&gt; DE_ORDER as ORDER_DESCRIPTION&lt;/P&gt;&lt;P&gt;Where Year(DT_ORDER) = 2011; //A filter made in first table&lt;/P&gt;&lt;P&gt;SQL Select ID_ORDER, DE_ORDER from ORDERS; // sql Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ITEMS]: //Alias of Table&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; ID_ORDER as ORDER_KEY,&lt;/P&gt;&lt;P&gt; ID_ITEM as ITEM_KEY,&lt;/P&gt;&lt;P&gt; DE_ITEM as ITEM_DESCRIPTION&lt;/P&gt;&lt;P&gt;Where Exists(ID_ORDER); //Only orders that an ID_ORDER already exists will be loaded!&lt;/P&gt;&lt;P&gt;Sql Select ID_ORDER, ID_ITEM, DE_ITEM from ITEMS; //SQL command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tip: You can ever take a look in the help file (F1)... It realy helps a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 19:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329094#M1184107</guid>
      <dc:creator />
      <dc:date>2011-11-21T19:28:31Z</dc:date>
    </item>
    <item>
      <title>Importing multiple tables from a single ODBC source</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329095#M1184108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you very much Bruno &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works a charm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just 1 more thing though, i as looking at getting my import time down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i make it grab outstanding orders its about 1 minute. If i make it grab all orders (goes back to 2009) it takes 18 minutes. There's a lot of records so thats fair enough. However. 17 minutes of that time is taken up grabbing records it already has in the report and will never changed because their STAT55='C' for completed. Its only new orders or orders at STAT55=' ' that are subject to change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way for qlikview to not have to go grab at these millions of records from scratch every time ? The only way i could think of was to maybe run 2 Qlikview reports with the second report matching the first report and our ODBC source ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329095#M1184108</guid>
      <dc:creator />
      <dc:date>2011-11-22T10:07:24Z</dc:date>
    </item>
    <item>
      <title>Importing multiple tables from a single ODBC source</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329096#M1184109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hum... Let me see if I got it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only orders with the STAT55='' will be changed, ok? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, an order that isn't completed today, can be in the future... If its the case, maybe you're asking me about a incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do a incremental load, you will need to know about 5 things (you can learn more in the help file):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - The STORE command;&lt;/P&gt;&lt;P&gt;2 - The QvdNoOfFields function (or other file function - can be researched in help file);&lt;/P&gt;&lt;P&gt;3 - The PEEK command;&lt;/P&gt;&lt;P&gt;4 - Using variables to change dinamically your script;&lt;/P&gt;&lt;P&gt;5 - The IF command in the SCRIPT EDITOR (its different of the IF command in chart edition);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think something like this will work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Verifying if the file ORDERS.qvd exists.&lt;/P&gt;&lt;P&gt;LET V_VerifyIfFileExists = if(IsNull(QvdNoOfFields('C:\MyDir\ORDERS.qvd')), 'false', 'true')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF V_VerifyIfFileExists = 'false' THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [ORDERS]:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load *;// will load the data of the SQL command bellow&lt;/P&gt;&lt;P&gt;&amp;nbsp; SQL SELECT * FROM SQL_ORDERS_TABLE where STAT55='C'; //Loading all completed orders&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE [ORDERS] INTO [&lt;STRONG&gt;C:\MyDir\ORDERS.qvd&lt;/STRONG&gt;] (qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [ORDERS]:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load * From [&lt;STRONG&gt;C:\MyDir\ORDERS.qvd&lt;/STRONG&gt;] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Retreiving the date of completed orders&lt;/P&gt;&lt;P&gt;&amp;nbsp; [TMP_MaxOrderDate]: &lt;/P&gt;&lt;P&gt;&amp;nbsp; Load Max(ORDER_DATE) as MaxOrderDateField RESIDENT ORDERS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let V_MaxOrderDate = num(Peek('MaxOrderDateField', 0, 'TMP_MaxOrderDate')); //Loading the data of the field 'MaxOrderDateField' on the row 0 of the table 'TMP_MaxOrderDate';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP TABLE&amp;nbsp; TMP_MaxOrderDate; //Won't be used anymore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Concatenating with NEW 'completed' orders&lt;/P&gt;&lt;P&gt;&amp;nbsp; CONCATENATE ([ORDERS]) Load *; //Loading data of the SQL command bellow and concatenacting them into ORDERS table&lt;/P&gt;&lt;P&gt;&amp;nbsp; SQL SELECT * FROM SQL_ORDERS_TABLE where STAT55='C' and ORDER_DATE &amp;gt;= '$(V_MaxOrderDate)'; //Loading only new 'completed' orders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Refreshing the .qvd file with the new data&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE [ORDERS] INTO [&lt;STRONG&gt;C:\MyDir\ORDERS.qvd&lt;/STRONG&gt;] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Concatenating with 'changeable' orders&lt;/P&gt;&lt;P&gt;&amp;nbsp; CONCATENATE ([ORDERS]) Load *; //Loading data of the SQL command bellow and concatenacting them into ORDERS table&lt;/P&gt;&lt;P&gt;&amp;nbsp; SQL SELECT * FROM SQL_ORDERS_TABLE where STAT55=''; //Loading only 'changeable' orders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't test... but I think it will work (perharps hahaha)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 12:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329096#M1184109</guid>
      <dc:creator />
      <dc:date>2011-11-22T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Importing multiple tables from a single ODBC source</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329097#M1184110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Blimey Bruno that must have taken a lot of typing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much, i'll have a blast through this afternoon and reference the help file to try and learn what it is im actually writing. I'll report back as soon as i've worked through it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your right with Orders changing status. Basically as soon as an order is on STAT55='C' i dont want to have to load it back from my ODBC source again and again because this is where 95% of my data is. cutting this out with speed the report time up massively. The key thing for us here is being able to report over "Live" data as much as possible. So speed of data downloads means we can refresh often. Cognos which is our current BI solution just doesn't offer this flexibility because of the time involved building cubes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 14:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-multiple-tables-from-a-single-ODBC-source/m-p/329097#M1184110</guid>
      <dc:creator />
      <dc:date>2011-11-22T14:02:10Z</dc:date>
    </item>
  </channel>
</rss>

