<?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: Showing Dashboard Refresh Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554753#M1121282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Simky.&lt;/P&gt;&lt;P&gt;I tend to use let vLastLoadStart = now() at the start of my script and then put&amp;nbsp; let vLastLoadEnd = now() at the end of my script. I can then put on the first tab of my app a text box containing:&lt;/P&gt;&lt;P&gt;=’Last load date: ‘ &amp;amp; date(vLastLoadStart, ‘DD MMM YYYY hh:mm:ss’) &amp;amp;&lt;/P&gt;&lt;P&gt;‘ Last load duration: ‘ &amp;amp; date(vLastLoadEnd – vLastLoadStart, ‘hh:mm:ss’)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 09:38:56 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2014-01-23T09:38:56Z</dc:date>
    <item>
      <title>Showing Dashboard Refresh Date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554750#M1121278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to show the last update date andnext update date in my Qlikview dashboard. My data is in following format:&lt;/P&gt;&lt;P&gt;To show last update, am using minstring function and getting 2013-Q4, which is correct.&lt;/P&gt;&lt;P&gt;How can I show next update , which would be "2014-Q1" and I want to show the month of Feb also in a text box?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 8pt;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Quarter, Month&lt;BR /&gt;2013-Q4,Feb&lt;BR /&gt;2014-Q1,May&lt;BR /&gt;2014-Q2,Aug&lt;BR /&gt;2014-Q3,Nov&lt;BR /&gt;2014-Q4,Feb&lt;BR /&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Help would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 22:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554750#M1121278</guid>
      <dc:creator />
      <dc:date>2014-01-22T22:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Dashboard Refresh Date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554751#M1121279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Simky,&lt;/P&gt;&lt;P&gt;I am not sure why you need a Inline table for that. You can use the function Reloadtime() to calculate when the doc was last reloaded. And if you want to inform the users when the next reload will happen you can just add +'number of days'.&lt;/P&gt;&lt;P&gt;In this example i used 20 days(mostly it will be reloaded everyday).&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 22:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554751#M1121279</guid>
      <dc:creator />
      <dc:date>2014-01-22T22:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Dashboard Refresh Date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554752#M1121281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use RELOADTIME()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the Current Reload to get the Year and Qtr you can say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YEAR(RELOADTIME()) &amp;amp;' -Q' &amp;amp; CEIL(month(RELOADTIME())/3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 22:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554752#M1121281</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-22T22:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Dashboard Refresh Date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554753#M1121282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Simky.&lt;/P&gt;&lt;P&gt;I tend to use let vLastLoadStart = now() at the start of my script and then put&amp;nbsp; let vLastLoadEnd = now() at the end of my script. I can then put on the first tab of my app a text box containing:&lt;/P&gt;&lt;P&gt;=’Last load date: ‘ &amp;amp; date(vLastLoadStart, ‘DD MMM YYYY hh:mm:ss’) &amp;amp;&lt;/P&gt;&lt;P&gt;‘ Last load duration: ‘ &amp;amp; date(vLastLoadEnd – vLastLoadStart, ‘hh:mm:ss’)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/554753#M1121282</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-01-23T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Dashboard Refresh Date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/2429385#M1225460</link>
      <description>&lt;P&gt;Neil, thanks for the tip. It's a good one. Best ...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 15:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Dashboard-Refresh-Date/m-p/2429385#M1225460</guid>
      <dc:creator>mjmastro</dc:creator>
      <dc:date>2024-03-11T15:04:43Z</dc:date>
    </item>
  </channel>
</rss>

