<?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: Reload Time of qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338025#M831655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can try in the script putting the file time to a variable:&lt;/P&gt;&lt;P&gt;let vFileTime=FileTime('File_Name.qvd');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jun 2017 09:12:00 GMT</pubDate>
    <dc:creator>ariel_klien</dc:creator>
    <dc:date>2017-06-22T09:12:00Z</dc:date>
    <item>
      <title>Reload Time of qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338023#M831651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the reload time of qvd files which I used in my dashboard. Is there any way to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- I don't want to show the reload time of dashboard like Reload(). I have to show the reload time of qvd.&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/Reload-Time-of-qvd/m-p/1338023#M831651</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Time of qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338024#M831653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/53315"&gt;Show ReloadTime of a QVD in another QVW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/75370" title="https://community.qlikview.com/thread/75370"&gt;QVD Reload Time? | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 07:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338024#M831653</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-22T07:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Time of qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338025#M831655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can try in the script putting the file time to a variable:&lt;/P&gt;&lt;P&gt;let vFileTime=FileTime('File_Name.qvd');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338025#M831655</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2017-06-22T09:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Time of qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338026#M831657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every QVD file contains an XML header with details about creation date, number of fields, number of rows etc. QlikView script provides a set of functions to obtain these characteristics without even reading anything from the QVD data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the creation date &amp;amp; time of a QVD file, you can use the &lt;SPAN style="font-family: 'courier new', courier;"&gt;QVDCreateTime(&lt;EM&gt;filename&lt;/EM&gt;)&lt;/SPAN&gt; function and store the return value in a variable or in a table (if you want to load the creation date of multiple QVD files).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338026#M831657</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-22T09:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Time of qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338027#M831659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this might be helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aufnahme_2017_05_17_14_11_13_10.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167738_Aufnahme_2017_05_17_14_11_13_10.gif" style="height: 348px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338027#M831659</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-06-22T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Time of qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338028#M831660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; Let vReloadTime = QvdCreateTime( 'your QVD file.qvd');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338028#M831660</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-06-22T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Time of qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338029#M831661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TableName1' as QvdName,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QvdCreateTime('$(RawQvd)TableName1.QVD') as QvdTime&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'TableName2' as QvdName,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;QvdCreateTime('$(RawQvd)TableName2.QVD') as QvdTime&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;AutoGenerate 1;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hope this will helps u...!!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Time-of-qvd/m-p/1338029#M831661</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2017-06-22T09:30:31Z</dc:date>
    </item>
  </channel>
</rss>

