<?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: Show/Hide based on last refreshed date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614530#M226703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Michael&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are your dashboard qvw's scheduled to be auto reloaded ?&amp;nbsp; [I use Publisher to schedule auto reload tasks]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then how often ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have scheduled reloads and they are failing then maybe it would be better to eliminate the root cause of the failures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 17:41:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-20T17:41:30Z</dc:date>
    <item>
      <title>Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614527#M226700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to find out how to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a dashboard hasn't refreshed for &amp;gt;24hrs, I'd like a message to be displayed (automatically) on the opening tab of the dashboard, so when a user goes to the accesspoint, they will be able to see the message.&amp;nbsp; Is there a way to set up the dashboard file that has been distributed to the documents folder (i.e. hidden script) to auto reload if it hasn't been refreshed in &amp;gt;24 hours?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 16:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614527#M226700</guid>
      <dc:creator />
      <dc:date>2014-02-20T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614528#M226701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can derive it using the following logic:&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() + 1), 'Less than a day ago' , 'More than a day ago') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This translates to the following condition which you can paste into the show condition of your label&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() + 1)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Note the above is more focus on readability than efficiency &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 17:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614528#M226701</guid>
      <dc:creator>quwok</dc:creator>
      <dc:date>2014-02-20T17:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614529#M226702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; This part I can do, but it doesn't address the reload of the dashboard if the &amp;gt;24hrs condition is met.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 17:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614529#M226702</guid>
      <dc:creator />
      <dc:date>2014-02-20T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614530#M226703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Michael&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are your dashboard qvw's scheduled to be auto reloaded ?&amp;nbsp; [I use Publisher to schedule auto reload tasks]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then how often ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have scheduled reloads and they are failing then maybe it would be better to eliminate the root cause of the failures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 17:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614530#M226703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-20T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614531#M226704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill, thanks for the reply.&amp;nbsp; The tasks themselves are not failing.&amp;nbsp; I have everything set up on EDX triggers.&amp;nbsp; So, if an ETL job is running behind for whatever reason, once it has been 24hrs since the last refresh, i want users to be notified.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 17:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614531#M226704</guid>
      <dc:creator />
      <dc:date>2014-02-20T17:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614532#M226705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Michael&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fair cop. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/Quwok"&gt;Quwok&lt;/A&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;suggested earlier how the Users could be notified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If an ETL job is running behind for whatever reason, then auto forcing a reload of the dashboard could well be unwise until the reason is identified &amp;amp; sorted,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 17:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614532#M226705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-20T17:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614533#M226706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using QEM you can notify your users, just program an alert mail and add mail accounts that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 18:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614533#M226706</guid>
      <dc:creator />
      <dc:date>2014-02-20T18:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide based on last refreshed date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614534#M226707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have an alert set up if the job fails.&amp;nbsp; This is for a job running longer than expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 19:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-based-on-last-refreshed-date/m-p/614534#M226707</guid>
      <dc:creator />
      <dc:date>2014-02-20T19:00:33Z</dc:date>
    </item>
  </channel>
</rss>

