<?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: How to subtract 5 min from timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848264#M994206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will subtract 5 minutes from the current time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TimeStamp(now() - 5 / (24*60))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Today() contains the date only, now() contains the date and time - and there are 24 * 60 minutes per day)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 09:01:41 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-07-10T09:01:41Z</dc:date>
    <item>
      <title>How to subtract 5 min from timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848263#M994205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to subtract a 5 min from today timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get result for this in red()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Max(created_date)&amp;lt;&amp;gt; timestamp(today(),'DD-MM-YYYY hh:mm:ss') ,red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 08:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848263#M994205</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-10T08:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to subtract 5 min from timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848264#M994206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will subtract 5 minutes from the current time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TimeStamp(now() - 5 / (24*60))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Today() contains the date only, now() contains the date and time - and there are 24 * 60 minutes per day)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848264#M994206</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-10T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to subtract 5 min from timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848265#M994207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to check it for a data which is in my excel files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i apply it for existing database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7/8/2015 11:57:31 PM--this is my last date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848265#M994207</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-10T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to subtract 5 min from timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848266#M994208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand your question. Do you want to look for 5 minutes ago, or do you want to check when you last reloaded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848266#M994208</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-10T09:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to subtract 5 min from timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848267#M994209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In table object consist ID's, Min(created_date) and Max(created_date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if i want to check &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;whether &lt;/SPAN&gt;this ID&amp;nbsp; is updated in last 5 min or not..if this is not updated i want to show in red().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;is this expression correct ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;if(Max(created_date)&amp;lt;&amp;gt;&amp;nbsp; Max(created_date)-&amp;nbsp; 5/(24*60) ,red())&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Max(created_date) is 7/8/2015 11:57:31 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-subtract-5-min-from-timestamp/m-p/848267#M994209</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-10T09:45:28Z</dc:date>
    </item>
  </channel>
</rss>

