<?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: Incremental loading and merging of data from multiple connections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924829#M645231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create discrete qvd's for each region, each having a column for [Region].&amp;nbsp; It is done in a loop using a spreadsheet holding the Region, Connection String etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the dashboard qvw I concatenate them all together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Nov 2015 21:41:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-30T21:41:30Z</dc:date>
    <item>
      <title>Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924828#M645230</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'm looking for some data handling strategy feedback. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;I have regional data (same format) sitting on 5 separate servers. Each region has 1 month of log data, made available in Hive. The data volume is huge, so I need to: &lt;/P&gt;&lt;P&gt;(1) transform/aggregate it during load and&lt;/P&gt;&lt;P&gt;(2) store the aggregated content for up to a year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Status:&lt;/P&gt;&lt;P&gt;I have a working incremental load script (using a qvd file) for one region (one ODBC connection). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Challenge:&lt;/P&gt;&lt;P&gt;Because loads from each region can fail independently, I would like to keep the regional data in &lt;SPAN style="text-decoration: underline;"&gt;separate qvd files&lt;/SPAN&gt;, so that each can be corrected/updated on the subsequent incremental load execution. This means that for EACH connection/region I have to track start/end dates for both qvd file and the current hive load. &lt;/P&gt;&lt;P&gt;...I'm assuming I would have to edit [date] variable names so they're different for each connection e.g. vHiveLoadStartDateRegionA, v&lt;SPAN style="font-size: 13.3333px;"&gt;HiveLoadEndDateRegionA, v&lt;/SPAN&gt;HiveLoadStartDateRegionB, vHiveLoadEndDateRegionB, etc. (I understand QV does not have a method of restricting variable scope).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;What's the best way to handle this?&lt;/P&gt;&lt;P&gt;Should I have 5 copies of the same connection script but each with different connection, file, and variable names? &lt;/P&gt;&lt;P&gt;Should I apply some sort of a loop, where the connection, file, and variable names are auto-generated on each iteration?&lt;/P&gt;&lt;P&gt;Regardless of the strategy, what's the best way to merge the regional data for QV visualization, once incremental loads are done? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 21:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924828#M645230</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-11-30T21:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924829#M645231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create discrete qvd's for each region, each having a column for [Region].&amp;nbsp; It is done in a loop using a spreadsheet holding the Region, Connection String etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the dashboard qvw I concatenate them all together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 21:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924829#M645231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T21:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924830#M645232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a loop as you are thinking. You can maintain the Region and Connection string in a table, inline or external as Bill suggested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I wouldn't try to keep track of start/end range with variables, as the variables are in the QVW and that doesn't reliably match the QVD. Instead get the start/end by looking at the QVD each time. Here's a fast performing method to manage that:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2013/08/super-fast-method-to-retrieve-qvd-high-value/" title="http://qlikviewcookbook.com/2013/08/super-fast-method-to-retrieve-qvd-high-value/"&gt;Super Fast Method to Retrieve QVD High Value | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 21:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924830#M645232</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-30T21:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924831#M645233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt; &amp;amp; &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will commence spreadsheet / temp table experimentation tomorrow.&lt;/P&gt;&lt;P&gt;I expect variable management will be the biggest headache...so I'll be back here crying for help in no time!&lt;/P&gt;&lt;P&gt;For some added context, I attached my single-connection code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 22:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924831#M645233</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-11-30T22:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924832#M645234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand, you have your source data on 5 different server (Hive).&lt;/P&gt;&lt;P&gt;You can reduce the load window starting 5 parallel task; the the last task (6th) will synchronize (wait all the regional) and merge the qvd for the visualization. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 22:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924832#M645234</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-30T22:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924833#M645235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Running the jobs asynchronously would be preferred, but based on what I can find in the QV docs, an open connection is automatically disconnected when a new 'connect' statement is encountered (from the help doc on the 'disconnect' keyword). Is there a way to force parallel execution with multiple connections open simultaneously?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 16:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924833#M645235</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-01T16:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924834#M645236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right if you think of one .qvw.&lt;/P&gt;&lt;P&gt;But you can use, in server env, 5 parallel task (5 different .qvw loading data in parallel). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 18:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924834#M645236</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-01T18:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924835#M645237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can run tasks [aka jobs] in parallel, assuming you have enough server grunt to handle the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could still have a single qvw for the loads with a parameter for Region so it picks up the connection string etc.. from your connection details spreadsheet / table for the row for that Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For keeping track of start / end dates I store them all in a qvd, concatenating on extra rows when needed.&amp;nbsp; This qvd can then be read and variables set to the values stored in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 18:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924835#M645237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T18:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924836#M645238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I can wrap my head around the multi qvw implementation &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌ suggested (assuming I can set task dependencies in QV when scheduling the final/aggregate qvw), but I haven't quite figured out how a parametrized solution will help overcome the sequential nature of ODBC connect statements. Any chance you can manufacture some high-level pseudo code to demo the flow?&lt;/P&gt;&lt;P&gt;(Keep in mind this is my 2nd QV dashboard, with the 1st one dating back about 2 years, so I may at times be missing the obvious).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 18:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924836#M645238</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-01T18:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924837#M645239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is their just a single ODBC connection for each of your Regions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And is this different for each Region ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924837#M645239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T19:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924838#M645240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One, unique connection per region:&lt;BR /&gt;&amp;nbsp; ODBC CONNECT TO RegionA;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ODBC CONNECT TO RegionB;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; ODBC CONNECT TO RegionC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; etc.&lt;/P&gt;&lt;P&gt;Each region is a different ODBC data source (different: host name / IP).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924838#M645240</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-01T19:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924839#M645241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Input parameter of Region to a single qvw&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Spreadsheet with 1 row per Region&lt;UL&gt;&lt;LI&gt;1st column is Region&lt;/LI&gt;&lt;LI&gt;2nd column is the ODBC connection string for the region&lt;/LI&gt;&lt;LI&gt;.. any other required columns&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;In qvw read in spreadsheet row where Region = parameter region&lt;UL&gt;&lt;LI&gt;This will produce just one row&lt;/LI&gt;&lt;LI&gt;Put the &lt;SPAN style="font-size: 13.3333px;"&gt;ODBC connection string into a variable&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Dollar expand this variable to execute it to do the connection&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Create a Publisher Task for each Region&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Passing in the Region as a parameter&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Run all these Publisher Tasks in parallel&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Have your dashboard reload Task dependent on all the Region Tasks having run successfully&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924839#M645241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T19:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924840#M645242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;overcome the sequential nature of ODBC connect statements&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on your desktop open qlikview twice&lt;/P&gt;&lt;P&gt;makes 2 different .qvw doc, one with an odbc conn to the server regionA, the other regionB&lt;/P&gt;&lt;P&gt;you can reload the 2 .qvw doc in parallel because they are in different qv.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would first try in this way; also I would add the final .qvw to merge the data from regional .qvw and prepare the data for the UI. Then, test in publisher (task dependency, etc....).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it works? I think yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example,&lt;/P&gt;&lt;P&gt;I renamed your doc in JW_Sample-QV-Script &lt;STRONG&gt;B&lt;/STRONG&gt;.qvw&lt;/P&gt;&lt;P&gt;I make an include conn&lt;STRONG&gt;B&lt;/STRONG&gt;.txt with just a line (replace with a conn to a server region) in the same folder&lt;/P&gt;&lt;P&gt;&lt;EM&gt;trace I connect to Region B;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I reload the .qvw with just these lines (no reference to region A B C...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET region=right(subfield(DocumentName(), '.'), 1);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // region from .qvw name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET vQvdFile = 'Region$(region).QVD';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRACE $(region);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRACE $(vQvdFile);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$(Must_Include=Conn$(region).txt);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get B region , B qvd, B connection. The only difference is in the name of the .qvw.&lt;/P&gt;&lt;P&gt;5 .qvw, 5 include, 5 regions&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107774_1.png" style="height: auto; width: auto;" /&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;If I understand Bill's suggestion, it's one step better; he suggests (hope to understand, Bill correct me if I'm wrong) to use one .qvw and pass the parameter with the publisher (instead of 5 different .qvw).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924840#M645242</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-01T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental loading and merging of data from multiple connections</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924841#M645243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill!&lt;/P&gt;&lt;P&gt;I haven't implemented it yet, but I now understand what to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also a big thank you to &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌ for introducing me to the insanely useful 'trace' command, providing an example of parameter handling, and rephrasing Bill's strategy (yes, it did help!). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 19:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-loading-and-merging-of-data-from-multiple/m-p/924841#M645243</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-02T19:04:37Z</dc:date>
    </item>
  </channel>
</rss>

