<?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: Now and today in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523663#M549937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert Thanks for your replay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Dec 2013 12:24:35 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2013-12-24T12:24:35Z</dc:date>
    <item>
      <title>Now and today</title>
      <link>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523660#M549934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know which one should faster Now() or Today()&lt;/P&gt;&lt;P&gt;Could some one help me Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 12:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523660#M549934</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T12:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Now and today</title>
      <link>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523661#M549935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't need the time then you use today(). If you need the date and the current time you use now(). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 12:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523661#M549935</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-24T12:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Now and today</title>
      <link>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523662#M549936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now() and today() will return different values.&lt;/P&gt;&lt;P&gt;Now will return the time stamp and today will return the date.&lt;/P&gt;&lt;P&gt;based on the timer Mode the values will differ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 12:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523662#M549936</guid>
      <dc:creator />
      <dc:date>2013-12-24T12:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Now and today</title>
      <link>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523663#M549937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert Thanks for your replay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 12:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523663#M549937</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Now and today</title>
      <link>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523664#M549938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with 'faster'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the optional timer mode argument to both functions, avoid timer mode 1 in chart objects for performance reason:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor473"&gt;&lt;/A&gt;&lt;A name="now"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;now(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ timer_mode]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&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 previously finished reload (not currently ongoing reload)&lt;BR /&gt;1 Time at function call&lt;BR /&gt;2 Time when the document was opened&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Default &lt;SPAN class="Italic"&gt;timer_mode&lt;/SPAN&gt; is 1. The &lt;SPAN class="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 class="syntax"&gt;&lt;A name="kanchor474"&gt;&lt;/A&gt;&lt;A name="today"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;today(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[timer_mode]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the current date from the system clock. The &lt;SPAN class="Italic"&gt;timer_mode&lt;/SPAN&gt; may have the following values:&lt;/P&gt;&lt;P&gt;0 Date at script run&lt;BR /&gt;1 Date at function call&lt;BR /&gt;2 Date when the document was opened&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Default &lt;SPAN class="Italic"&gt;timer_mode&lt;/SPAN&gt; is 2. The &lt;SPAN class="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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 12:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523664#M549938</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-24T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Now and today</title>
      <link>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523665#M549939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Swuehl thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 12:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Now-and-today/m-p/523665#M549939</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T12:50:07Z</dc:date>
    </item>
  </channel>
</rss>

