<?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: Timestamp subtraction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848293#M993897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num#(interval(now()-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Max(created_date) &lt;/SPAN&gt;,'mm')) &amp;lt;=5, red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 10:03:52 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-07-10T10:03:52Z</dc:date>
    <item>
      <title>Timestamp subtraction</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848290#M993894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In table object consist ID's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to check &lt;SPAN style="font-size: 13.3333330154419px;"&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&gt;&lt;STRONG&gt;is this expression correct ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&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&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Max(created_date) is 7/8/2015 11:57:31 PM&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848290#M993894</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-10T09:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp subtraction</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848291#M993895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Max(created_date)&amp;lt;&amp;gt;&amp;nbsp; Max(created_date)-&amp;nbsp; 5/(24*60)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;That condition will always be true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Maybe like this: if(Max(created_date) &amp;gt;= now() - 5/(24*60), red() )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848291#M993895</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-10T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp subtraction</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848292#M993896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use expression in this way.&lt;/P&gt;&lt;P&gt;=Timestamp(Now()-Interval('5:30','mm:ss'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Garry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848292#M993896</guid>
      <dc:creator />
      <dc:date>2015-07-10T09:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp subtraction</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848293#M993897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num#(interval(now()-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Max(created_date) &lt;/SPAN&gt;,'mm')) &amp;lt;=5, red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 10:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848293#M993897</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-10T10:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp subtraction</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848294#M993898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe also possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Max(created_date)&amp;gt;=Now()-'00:05:00', Red())&lt;/P&gt;&lt;P&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-subtraction/m-p/848294#M993898</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-10T11:24:02Z</dc:date>
    </item>
  </channel>
</rss>

