<?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: Difference between two time stamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481042#M179774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, are you sure your date is really a date and not text. multiplie your Date field by one to be sure to get a numeric and not text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 09:12:02 GMT</pubDate>
    <dc:creator>vivientexier</dc:creator>
    <dc:date>2014-01-08T09:12:02Z</dc:date>
    <item>
      <title>Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481038#M179770</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 need to find out the difference between two timestamp in minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g:- Date1 :-1/8/2013 20:55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date2:- 1/9/2013 29:55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected result:- (Date2- Date1) = 1380 min.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me find out this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;D J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 08:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481038#M179770</guid>
      <dc:creator />
      <dc:date>2014-01-08T08:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481039#M179771</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;Maybe you can try Interval(Date2-Date1,'mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 09:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481039#M179771</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-01-08T09:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481040#M179772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;STRONG&gt;Interval(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date1&lt;/SPAN&gt; - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date2&lt;/SPAN&gt;, 'mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you can use another format (example : 'D hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 09:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481040#M179772</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2014-01-08T09:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481041#M179773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 09:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481041#M179773</guid>
      <dc:creator />
      <dc:date>2014-01-08T09:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481042#M179774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, are you sure your date is really a date and not text. multiplie your Date field by one to be sure to get a numeric and not text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 09:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481042#M179774</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2014-01-08T09:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481043#M179775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Interval(Now() - Addmonths(Today(), -2), 'mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this, it is working fine. Your date format may be wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 09:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481043#M179775</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2014-01-08T09:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481044#M179776</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 may try this in text object&lt;/P&gt;&lt;P&gt;=Interval(Date#('1/9/2013 29:55','MM/DD/YYYY hh:mm')-Date#('1/8/2013 20:55','MM/DD/YYYY hh:mm'),'mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 09:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481044#M179776</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-01-08T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481045#M179777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can Also Try&lt;/P&gt;&lt;P&gt;which gives more precise answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(num((Timestamp(Timestamp#('2013-1-9 19:55','YYYY-MM-DD hh:mm'))-&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#('2013-1-8 20:55','YYYY-MM-DD hh:mm')))))*24*60&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 09:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-time-stamp/m-p/481045#M179777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T09:22:53Z</dc:date>
    </item>
  </channel>
</rss>

