<?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: Database Refresh Time-stamp on Document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382415#M701949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two things here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Database Refresh time&lt;/P&gt;&lt;P&gt;This specific to the data and nothing to do with QV application where the database has been last refreshed. This can be achieved by taking the max of the Updated Date field (a field that should be available in your fact tables or you should having some 'run info' table or any table, table name may be different where they store the last successful runtime or execution time of the database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load this table as an island table into QV and,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vLastUpdatedDate= max(updateddate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this in ur text obj &lt;EM&gt;='Data last refreshed date :' &amp;amp; $(vLastUpdatedDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.QV Reload Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;='Data as of :' &amp;amp; QvReloadTime(), &lt;/EM&gt;as suggested in the above post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 08:10:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-14T08:10:54Z</dc:date>
    <item>
      <title>Database Refresh Time-stamp on Document</title>
      <link>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382411#M701945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to include a text box object on each document that lets users know when the last refresh was of the data they are working with. How would I pull this information and place it on document sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any insight!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382411#M701945</guid>
      <dc:creator />
      <dc:date>2012-08-30T13:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Database Refresh Time-stamp on Document</title>
      <link>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382412#M701946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; As off date : '&amp;nbsp; &amp;amp; TIMESTAMP(RELOADTIME())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382412#M701946</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-30T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Database Refresh Time-stamp on Document</title>
      <link>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382413#M701947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - this worked for me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 14:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382413#M701947</guid>
      <dc:creator />
      <dc:date>2013-05-13T14:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Database Refresh Time-stamp on Document</title>
      <link>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382414#M701948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Rob close this discussion as Answered.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 08:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382414#M701948</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2013-05-14T08:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Database Refresh Time-stamp on Document</title>
      <link>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382415#M701949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two things here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Database Refresh time&lt;/P&gt;&lt;P&gt;This specific to the data and nothing to do with QV application where the database has been last refreshed. This can be achieved by taking the max of the Updated Date field (a field that should be available in your fact tables or you should having some 'run info' table or any table, table name may be different where they store the last successful runtime or execution time of the database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load this table as an island table into QV and,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vLastUpdatedDate= max(updateddate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this in ur text obj &lt;EM&gt;='Data last refreshed date :' &amp;amp; $(vLastUpdatedDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.QV Reload Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;='Data as of :' &amp;amp; QvReloadTime(), &lt;/EM&gt;as suggested in the above post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 08:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-Refresh-Time-stamp-on-Document/m-p/382415#M701949</guid>
      <dc:creator />
      <dc:date>2013-05-14T08:10:54Z</dc:date>
    </item>
  </channel>
</rss>

