<?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: Changing a timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367272#M136549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; just try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =date(now()-Time#(15,'mm'),'DD.MM.YYYY hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 11:21:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-25T11:21:37Z</dc:date>
    <item>
      <title>Changing a timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367268#M136545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a very simple question here. I have a time variable here t=now(); And I want to get a time 15 minutes before that and store it in another variable. How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 09:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367268#M136545</guid>
      <dc:creator />
      <dc:date>2012-04-25T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367269#M136546</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 this in your other variable : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=timestamp(now()-maketime(00,15,00))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on Time in Qlikview you can read : &lt;A href="http://qlikviewnotes.blogspot.fr/2011/10/correct-time-arithmetic.html"&gt;http://qlikviewnotes.blogspot.fr/2011/10/correct-time-arithmetic.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367269#M136546</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2012-04-25T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367270#M136547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;LET NewTime=&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;timestamp&lt;/STRONG&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;now&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;()-&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-size: 8pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-size: 8pt;"&gt;96&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367270#M136547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-25T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Changing a timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367271#M136548</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;t2=date(now()-.0104167)&lt;/P&gt;&lt;P&gt;should do the trick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for date arythmetics&lt;/P&gt;&lt;P&gt;now() - 1&amp;nbsp;&amp;nbsp; is yesterday same hour&lt;/P&gt;&lt;P&gt;now() - (1/24)&amp;nbsp; is now minus one hour&lt;/P&gt;&lt;P&gt;now() - ((1/24)/4) is now minus 15 minutes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367271#M136548</guid>
      <dc:creator />
      <dc:date>2012-04-25T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367272#M136549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; just try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =date(now()-Time#(15,'mm'),'DD.MM.YYYY hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 11:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367272#M136549</guid>
      <dc:creator />
      <dc:date>2012-04-25T11:21:37Z</dc:date>
    </item>
    <item>
      <title>Changing a timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367273#M136550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your prompt reply. Your answers are all correct. Appreciate the help you all give me:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xue Bin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 03:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-timestamp/m-p/367273#M136550</guid>
      <dc:creator />
      <dc:date>2012-04-26T03:06:17Z</dc:date>
    </item>
  </channel>
</rss>

