<?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 Sum Time in Hours (HH:MM) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236084#M87303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Thiago.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;See the example. Hope this help!.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2011 20:18:03 GMT</pubDate>
    <dc:creator>spividori</dc:creator>
    <dc:date>2011-04-29T20:18:03Z</dc:date>
    <item>
      <title>Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236082#M87301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings!!!&lt;/P&gt;&lt;P&gt;I have a little issue, and have exhausted my ideas and found no solution...&lt;/P&gt;&lt;P&gt;I have a field that contains time amounts like in the format 'HH:MM', like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIME&lt;BR /&gt;----------------------------&lt;BR /&gt;00:20&lt;BR /&gt;00:36&lt;BR /&gt;01:15&lt;BR /&gt;06:37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to create a chart to show the total amount of time per Day/Month/Year etc... but the SUM() function does not work properly, and I don't know how to dismenber the data to sum it the right way.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;Thank you all!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 20:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236082#M87301</guid>
      <dc:creator />
      <dc:date>2011-04-29T20:01:20Z</dc:date>
    </item>
    <item>
      <title>Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236083#M87302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This test worked for me, I got 50 min as result:&lt;BR /&gt;=time(num(time#('00:20', 'hh:mm')) + num(time#('00:30', 'hh:mm')) , 'hh:mm')&lt;/P&gt;&lt;P&gt;So, it may look like this for you:&lt;BR /&gt; =time(sum(num(time#(TIME,'hh:mm'))),'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 20:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236083#M87302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-29T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236084#M87303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Thiago.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;See the example. Hope this help!.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 20:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236084#M87303</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2011-04-29T20:18:03Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236085#M87304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandro!!! Thx for the example!!!&lt;/P&gt;&lt;P&gt;But I'm getting a weird result in the charts!&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1385.prb.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1385.prb.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I noticed that some of the data are on this format:&lt;/P&gt;&lt;P&gt;59:59:00&lt;/P&gt;&lt;P&gt;Can this be the issue!!??&lt;/P&gt;&lt;P&gt;Thank you again!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 20:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236085#M87304</guid>
      <dc:creator />
      <dc:date>2011-04-29T20:43:44Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236086#M87305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;I tried to use your formulas, and they work! But for the reason I told Sandro, the results still creepy!&lt;/P&gt;&lt;P&gt;There are a lot HH:MM:SS info in the field... how can I take away the SS part without messing with the data? I tried using SUBSTRING() and RIGHT(), but with no sucess...&lt;/P&gt;&lt;P&gt;This Y axis scale is driving me crazy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 21:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236086#M87305</guid>
      <dc:creator />
      <dc:date>2011-04-29T21:18:27Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236087#M87306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use time(). Use interval(). Time is a clock time, so is limited to 24 hours. Interval is a duration, so can be as long as necessary. Sandro's example uses "interval", though in this case as just a format on the number tab.&lt;/P&gt;&lt;P&gt;It appears that your chart is turning your times or intervals into dates. Hopefully setting it as an interval in either the data or on the number tab will fix that. I have no problem, for instance, if I convert Sandro's example to a bar chart.&lt;/P&gt;&lt;P&gt;As for taking away the SS data, just override the format. Like this, for intance:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;interval(sum(MyInterval),'hh:mm')&lt;/P&gt;&lt;P&gt;Depending on what you're doing, that could also just be an override format on the number tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 21:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236087#M87306</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-29T21:28:06Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236088#M87307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John!&lt;/P&gt;&lt;P&gt;I got the idea, and have used your function on my script...&lt;/P&gt;&lt;P&gt;Weirdly, nothing changed! =(&lt;/P&gt;&lt;P&gt;If I upload a QVW with the data of this field, can you, or anyone, look into it? This is a monster bump on my project, and is causing me a lot of trouble...&lt;/P&gt;&lt;P&gt;Again, thank you very very much!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 22:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236088#M87307</guid>
      <dc:creator />
      <dc:date>2011-04-29T22:00:07Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236089#M87308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, it's always easier to debug when we have something to look at. Upload away!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 22:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236089#M87308</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-29T22:18:36Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236090#M87309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John!&lt;/P&gt;&lt;P&gt;The Forum does not allow me to upload the QVD/QVW with the data... where am I going wrong? =S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 13:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236090#M87309</guid>
      <dc:creator />
      <dc:date>2011-05-02T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236091#M87310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Upload working fine for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 13:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236091#M87310</guid>
      <dc:creator />
      <dc:date>2011-05-02T13:46:53Z</dc:date>
    </item>
    <item>
      <title>Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236092#M87311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's the file!&lt;/P&gt;&lt;P&gt;Started my week being a NOOB! =$&lt;/P&gt;&lt;P&gt;Standing by your lightshed John!&lt;/P&gt;&lt;P&gt;Thanx everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 15:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236092#M87311</guid>
      <dc:creator />
      <dc:date>2011-05-02T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236093#M87312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to get sum of 2 time field that have more than 24 hours&lt;/P&gt;&lt;P&gt;I want to get sum 2 time in expression in qlikview like this: 20:25:50 and 22:45:15&lt;/P&gt;&lt;P&gt;And in result show this:43:11:05&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 10:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236093#M87312</guid>
      <dc:creator>marjan_it</dc:creator>
      <dc:date>2014-08-12T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236094#M87313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As John said,&lt;/P&gt;&lt;P&gt;try &lt;EM&gt;Interval(TotalTempoDisponibilidade, 'hh:mm') as TotalTempoDisponibilidade&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Edit: sorry didn't see the date of the post. Marjan, you can use Interval(Sum(&lt;EM&gt;TimeValueField&lt;/EM&gt;), 'hh:mm:ss')&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 10:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236094#M87313</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-08-12T10:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236095#M87314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;but my &lt;/SPAN&gt;&lt;EM style="color: #3d3d3d; font-size: 10.0pt; font-family: 'Helvetica','sans-serif';"&gt;TimeValueField&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; is in 2 different&amp;nbsp; field: field A:&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;20:25:50&amp;nbsp; and field B:&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; 22:45:15&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 04:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236095#M87314</guid>
      <dc:creator>marjan_it</dc:creator>
      <dc:date>2014-08-13T04:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236096#M87315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&amp;nbsp; Sum(Interval(Time,'hh:mm')) as TotalTime&amp;nbsp; inline [&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;00:20&lt;/P&gt;&lt;P&gt;00:36&lt;/P&gt;&lt;P&gt;01:15&lt;/P&gt;&lt;P&gt;06:37&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/236096#M87315</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-10T09:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Sum Time in Hours (HH:MM)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/1695064#M450890</link>
      <description>&lt;P&gt;&lt;SPAN&gt;thanks for your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 00:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Time-in-Hours-HH-MM/m-p/1695064#M450890</guid>
      <dc:creator>PASTORGAA</dc:creator>
      <dc:date>2020-04-21T00:03:38Z</dc:date>
    </item>
  </channel>
</rss>

