<?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: Date Diffrence in Hours Mins And Sec in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146947#M911799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; only the community moderate has that rights &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; others can't mark it , except you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 06:13:02 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-06-08T06:13:02Z</dc:date>
    <item>
      <title>Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146941#M911793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a date format like &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Create Time Release]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;[Release Time])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2015-12-17 09:52:24 AM&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;2015-12-17 09:58:22 AM &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I used following script to find the diffrence in HH:MM:SS, But its not working for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval(&lt;/P&gt;&lt;P&gt;rangesum(&lt;/P&gt;&lt;P&gt;NetWorkDays([Create Time Release] +1,[Release Time]-1) * MakeTime(9) // 8 hours per workday, for all day inbetween the period, excluding bounderies&lt;/P&gt;&lt;P&gt;,if(NetWorkDays([Release Time],[Release Time]),Rangemin(rangemax(frac([Release Time]),maketime(7,30)),maketime(16,30))-Rangemax(rangemin(frac([Release Time]),maketime(7,30)),maketime(7,30)),0) // working hours last day&lt;/P&gt;&lt;P&gt;,if(NetWorkDays([Create Time Release] ,[Create Time Release] ),Rangemin(rangemax(frac([Create Time Release] ),maketime(16,30)),maketime(16,30))-Rangemax(rangemin(frac([Create Time Release] ),maketime(16,30)),maketime(7,30)),0) // working first day&lt;/P&gt;&lt;P&gt;,if(NetWorkDays([Create Time Release] ,[Create Time Release] ) and floor([Create Time Release] )=floor([Release Time]),-MakeTime(7,30)) // correct for first equals last day &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;as DurationRelease,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;working hours 7:30 to 4:30 and used TimestampFormat= 'YYYY-MM-DD hh:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&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/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146941#M911793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146942#M911794</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;Interval(YourExpression, format)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check below thread for detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm?q=interval" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm?q=interval"&gt;http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm?q=interval&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 05:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146942#M911794</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-08T05:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146943#M911795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interval is the solution for your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 05:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146943#M911795</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-06-08T05:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146944#M911796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;interval(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;expression [ , format-code ]&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;The &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;interval&lt;/SPAN&gt; function formats the &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;expression&lt;/SPAN&gt; as a time interval according to the string given as a &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;format-code&lt;/SPAN&gt;. If the format code is omitted, the time format set in the operating system is used. Intervals may be formatted as a time, as days or as a combination of days, hours, minutes, seconds and fractions of seconds.&lt;/EM&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;You are using two arguments, so QV tries to interprete your second argument as format code (which must be a format code &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;string&lt;/EM&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;If you want to get the difference in days, you need to use a subtraction of your counts (if counting is correct here)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146944#M911796</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-08T06:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146945#M911797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't mark as a Correct Answer before my response on your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146945#M911797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T06:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146946#M911798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2&gt;Please help me &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;/H2&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146946#M911798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T06:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146947#M911799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; only the community moderate has that rights &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; others can't mark it , except you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146947#M911799</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-08T06:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146948#M911800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one can do that except you, AFAIK only creator of the discussion is allowed to mark correct answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146948#M911800</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-08T06:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146949#M911801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not marked as a Correct Answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146949#M911801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T06:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146950#M911802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interval(timestamp(timestamp#('2015-12-17 09:58:22 AM','YYYY-MM-DD hh:mm:ss TT'))-timestamp(timestamp#('2015-12-17 09:52:24 AM','YYYY-MM-DD hh:mm:ss TT')),'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146950#M911802</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2016-06-08T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146951#M911803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As follow Sasidhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be like this&lt;/P&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: 13px;"&gt;interval(timestamp(timestamp#('2015-12-17 09:58:22 AM','YYYY-MM-DD hh:mm:ss TT'))-timestamp(timestamp#('2015-12-17 09:52:24 AM','YYYY-MM-DD hh:mm:ss TT')),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;YYYY-MM-DD hh:mm:ss TT&lt;/STRONG&gt;&lt;/SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146951#M911803</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-08T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146952#M911804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the simplest form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Interval([Release Time] - [Create Time Release], 'hh:mm:ss') as DurationRelease&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if&lt;/STRONG&gt; you have loaded the two fields as proper QV numeric date/time fields. If thay are still string values, then you will need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Interval(Timestamp#([Release Time], 'yyyy-MM-dd hh:mm:ss TT') - Timestamp#([Create Time Release], 'yyyy-MM-dd hh:mm:ss TT'), 'hh:mm:ss') as &lt;SPAN style="font-size: 13.3333px;"&gt;DurationRelease&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I recommend that the Timestamp#()' s are in your load script so that you are storing date/time values and you can use the simple expression above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146952#M911804</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-08T08:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146953#M911805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression could be rendered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Interval(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Rangesum(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NetWorkDays([Create Time Release] + 1, [Release Time] - 1) * 9/24,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NetWorkDays([Release Time], [Release Time]), &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemin(Rangemax(frac([Release Time]),maketime(7,30)),maketime(16,30)) - &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemax(Rangemin(frac([Release Time]),maketime(7,30)),maketime(7,30)), 0),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NetWorkDays([Create Time Release] ,[Create Time Release]),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemin(Rangemax(frac([Create Time Release]),maketime(16,30)),maketime(16,30)) - &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemax(rangemin(frac([Create Time Release]),maketime(16,30)),maketime(7,30)), 0),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NetWorkDays([Create Time Release],[Create Time Release]) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And floor([Create Time Release]) = floor([Release Time]),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -MakeTime(7,30)) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'hh:mm:ss') as DurationRelease,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is syntactically correct, but I am not sure if is logically correct as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146953#M911805</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-08T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146954#M911806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If one of the answers is correct, please mark it as so. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146954#M911806</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2016-06-08T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date Diffrence in Hours Mins And Sec</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146955#M911807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you still have issues with that expression (which I remember quite well, even if it's some years old)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, it would be really helpful if you actually would describe your issues in details, giving some sample input records, returned results from the expression and the results you expect to get instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can see for now, you have a 9 hour working day, so the correction for same start and end date should be&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;EM style="font-weight: inherit; font-family: inherit;"&gt;Interval(&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; Rangesum(&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NetWorkDays([Create Time Release] + 1, [Release Time] - 1) * 9/24,&lt;/EM&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;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NetWorkDays([Release Time], [Release Time]),&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemin(Rangemax(frac([Release Time]),maketime(7,30)),maketime(16,30)) -&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemax(Rangemin(frac([Release Time]),maketime(7,30)),maketime(7,30)), 0),&lt;/EM&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;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NetWorkDays([Create Time Release] ,[Create Time Release]),&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemin(Rangemax(frac([Create Time Release]),maketime(16,30)),maketime(16,30)) -&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemax(rangemin(frac([Create Time Release]),maketime(16,30)),maketime(7,30)), 0),&lt;/EM&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;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NetWorkDays([Create Time Release],[Create Time Release])&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And floor([Create Time Release]) = floor([Release Time]),&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;STRONG&gt;MakeTime(9)&lt;/STRONG&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;'hh:mm:ss') as DurationRelease,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you issue is something else, please clarify (and also double check that your timestamps are actually read in correctly from your source:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 22:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Diffrence-in-Hours-Mins-And-Sec/m-p/1146955#M911807</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-08T22:13:36Z</dc:date>
    </item>
  </channel>
</rss>

