<?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: Time based notifications in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161428#M892750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buttons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 20:21:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-09T20:21:56Z</dc:date>
    <item>
      <title>Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161424#M892746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am looking to add a notification, similar to how a phone's messaging icon shows unread messages, to a tab in a qlikview application that would indicate that another tab has not been visited in a certain timeframe.&amp;nbsp; Is this possible?&amp;nbsp; If not, does anyone have other ideas of how to accomplish this?&amp;nbsp; The goal is to ensure end users are monitoring the information on the tab in the application.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161424#M892746</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161425#M892747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change color of that tab if it is not visited. For this ,use variable for each tab. Initially that var. should be 0. If user already visited on that tab then increase var by 1 and change color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161425#M892747</guid>
      <dc:creator />
      <dc:date>2016-08-09T20:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161426#M892748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It´s possible to write an extension to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161426#M892748</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-09T20:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161427#M892749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you change tabs? Using the regular toolbar or using buttons?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161427#M892749</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-09T20:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161428#M892750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buttons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161428#M892750</guid>
      <dc:creator />
      <dc:date>2016-08-09T20:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161429#M892751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would make&lt;/P&gt;&lt;P&gt;1) Create a variable to keep the last moment the user entered that tab (one per tab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vTab1 = now()&lt;/P&gt;&lt;P&gt;2) Using an expression like below to set your object color&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( now() - &lt;SPAN style="font-size: 13.3333px;"&gt;vTab1&amp;gt; MakeTime(0,1,0), LightRed())&amp;nbsp; // &lt;SPAN style="font-size: 13.3333px;"&gt;MakeTime(0,1,0) = 1 minute&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161429#M892751</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-09T20:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161430#M892752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't setting vTab1=now() start a counter, rather than a static time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161430#M892752</guid>
      <dc:creator />
      <dc:date>2016-08-09T20:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161431#M892753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, It wont. because we are applying set variable on button. So it will store time at which user has clicked on that button. After that variable value will not change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 21:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161431#M892753</guid>
      <dc:creator />
      <dc:date>2016-08-09T21:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161432#M892754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;vTab1=now() when the user clicks the button to change the tab&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 21:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161432#M892754</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-09T21:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Time based notifications</title>
      <link>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161433#M892755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 21:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-based-notifications/m-p/1161433#M892755</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-09T21:13:07Z</dc:date>
    </item>
  </channel>
</rss>

