<?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 How to show QVW creation date or update date? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893615#M311112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;While creation of QlikView application it is useful to see document update date or document creation date. It's not the ReloadTime() and now() or today(). I mean the property of file .qvw, that is shown in explorer window of OS. How to get this property to qlik application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 08:10:30 GMT</pubDate>
    <dc:creator>stantrolav</dc:creator>
    <dc:date>2015-05-07T08:10:30Z</dc:date>
    <item>
      <title>How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893615#M311112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;While creation of QlikView application it is useful to see document update date or document creation date. It's not the ReloadTime() and now() or today(). I mean the property of file .qvw, that is shown in explorer window of OS. How to get this property to qlik application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 08:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893615#M311112</guid>
      <dc:creator>stantrolav</dc:creator>
      <dc:date>2015-05-07T08:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893616#M311113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QvdCreateTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;qvd_file_name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 08:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893616#M311113</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-07T08:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893617#M311114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;SPAN class="Bold"&gt;Qlikview Help:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;SPAN class="Bold"&gt;QvdCreateTime(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the XML-header time stamp from a QVD file if any (otherwise NULL). &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; is the name of a QVD file, if necessary including path. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;QvdCreateTime('MyFile.qvd')&lt;/P&gt;&lt;P class="Code"&gt;QvdCreateTime('C:\MyDir\MyFile.qvd')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 08:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893617#M311114</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-07T08:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893618#M311115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable create log for app: Settings-&amp;gt;User Preferences.&lt;/P&gt;&lt;P&gt;On General tab check option: "Flush Script Log Files After Each Write"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Your Script paste this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Log:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;@1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;DataAkt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;@2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;HourAct&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;D&gt; &lt;BR /&gt; (&lt;/D&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;unicode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ' ', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;msq&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;); //Change Destination of log file&lt;BR /&gt; Makt:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Log;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;vMax&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('Max','0','Makt');&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;vData&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('DateAct',&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;$(vMax)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'Log');&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Makt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;END&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sub &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Then create a textbox item, and in the text field paste this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Last data update: ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vMax)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateAct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ' ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vMax)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;HourAct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 08:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893618#M311115</guid>
      <dc:creator />
      <dc:date>2015-05-07T08:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893619#M311116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got no answer. &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;QvdCreateTime shows QVD info. Not QVW or QVF file. From interface I can call function ReloadTime(). This function would show the time of Reload end. I can rename file or move it somewhere. After these operations Qlik.qvw would have ModifyDate. Do some one know how to get this date?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893619#M311116</guid>
      <dc:creator>stantrolav</dc:creator>
      <dc:date>2017-05-10T14:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893620#M311117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Use the function&amp;nbsp;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;filetime()&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto;"&gt;Robert&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893620#M311117</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2017-05-10T14:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893621#M311118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This function works only from load script. If I want to see that time in Qlik interface without reload I gues I should use macros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 15:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893621#M311118</guid>
      <dc:creator>stantrolav</dc:creator>
      <dc:date>2017-05-10T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893622#M311119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think it would only change during reloads.&lt;/P&gt;&lt;P&gt;So if you use it in the script and assign it to a variable, you can then use the variable in your UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 15:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893622#M311119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T15:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to show QVW creation date or update date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893623#M311120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay. During Script I can get this info. FileTime() would show me last modify date of file. It'll be less than ReloadTime() of QVW or QVF file. It can help me someway. Thanks.&lt;/P&gt;&lt;P&gt;But this time won't be real modify date of file. May be in future I'll find full answer for getting this file info. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 15:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-QVW-creation-date-or-update-date/m-p/893623#M311120</guid>
      <dc:creator>stantrolav</dc:creator>
      <dc:date>2017-05-10T15:59:31Z</dc:date>
    </item>
  </channel>
</rss>

