<?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: Need to find difference in minutes using two timestamp fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13862#M783332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is another approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Interval(TimeStamp#(TimeStamp(ORIG_RESTORE_TS, 'M/D/YYYY h:mm'), 'M/D/YYYY h:mm') - TimeStamp#(TimeStamp(NEW_RESTORE_TS, 'M/D/YYYY h:mm'), 'M/D/YYYY h:mm'), 'm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 16:04:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-03-27T16:04:15Z</dc:date>
    <item>
      <title>Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13840#M783310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I just need to find the difference between two timestamp columns by minutes and also i have to remove seconds . Any suggestion would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: jan 12,2017 11:27:28 PM and jan 12,2017 11:37:22 PM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual answer using interval function including seconds: 9 minutes&lt;/P&gt;&lt;P&gt;Expected answer : 10 minutes (remove seconds and have to find difference)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13840#M783310</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13841#M783311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Interval(Round(TimeStamp2 - TimeStamp1, 1/(24*60)), 'mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13841#M783311</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-26T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13842#M783312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have used your script, its working fine. but for some of the field it shows incorrect value as attached with highlighted by red box.&lt;/P&gt;&lt;P&gt;first red box it should show as -03&lt;/P&gt;&lt;P&gt;second red box it should show as 03&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_4.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197524_Screenshot_4.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 18:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13842#M783312</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-03-26T18:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13843#M783313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st of all, are you rounding to the nearest minute or ceiling or flooring? 2nd, are you doing rounding/ceiling/flooring before subtraction or after?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 18:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13843#M783313</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-26T18:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13844#M783314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;i don't want to round off minutes. i want to remove seconds . eg-&amp;nbsp; 01:55 sec to 01 min ,&amp;nbsp; 02:25 sec to 02 min . like that i needed. consider, all the seconds value to 00. then it will come correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 18:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13844#M783314</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-03-26T18:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13845#M783315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means you are flooring &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Interval(Floor(TimeStamp2 - TimeStamp1, 1/(24*60)), 'mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;or this&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;=Interval(Floor(TimeStamp2&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;, 1/(24*60))&lt;/STRONG&gt; - Floor(TimeStamp1, 1/(24*60)), 'mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 18:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13845#M783315</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-26T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13846#M783316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry. the expression you give will not give accurate result. if 1:00:00 and 1:03:38 will give -04 but i want -03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 19:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13846#M783316</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-03-26T19:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13847#M783317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Interval(Floor(Round(&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;TimeStamp2&lt;/STRONG&gt;, 1/(24*60*2)), 1/(24*60)) - Floor(Round(&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;TimeStamp1&lt;/STRONG&gt;, 1/(24*60*2)), 1/(24*60)), 'mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 19:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13847#M783317</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-26T19:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13848#M783318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your continous effort, but still its not comming&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;for &lt;SPAN style="font-size: 13.3333px;"&gt;jan 20,2017 &lt;/SPAN&gt;8:16:52 and &lt;SPAN style="font-size: 13.3333px;"&gt;jan 20,2017 &lt;/SPAN&gt;8:15:30 , it shows 2, but i want 1. instead of floor and ceil function i just want to replace seconds with '00' like jan 20,2017 8:16:52 as jan 20,2017 8:16:00 and &lt;SPAN style="font-size: 13.3333px;"&gt;jan 20,2017 8:15:30 as &lt;SPAN style="font-size: 13.3333px;"&gt;jan 20,2017 8:15:00 , then we can do the calculations.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 19:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13848#M783318</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-03-26T19:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13849#M783319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, did you mean Ceil instead of floor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;=Interval(Ceil(TimeStamp2 - TimeStamp1, 1/(24*60)), 'mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 20:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13849#M783319</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-03-26T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13850#M783320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it looks rather ugly, but AFAIK you can only consistently produce this outcome by doing exactly what you tell us to do: manupulate the seconds in the TimeStamp strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Straight table with dimensions &lt;SPAN style="font-family: courier new,courier;"&gt;ORIG_RESTORE_TS&lt;/SPAN&gt; and &lt;SPAN style="font-family: courier new,courier;"&gt;NEW_RESTORE_TS&lt;/SPAN&gt; and the following expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strcat(ORIG): &lt;SPAN style="font-family: courier new,courier;"&gt;=Date#(Left(ORIG_RESTORE_TS, Index(ORIG_RESTORE_TS, ':', 2)) &amp;amp; '00' &amp;amp; Right(ORIG_RESTORE_TS, 3), 'MMM DD, YYYY hh:mm:ss TT')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strcat(NEW): &lt;SPAN style="font-family: courier new,courier;"&gt;=IF (Len(NEW_RESTORE_TS) &amp;gt; 0, Date#(Left(NEW_RESTORE_TS, Index(NEW_RESTORE_TS, ':', 2)) &amp;amp; '00' &amp;amp; Right(NEW_RESTORE_TS, 3), 'MMM DD, YYYY hh:mm:ss TT'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diff: &lt;SPAN style="font-family: courier new,courier;"&gt;=Round(([Strcat(ORIG)] - [Strcat(NEW)])*24.0*60.0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;produces this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Find Difference in minutes thread296135.jpg" class="jive-image image-1" src="/legacyfs/online/197623_Find Difference in minutes thread296135.jpg" style="width: 620px; height: 211px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it doesn't look rather ugly, it looks extremely ugly. But it seems to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13850#M783320</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-27T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13851#M783321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rob - The reason I thought it would need Floor was because the OP wanted to convert &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;01:55 sec to 01 min ,&amp;nbsp; 02:25 sec to 02 min. Ceil will convert it to 02 and 03, respectively, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13851#M783321</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-27T12:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13852#M783322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, and at the other end: Floor(-01:55) = -2 and Floor(02:25) = -3 too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can't switch between Floor() and Ceil() in your expression, depending on whether TimeStamp2 (or ORIG_RESTORE_TS) Is GE or LT than TimeStamp1, because that breaks other rows. Tough one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13852#M783322</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-27T12:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13853#M783323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like&lt;/P&gt;&lt;P&gt;Interval(&lt;/P&gt;&lt;P&gt;(TimeStamp(Timestamp#(ts1,'MMM DD,YYYY hh:mm:ss TT'),'MMM DD,YYYY hh:mm')&lt;/P&gt;&lt;P&gt;-&amp;nbsp; &lt;/P&gt;&lt;P&gt;TimeStamp(Timestamp#(ts2,'MMM DD,YYYY hh:mm:ss TT'),'MMM DD,YYYY hh:mm'))&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;'mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13853#M783323</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-27T12:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13854#M783324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is why I wasn't flooring the subtraction (well initially I did), but flooring the individual time stamps and then perform the subtraction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13854#M783324</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-27T12:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13855#M783325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi peter,&lt;/P&gt;&lt;P&gt;I tried the method which you have done. but i didnt get any value in diff column(restore variation in my table) as see in the attachment below,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="timeissue.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197650_timeissue.PNG" style="height: 223px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13855#M783325</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-03-27T14:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13856#M783326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your qvw file here or data in an Excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13856#M783326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-27T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13857#M783327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like both the Strcat columns contain strings instead of duals. The expression in the Diff column tries to perform calculations on numerical values and those calculations won't work with strings. What expressions did you use in the Strcat columns?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13857#M783327</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-27T14:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13858#M783328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have used the expression you gave. find below,&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;Strcat(ORIG):&lt;/SPAN&gt;=Date#(Left(ORIG_RESTORE_TS, Index(ORIG_RESTORE_TS, ':', 2)) &amp;amp; '00' &amp;amp; Right(ORIG_RESTORE_TS, 3), 'MMM DD, YYYY hh:mm:ss TT')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13858#M783328</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-03-27T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find difference in minutes using two timestamp fields</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13859#M783329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny,&lt;/P&gt;&lt;P&gt;Please find the QVW and sample source file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-difference-in-minutes-using-two-timestamp-fields/m-p/13859#M783329</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-03-27T15:51:26Z</dc:date>
    </item>
  </channel>
</rss>

