<?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 qlik view in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919731#M982671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one explain what is mean by running incremental loading ?how many times we will run for day ?Why we need to run?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 18:07:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-11T18:07:16Z</dc:date>
    <item>
      <title>qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919731#M982671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one explain what is mean by running incremental loading ?how many times we will run for day ?Why we need to run?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919731#M982671</guid>
      <dc:creator />
      <dc:date>2015-08-11T18:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919732#M982672</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;can any one explain what is mean by running incremental loading&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;Running is executing an incremental loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView has a script you usually use to load data from external source (like an ETL): you write code in this language to load data from external source (database, files, qvd (qlik propiritary format files, ftp, web)).&lt;/P&gt;&lt;P&gt;Then you run (or execute or reload) this script to load the data in Qlik in memory database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you load data from a database table in Qlik you can&lt;/P&gt;&lt;P&gt;- load all data every time the script run (this isn't incremental, is a full load)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;- load only the changed data from the previous load (this is incremental) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a copy from Qlik help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Incremental load is a very common task in relation to data bases. It is defined as loading nothing but new or changed records from the database. All other data should already be available, in one way or another. With &lt;A class="MCXref_0"&gt;QVD Files&lt;/A&gt; it is possible to perform incremental load in most cases. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The basic process is described below:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1. Load the &lt;SPAN style="color: #ffffff; background-color: #ff0000;"&gt;new data&lt;/SPAN&gt; from Database table (a slow process, but loading a limited number of records). &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. Load the &lt;SPAN style="background-color: #008080;"&gt;old data&lt;/SPAN&gt; from QVD file (loading many records, but a much faster process). &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3. Create a new QVD file. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4. Repeat the procedure for every table loaded. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG border="0" class="jive-image" style="border-style: none;" /&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The complexity of the actual solution depends on the nature of the source database, but the following basic cases can be identified:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;Case 1: Append Only&lt;/A&gt; (typically log files &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;Case 2: Insert Only (No Update or Delete)&lt;/A&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;Case 3: Insert and Update (No Delete)&lt;/A&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;Case 4: Insert, Update and Delete&lt;/A&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Below you will find outlined solutions for each&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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;how many times we will run for day ?&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;it depends on your source data and your requirements&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If your source data change once at month you don't need to get the source data everyday because the Qlik data and the source (database) data are the same for a month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If your source data change every&amp;nbsp; day, and you want fresh data in your Qlik database, you need &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;- a full load every day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;- or a full initial load and an incremental (changed data) load every day&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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;Why we need to run?&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you don't run a Qlik reload, your data (in QlikView database) can be older (different) from your source data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919732#M982672</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-11T18:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919733#M982673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here:&lt;/P&gt;&lt;P&gt;.youtube.com/watch?v=UkKTmnKSNQo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 01:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919733#M982673</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-08-12T01:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919734#M982674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this document you will understand when to use incremental load and what is the benefit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helpful!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 02:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919734#M982674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-12T02:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919735#M982675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incremental Loading means loading only the latest records instead of loading all the records from the Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no restriction on the number of times to do this a day, it all depends on the requirement, if it requires hourly then we can reload hourly, likewise Daily, Monthly, Weekly Quarterly etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Wed, 12 Aug 2015 03:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919735#M982675</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-12T03:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919736#M982676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;&lt;A name="kanchor968"&gt;&lt;/A&gt;&lt;/H1&gt;&lt;H6&gt;&lt;STRONG&gt;Hi Please check Qlikview help. Clear explanation you can find.&lt;/STRONG&gt;&lt;/H6&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;Using QVD Files for &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;Incremental&lt;/SPAN&gt; Load&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;Incremental&lt;/SPAN&gt; load is a very common task in relation to data bases. It is defined as loading nothing but new or changed records from the database. All other data should already be available, in one way or another. With &lt;A class="MCXref_0"&gt;&lt;EM&gt;QVD Files&lt;/EM&gt;&lt;/A&gt; it is possible to perform &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;incremental&lt;/SPAN&gt; load in most cases.&lt;/P&gt;&lt;P&gt;The basic process is described below:&lt;/P&gt;&lt;P&gt;1. Load the &lt;SPAN style="background-color: #ff0000; color: #ffffff;"&gt;new data&lt;/SPAN&gt; from Database table (a slow process, but loading a limited number of records).&lt;/P&gt;&lt;P&gt;2. Load the &lt;SPAN style="background-color: #008080;"&gt;old data&lt;/SPAN&gt; from QVD file (loading many records, but a much faster process).&lt;/P&gt;&lt;P&gt;3. Create a new QVD file.&lt;/P&gt;&lt;P&gt;4. Repeat the procedure for every table loaded.&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image" style="border-style: none;" /&gt;&lt;/P&gt;&lt;P&gt;The complexity of the actual solution depends on the nature of the source database, but the following basic cases can be identified:&lt;/P&gt;&lt;P&gt;1) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;&lt;EM&gt;Case 1: Append Only&lt;/EM&gt;&lt;/A&gt; (typically log files&lt;/P&gt;&lt;P&gt;2) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;&lt;EM&gt;Case 2: Insert Only (No Update or Delete)&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;&lt;EM&gt;Case 3: Insert and Update (No Delete)&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4) &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;&lt;EM&gt;Case 4: Insert, Update and Delete&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Below you will find outlined solutions for each of these cases. The reading of QVD files can be done in either optimized mode or standard mode. (The method employed is automatically selected by the QlikView script engine depending on the complexity of the operation.) Optimized mode is (very approximately) about 10x faster than standard mode or about 100x faster than loading the database in the ordinary fashion.&lt;/P&gt;&lt;H3&gt;&lt;A name="kanchor969"&gt;&lt;/A&gt;&lt;A name="Append_only"&gt;&lt;/A&gt;Case 1: Append Only&lt;/H3&gt;&lt;P&gt;The simplest case is the one of log files; files in which records are only appended and never deleted. The following conditions apply:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The database must be a log file (or some other file in which records are appended and not inserted or deleted) which is contained in a text file (no ODBC/OLE DB). &lt;/LI&gt;&lt;LI&gt;QlikView keeps track of the number of records that have been previously read and loads only records added at the end of the file.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image" style="border-style: none;" /&gt;&lt;/P&gt;&lt;P class="example"&gt;Script Example:&lt;/P&gt;&lt;P class="Code"&gt;Buffer (&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;Incremental&lt;/SPAN&gt;) Load * From LogFile.txt (ansi, txt, delimiter is '\t', embedded labels);&lt;/P&gt;&lt;H3&gt;&lt;A name="kanchor970"&gt;&lt;/A&gt;&lt;A name="Insert_only"&gt;&lt;/A&gt;Case 2: Insert Only (No Update or Delete)&lt;/H3&gt;&lt;P&gt;If the data resides in a database other than a simple log file the case 1 approach will not work. However, the problem can still be solved with minimum amount of extra work. The following conditions apply:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The data source can be any database. &lt;/LI&gt;&lt;LI&gt;QlikView loads records inserted in the database after the last script execution. &lt;/LI&gt;&lt;LI&gt;A field ModificationDate (or similar) is required for QlikView to recognize which records are new.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image" style="border-style: none;" /&gt;&lt;/P&gt;&lt;P class="example"&gt;Script Example:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;QV_Table&lt;/SPAN&gt;:&lt;/P&gt;&lt;P class="Code"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/P&gt;&lt;P class="Code"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#&lt;/P&gt;&lt;P class="Code"&gt;AND ModificationTime &amp;lt; #$(BeginningThisExecTime)#;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD;&lt;/P&gt;&lt;P class="Code"&gt;STORE QV_Table INTO File.QVD;&lt;/P&gt;&lt;P&gt;(The hash signs in the SQL WHERE clause define the beginning and end of a date. Check your database manual for the correct date syntax for your database.)&lt;/P&gt;&lt;H3&gt;&lt;A name="kanchor971"&gt;&lt;/A&gt;&lt;A name="Insert_and_Update"&gt;&lt;/A&gt;Case 3: Insert and Update (No Delete)&lt;/H3&gt;&lt;P&gt;The next case is applicable when data in previously loaded records may have changed between script executions. The following conditions apply:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The data source can be any database. &lt;/LI&gt;&lt;LI&gt;QlikView loads records inserted into the database or updated in the database after the last script execution&lt;/LI&gt;&lt;LI&gt;A field ModificationDate (or similar) is required for QlikView to recognize which records are new. &lt;/LI&gt;&lt;LI&gt;A primary key field is required for QlikView to sort out updated records from the QVD file. &lt;/LI&gt;&lt;LI&gt;This solution will force the reading of the QVD file to standard mode (rather than optimized), which is still considerably faster than loading the entire database.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image" style="border-style: none;" /&gt;&lt;/P&gt;&lt;P class="example"&gt;Script Example:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;QV_Table&lt;/SPAN&gt;:&lt;/P&gt;&lt;P class="Code"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/P&gt;&lt;P class="Code"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD&lt;/P&gt;&lt;P class="Code"&gt;WHERE NOT Exists(PrimaryKey);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;STORE QV_Table INTO File.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;A name="kanchor972"&gt;&lt;/A&gt;&lt;A name="Insert__Update_and_Delete"&gt;&lt;/A&gt;Case 4: Insert, Update and Delete&lt;/H3&gt;&lt;P&gt;The most difficult case to handle is when records are actually deleted from the source database between script executions. The following conditions apply:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The data source can be any database. &lt;/LI&gt;&lt;LI&gt;QlikView loads records inserted into the database or updated in the database after the last script execution. &lt;/LI&gt;&lt;LI&gt;QlikView removes records deleted from the database after the last script execution. &lt;/LI&gt;&lt;LI&gt;A field ModificationDate (or similar) is required for QlikView to recognize which records are new. &lt;/LI&gt;&lt;LI&gt;A primary key field is required for QlikView to sort out updated records from the QVD file. &lt;/LI&gt;&lt;LI&gt;This solution will force the reading of the QVD file to standard mode (rather than optimized), which is still considerably faster than loading the entire database.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image" style="border-style: none;" /&gt;&lt;/P&gt;&lt;P class="example"&gt;Script Example:&lt;/P&gt;&lt;P class="Code"&gt;Let ThisExecTime = Now( );&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;QV_Table&lt;/SPAN&gt;:&lt;/P&gt;&lt;P class="Code"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/P&gt;&lt;P class="Code"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#&lt;/P&gt;&lt;P class="Code"&gt;AND ModificationTime &amp;lt; #$(ThisExecTime)#;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD&lt;/P&gt;&lt;P class="Code"&gt;WHERE NOT EXISTS(PrimaryKey);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Inner Join SQL SELECT PrimaryKey FROM DB_TABLE;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;If ScriptErrorCount = 0 then&lt;/P&gt;&lt;P class="Code"&gt;STORE QV_Table INTO File.QVD;&lt;/P&gt;&lt;P class="Code"&gt;Let LastExecTime = ThisExecTime;&lt;/P&gt;&lt;P class="Code"&gt;End If&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 03:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-view/m-p/919736#M982676</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-12T03:31:13Z</dc:date>
    </item>
  </channel>
</rss>

