<?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 Calculating Total Hours when summing times in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-Total-Hours-when-summing-times/m-p/491300#M183570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate total hours and my results keep rolling over when reaching 24 hours. How do I format the field so that when the total is over 24 hours this will show correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;The expression I am using is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Inte&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;rval (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityFinish&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'hh:mm') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Many thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Pip&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 03:39:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-17T03:39:15Z</dc:date>
    <item>
      <title>Calculating Total Hours when summing times</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Total-Hours-when-summing-times/m-p/491300#M183570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate total hours and my results keep rolling over when reaching 24 hours. How do I format the field so that when the total is over 24 hours this will show correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;The expression I am using is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Inte&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;rval (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityFinish&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'hh:mm') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Many thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Pip&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 03:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Total-Hours-when-summing-times/m-p/491300#M183570</guid>
      <dc:creator />
      <dc:date>2013-12-17T03:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Total Hours when summing times</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Total-Hours-when-summing-times/m-p/491301#M183571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want number of days when it is over 24 then try like:&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;Inte&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;rval (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityFinish&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'dd:hh:mm') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 04:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Total-Hours-when-summing-times/m-p/491301#M183571</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-17T04:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Total Hours when summing times</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Total-Hours-when-summing-times/m-p/491302#M183572</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;thanks this has not worked. I added the timestamp# function prior to this and is has worked.&lt;/P&gt;&lt;P&gt;Thankyou for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Timestamp#(Inte&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;rval (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityFinish&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TS_TimeActivityStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'hh:mm'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 04:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Total-Hours-when-summing-times/m-p/491302#M183572</guid>
      <dc:creator />
      <dc:date>2013-12-17T04:40:19Z</dc:date>
    </item>
  </channel>
</rss>

