<?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: Reading another QVDs load date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347606#M414566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Love It!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 13:01:39 GMT</pubDate>
    <dc:creator>goro2010</dc:creator>
    <dc:date>2017-05-17T13:01:39Z</dc:date>
    <item>
      <title>Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347599#M414559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As part of a reporting suite of dashboards I want to build a simple yet functional view for non admin users that shows the last successful load dates of these QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an easy way to pull in to my new view the last successful load date of a document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 14:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347599#M414559</guid>
      <dc:creator>chrismtb</dc:creator>
      <dc:date>2017-05-15T14:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347600#M414560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&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;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&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;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347600#M414560</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-15T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347601#M414561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;QVDs (data files)? Then use Frank's solution&lt;/LI&gt;&lt;LI&gt;QVWs (documents)? Then load the XML header using a LOAD FROM abc.qvw and look for the &lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;LastReloadTimeISO&amp;gt;&lt;/SPAN&gt; tag value. There are similar tags in different timezones as well.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347601#M414561</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-15T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347602#M414562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter - I tried your method... however having never loaded an XML header before I had to go elsewhere on the forum to work out how to do it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just using the load wizard I am able to see the XML document summary but can't for the life of me spot the field (or anything similar) that you called out in your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I looking in the wrong place or using an incorrect method (either is equally as likely) or is it possible I just cant get to the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 11:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347602#M414562</guid>
      <dc:creator>chrismtb</dc:creator>
      <dc:date>2017-05-17T11:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347603#M414563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aufnahme_2017_05_17_13_07_06_381.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163700_Aufnahme_2017_05_17_13_07_06_381.gif" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 11:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347603#M414563</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-17T11:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347604#M414564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frank - that proves it does exist anyway so that's a start!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I know its there I just have to work out how I write the load script to get that information into a dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try something simple like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;LastReloadTimeISO,&lt;/P&gt;&lt;P&gt;UtcLastReloadTimeISO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;C:\MyDir\MyFile.qvw&lt;/SPAN&gt; (Xmlsimple, Table is [LoadTime]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on what I had seen when messing about with the load wizard and &amp;lt;document summary&amp;gt; xml info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This however does not seem to work - any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if this is a bit like spoon feeding a baby! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 11:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347604#M414564</guid>
      <dc:creator>chrismtb</dc:creator>
      <dc:date>2017-05-17T11:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347605#M414565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&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/163702_Aufnahme_2017_05_17_14_11_13_10.gif" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 12:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347605#M414565</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-17T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347606#M414566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Love It!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347606#M414566</guid>
      <dc:creator>goro2010</dc:creator>
      <dc:date>2017-05-17T13:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347607#M414567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't go wrong with these personalised trainings! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 07:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347607#M414567</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-18T07:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reading another QVDs load date</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347608#M414568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Brilliant, it &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;works like a charm... I made one small change though, from the second statement I removed the&lt;STRONG&gt; *&lt;/STRONG&gt; from the load statement (see below). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;This is &lt;/SPAN&gt;because&lt;SPAN style="font-size: 10pt;"&gt; when I multiplied this up for several dashboards there seemed to be a huge amount of data retention upon saving the dashboard... removing the &lt;STRONG&gt;*&lt;/STRONG&gt; meant that the code still had the desired effect and the footprint of the file was hugely reduced.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;LOAD [@1:n]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10.0pt; font-family: 'Helvetica','sans-serif';"&gt;C:\MyDir\MyFile.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;(fix, codepage is 1252, no eof);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;load &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #00b050;"&gt;&lt;STRONG&gt;//*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;distinct(TextBetween([@1:n],'&amp;lt;LastReloadTimeISO&amp;gt;','&amp;lt;/LastReloadTimeISO&amp;gt;')) as ReloadDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Resident 1; DROP table 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: Arial, sans-serif;"&gt; There are probably much more effective ways for cleaning these things up but it got me the desired outcome.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: Arial, sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: Arial, sans-serif;"&gt;Chris &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 14:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-another-QVDs-load-date/m-p/1347608#M414568</guid>
      <dc:creator>chrismtb</dc:creator>
      <dc:date>2017-05-18T14:15:46Z</dc:date>
    </item>
  </channel>
</rss>

