<?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 File size growth tracker in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348315#M832735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i want to find the the growth of my .qvw (dashboard) file size from beginning to till now. May I know which log file hav the .QVW file size information so that I can analyze on that log file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>gauthamchilled</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>File size growth tracker</title>
      <link>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348315#M832735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i want to find the the growth of my .qvw (dashboard) file size from beginning to till now. May I know which log file hav the .QVW file size information so that I can analyze on that log file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348315#M832735</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: File size growth tracker</title>
      <link>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348316#M832736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an example of a QVW that stores its file size into a QVD on each reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="php" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14972519885359150" jivemacro_uid="_14972519885359150" modifiedtitle="true"&gt;
&lt;P&gt;Let vFileSize = FileSize('Demo.qvw');&lt;/P&gt;
&lt;P&gt;Let vFileTime = Now();&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FileSizeHistory:&lt;/P&gt;
&lt;P&gt;LOAD FileSize,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileTime&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Demo.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Concatenate (FileSizeHistory)&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileSize, FileTime&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vFileSize), $(vFileTime)&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;STORE FileSizeHistory INTO 'Demo.qvd' (qvd);&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this work for you?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Naamloos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166489_Naamloos.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 07:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348316#M832736</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-12T07:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: File size growth tracker</title>
      <link>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348317#M832737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks Ronald, Is there anyway that this is already captured in the logfile or metadata. so that i can track the history and understand how this qvw changed over a period of time???&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;-Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 07:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348317#M832737</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2017-06-12T07:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: File size growth tracker</title>
      <link>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348318#M832738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use QMC to reload your QVW, you might want to check the server logs.&lt;/P&gt;&lt;P&gt;That shows (amongst other info): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"(2017-06-12 06:37:14) Information: &lt;STRONG&gt;Physical FileSize=314.17 Mb&lt;/STRONG&gt;. Memory Allocation Delta for this file=14.30 Mb. Available Physical Memory Before Open=28102.40 Mb. Available Physical Memory After Open=28113.57 Mb. Total Physical Memory=32767.14 Mb."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is however before reload, but should enable you to get an idea of historical file sizes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 08:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348318#M832738</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-12T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: File size growth tracker</title>
      <link>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348319#M832739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably governance dashboard will help. see the below description to locate where exactly in governance dashboard you can get the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" height="292" src="https://community.qlik.com/legacyfs/online/166520_Capture.JPG" style="height: 292px; width: 562.955px;" width="563" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-size-growth-tracker/m-p/1348319#M832739</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-06-12T09:50:21Z</dc:date>
    </item>
  </channel>
</rss>

