<?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 Time Difference in hh:mm using Interval function between two DateTimes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Difference-in-hh-mm-using-Interval-function-between-two/m-p/27538#M4602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qliks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find time difference in hh:mm from MinDateTime to MaxDasteTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Interval('07/02/2018 13:14:00' - '07/02/2018 14:30:00', 'hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for an output: -00:46&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, I am getting below result: -73894114:46&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I resolve this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 11:58:50 GMT</pubDate>
    <dc:creator>narband2778</dc:creator>
    <dc:date>2018-05-14T11:58:50Z</dc:date>
    <item>
      <title>Time Difference in hh:mm using Interval function between two DateTimes</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Difference-in-hh-mm-using-Interval-function-between-two/m-p/27538#M4602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qliks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find time difference in hh:mm from MinDateTime to MaxDasteTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Interval('07/02/2018 13:14:00' - '07/02/2018 14:30:00', 'hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for an output: -00:46&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, I am getting below result: -73894114:46&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I resolve this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 11:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Difference-in-hh-mm-using-Interval-function-between-two/m-p/27538#M4602</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2018-05-14T11:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Time Difference in hh:mm using Interval function between two DateTimes</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Difference-in-hh-mm-using-Interval-function-between-two/m-p/27539#M4603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you getting -00:46? why not 1 hour and 16 minutes here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me 1:16&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Interval(MakeDate(2018, 7, 2) + MakeTime(14, 30) - MakeDate(2018, 7, 2) - MakeTime(13, 14), 'hh:mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 12:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Difference-in-hh-mm-using-Interval-function-between-two/m-p/27539#M4603</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-14T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time Difference in hh:mm using Interval function between two DateTimes</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Difference-in-hh-mm-using-Interval-function-between-two/m-p/27540#M4604</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;the above gives you 01:16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this : =Interval('07/02/2018 13:14:00' - '07/02/2018 14:30:00', 'hh:mm') will give you &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-00:46&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: 13px;"&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: 13px;"&gt;also, you should evalute and format your timestamp fields as Timestamps using Timestamp#() and Timestamp()&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 12:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Difference-in-hh-mm-using-Interval-function-between-two/m-p/27540#M4604</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-14T12:09:34Z</dc:date>
    </item>
  </channel>
</rss>

