<?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 How can create a Timer ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338959#M125047</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 would like to create a timer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timer : 08:00 min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like my timer of 08 min discount until 00:00 (time off)&lt;/P&gt;&lt;P&gt;When I click on button time start 08:00 minutes until 00:00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In advance, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2012 15:12:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-06T15:12:02Z</dc:date>
    <item>
      <title>How can create a Timer ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338959#M125047</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 would like to create a timer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timer : 08:00 min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like my timer of 08 min discount until 00:00 (time off)&lt;/P&gt;&lt;P&gt;When I click on button time start 08:00 minutes until 00:00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In advance, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 15:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338959#M125047</guid>
      <dc:creator />
      <dc:date>2012-03-06T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can create a Timer ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338960#M125048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite simple using the now() function and a variable or 2. See the attached QVW and see if thats what you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 16:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338960#M125048</guid>
      <dc:creator />
      <dc:date>2012-03-06T16:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can create a Timer ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338961#M125049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Matt, It is exactly what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 17:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338961#M125049</guid>
      <dc:creator />
      <dc:date>2012-03-06T17:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can create a Timer ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338962#M125050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please, be careful when using now() because it can decrease the performance of your app and system as mentioned in QlikView help: &lt;/P&gt;&lt;H4 style="background-color: #c0c0c0;"&gt;now( &lt;SPAN style="font-style: italic;"&gt;[ timer_mode]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;Returns a timestamp of the current time from the system clock. The timer_mode may have the following values:&lt;/P&gt;&lt;P&gt;0 Time at script run&lt;BR /&gt;1 Time at function call&lt;BR /&gt;2 Time when the document was opened &lt;/P&gt;&lt;P&gt;Default&lt;SPAN style="font-style: italic;"&gt;timer_mode&lt;/SPAN&gt; is 1. The &lt;SPAN style="font-style: italic;"&gt;timer_mode = 1&lt;/SPAN&gt; should be used with caution, since it polls the operating system every second and hence could slow down the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 20:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338962#M125050</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-03-06T20:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can create a Timer ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338963#M125051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be really interested in the timer function that you have created as well. I'm struggling to open the app, please would you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open the .qvw file in QLIKSense Desktop, I receive the error: This app contains no data&lt;IMG __jive_id="177844" alt="The app contains no data error.png" class="jive-image image-1" src="/legacyfs/online/177844_The app contains no data error.png" style="height: auto;" width="258" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what&amp;nbsp; editor tab I need to enter to view your function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 10:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338963#M125051</guid>
      <dc:creator />
      <dc:date>2017-09-27T10:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can create a Timer ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338964#M125052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a timer for 26 days.. so that is like 37440 minutes.. Is it possible to create that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kailash Kotak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 17:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-create-a-Timer/m-p/338964#M125052</guid>
      <dc:creator>kailashkotak91</dc:creator>
      <dc:date>2018-01-05T17:10:54Z</dc:date>
    </item>
  </channel>
</rss>

