<?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 Issue with using FileSize for History in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887420#M309341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working with Ver.11, SR 10, on a virtual machine.&lt;/P&gt;&lt;P&gt;We have&amp;nbsp; a batch for running a model which prepares QVDs, a few times a day.&lt;/P&gt;&lt;P&gt;Usually, it runs fine, for a few years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After moving to a virtual machine, we encounter once in a while a strange behavior with retrieving history for various files.&lt;/P&gt;&lt;P&gt;For example, the following&amp;nbsp; (tweaked) script is used to append current invoices with historical ones:&lt;/P&gt;&lt;P&gt;Invoices:&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Invoice_Temp &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;filesize&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( '$(Path)$(FinalData_QVD)Invoices.qvd' ) &amp;gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FileTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('$(Path)$(FinalData_QVD)Invoices.qvd') &amp;gt; 0) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path)$(FinalData_QVD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Invoices.qvd(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ValueDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt; '$(StartDate)' ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;end&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Invoices &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path)$(FinalData_QVD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Invoices.qvd (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue we encountered is that only the current invoices are saved. Another words, the history table was not loaded. It happens with all history files in that specific model. &lt;/P&gt;&lt;P&gt;Some of the&amp;nbsp; history files are very big: like 1.5 GB. Could this be the reason for an issue with a virtual machine?&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, 16 Jul 2015 09:28:23 GMT</pubDate>
    <dc:creator>dafnis14</dc:creator>
    <dc:date>2015-07-16T09:28:23Z</dc:date>
    <item>
      <title>Issue with using FileSize for History</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887420#M309341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working with Ver.11, SR 10, on a virtual machine.&lt;/P&gt;&lt;P&gt;We have&amp;nbsp; a batch for running a model which prepares QVDs, a few times a day.&lt;/P&gt;&lt;P&gt;Usually, it runs fine, for a few years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After moving to a virtual machine, we encounter once in a while a strange behavior with retrieving history for various files.&lt;/P&gt;&lt;P&gt;For example, the following&amp;nbsp; (tweaked) script is used to append current invoices with historical ones:&lt;/P&gt;&lt;P&gt;Invoices:&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Invoice_Temp &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;filesize&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( '$(Path)$(FinalData_QVD)Invoices.qvd' ) &amp;gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FileTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('$(Path)$(FinalData_QVD)Invoices.qvd') &amp;gt; 0) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path)$(FinalData_QVD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Invoices.qvd(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ValueDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt; '$(StartDate)' ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;end&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Invoices &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path)$(FinalData_QVD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Invoices.qvd (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue we encountered is that only the current invoices are saved. Another words, the history table was not loaded. It happens with all history files in that specific model. &lt;/P&gt;&lt;P&gt;Some of the&amp;nbsp; history files are very big: like 1.5 GB. Could this be the reason for an issue with a virtual machine?&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, 16 Jul 2015 09:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887420#M309341</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2015-07-16T09:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using FileSize for History</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887421#M309342</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;You can check log file of your QVD generator. this will tell you about the no of records fetched from history qvd and the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can enable log file in Setting&amp;gt;document property&amp;gt;General&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the option for Generate log file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887421#M309342</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-07-16T09:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using FileSize for History</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887422#M309343</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;The problem is that the log&amp;nbsp; was overriden by the next run.&lt;/P&gt;&lt;P&gt;But this issue doesn't happen often. I recover the files from backup, and everything works fine, for days or weeks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887422#M309343</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2015-07-16T09:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using FileSize for History</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887423#M309344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think filetime() and filesize() are based on windows-functions and could imagine that if there are an external access on this file through a security-tool or services like windows shadow-copies the file will be locked and the functions return 0 or false. Maybe you include some kind of variable-logging to be sure, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;varLog:&lt;/P&gt;&lt;P&gt;Load * From varLog.qvd (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filesize&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( '$(Path)$(FinalData_QVD)Invoices.qvd' ) as FileSize,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('$(Path)$(FinalData_QVD)Invoices.qvd') &amp;gt; 0) as FileTime&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Autogenerate 1;&lt;/P&gt;&lt;P&gt;store varLog into varLog.qvd (qvd);&lt;/P&gt;&lt;P&gt;drop table varLog;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887423#M309344</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-16T10:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using FileSize for History</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887424#M309345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tip.&lt;/P&gt;&lt;P&gt;The task is run a few times a day.&lt;/P&gt;&lt;P&gt;I noticed that when the issue does occur, it's at a certain time when a larger history file is being retrieved.&lt;/P&gt;&lt;P&gt;Another words, is it possible the issue might be related to a file size?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887424#M309345</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2015-07-16T11:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using FileSize for History</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887425#M309346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the respond-time is too slow so that the function after a certain timespan react with a timeout and FALSE or NULL as result. You could put your file-check in a recursive loop maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i = 1 to 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if yourCheck = true then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit for;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let i = $(i) + 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sleep 2000;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887425#M309346</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-16T11:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using FileSize for History</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887426#M309347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, will do that!&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, 16 Jul 2015 13:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-FileSize-for-History/m-p/887426#M309347</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2015-07-16T13:31:48Z</dc:date>
    </item>
  </channel>
</rss>

