<?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: Time Format Over 24 hours in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247685#M94327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this question was ages ago but just in case somebody googled it as I have did the answer is as follows:&lt;/P&gt;&lt;P&gt;try changing the details of the visuals on the side as follows :&lt;IMG alt="Capture10.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139460_Capture10.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 15:40:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-03T15:40:21Z</dc:date>
    <item>
      <title>Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247678#M94320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a text box which shows the hours between the time an incident was logged until it was closed.&amp;nbsp; One of the incidents is showing a time of 76 Hours, 50 Minutes and 43 Seconds.&amp;nbsp; In the text box it should show as 76:50:43, however it shows as 04:50:43 (which is 3 days, 4 hours, 50 mins and 43 secs).&lt;/P&gt;&lt;P&gt;How do I get the text box to show just the hours (ie: 76:50:43) without counting the days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jon Ditchfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I am a novice at Qlikview and only have an QV Personal Edition &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 14:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247678#M94320</guid>
      <dc:creator />
      <dc:date>2012-01-03T14:58:28Z</dc:date>
    </item>
    <item>
      <title>Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247679#M94321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look into the interval() function which is capable of handling durations &amp;gt; 24h.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 15:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247679#M94321</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-03T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247680#M94322</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;BR /&gt;Assuming you have a Start and End date fields, the Interval() function with the substraction of one timestamp to the other should work. For example, this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Interval&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;'03/01/2012 22:00:00'&lt;SPAN class="s1"&gt;) - &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;'01/01/2012 21:30:00'&lt;SPAN class="s1"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should return "48:30:00" meaning 48 hours, 30 minutes, zero secods. The first Timestamp would be the end date, and the second the start date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that is very important the format the date field is, and make sure to do any required formatting in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 15:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247680#M94322</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-03T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247681#M94323</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 calculation have already been worked out in excel and then brought over to Qlikview so I only have the time between the call being logged and resolved (ie: 23 hours, 40 minutes in format 23:40:00) not a start and end time in qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 15:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247681#M94323</guid>
      <dc:creator />
      <dc:date>2012-01-03T15:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247682#M94324</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() will do likewise. The following will work in a text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;=&lt;/SPAN&gt;Interval&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;'48:30:00'&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;'hh:mm:ss'&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 15:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247682#M94324</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-03T15:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247683#M94325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Miguel,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Where would I need to enter this into,&amp;nbsp; I have tried entering it in Text Box Properties, the 'sort' tab, then I picked up the sort priority, which I called Average Call Time, then ticked expression and then entered the expression.&amp;nbsp; It still shows the Average call time as 04:50:43, rather than 76:50:43.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 15:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247683#M94325</guid>
      <dc:creator />
      <dc:date>2012-01-03T15:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247684#M94326</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;You should use that expression in the load script, as in this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;Data&lt;/EM&gt;:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;Interval&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;AverageCallTime&lt;SPAN class="s1"&gt;) &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;AS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;AverageCallTime&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;INLINE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;[&lt;BR /&gt;AverageCallTime&lt;BR /&gt;78:45:00&lt;BR /&gt;13:00:00&lt;BR /&gt;145:00:00&lt;BR /&gt;]&lt;SPAN class="s1"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the field AverageCallTime should show properly and should be sorted numeric properly as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 16:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247684#M94326</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-03T16:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format Over 24 hours</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247685#M94327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this question was ages ago but just in case somebody googled it as I have did the answer is as follows:&lt;/P&gt;&lt;P&gt;try changing the details of the visuals on the side as follows :&lt;IMG alt="Capture10.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139460_Capture10.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-Over-24-hours/m-p/247685#M94327</guid>
      <dc:creator />
      <dc:date>2016-10-03T15:40:21Z</dc:date>
    </item>
  </channel>
</rss>

