<?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 Time format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184083#M49112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Time(Time_Value,'hh:mm:ss'). Be careful because Time_Value must be in Days, so if your field keeps hours, you should divide it by 24.&lt;/P&gt;&lt;P&gt;Look for it in qlik´s help under formating functions for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jun 2010 12:53:15 GMT</pubDate>
    <dc:creator>fernandotoledo</dc:creator>
    <dc:date>2010-06-10T12:53:15Z</dc:date>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184082#M49111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i may be missing something pretty obvious here,&lt;/P&gt;&lt;P&gt;i want to display time in hours, e.g. 37.5 and a half hours will be 37:30:00 and not 13:30:00.&lt;BR /&gt;similar to the custom format in excel where you can put it as [ h ]:mm:ss.&lt;/P&gt;&lt;P&gt;also how can i show negative times. e.g. 07:00:00 - 07:30:00 = -00:30:00&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 12:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184082#M49111</guid>
      <dc:creator />
      <dc:date>2010-06-10T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184083#M49112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Time(Time_Value,'hh:mm:ss'). Be careful because Time_Value must be in Days, so if your field keeps hours, you should divide it by 24.&lt;/P&gt;&lt;P&gt;Look for it in qlik´s help under formating functions for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 12:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184083#M49112</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-06-10T12:53:15Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184084#M49113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done a sample application and attached with this post. what i have done is i have inline table to enter the time. I used subfield function to separate hrs and minutes. used apply map function to recalculate minute ( cos in ur application 37.5 is 37 hrs :30 minutes. Go through the application you will understand the code.its very simple and easy application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 13:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184084#M49113</guid>
      <dc:creator />
      <dc:date>2010-06-10T13:15:51Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184085#M49114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i may have been misleading in the original question,&lt;/P&gt;&lt;P&gt;the table has the time in days e.g. 0.3125 which is easy to display as 07:30:00&lt;/P&gt;&lt;P&gt;the problem comes when summing these. so i want 1.5625 to be displayed as 37:30:00.&lt;/P&gt;&lt;P&gt;in excel you can chose the format as [ h ]:mm:ss how can i do something similar in qlikview.&lt;BR /&gt;is this possible without having to add up the hours manually?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 14:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184085#M49114</guid>
      <dc:creator />
      <dc:date>2010-06-10T14:36:01Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184086#M49115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont think there is any easy way to do it. what i would do is i will separate the value before the decimal and multiply it with 24 . then add it with time we get using time('.'&amp;amp; subfield(timevalue,'.',2)) ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 16:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184086#M49115</guid>
      <dc:creator />
      <dc:date>2010-06-10T16:37:14Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184087#M49116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use interval(). Something like interval(sum(YourDurationField),'hh:mm:ss'). Time() is a clock time, so is limited to 24 hours. Interval() is a duration of time, so has no such limit. For that matter, your duration field that you're summing should be an interval as well, not a time() or timestamp().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 17:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184087#M49116</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-06-10T17:26:52Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184088#M49117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn´t know this function! Very Interesting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 17:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184088#M49117</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-06-10T17:59:42Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184089#M49118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;brilliant! thanks john!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 18:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184089#M49118</guid>
      <dc:creator />
      <dc:date>2010-06-10T18:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/184090#M49119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FERNANDOTOLEDO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tu solucion fue de utilidad y me ayudo al problema similar que tenia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 20:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/184090#M49119</guid>
      <dc:creator>doplear01</dc:creator>
      <dc:date>2013-02-15T20:44:53Z</dc:date>
    </item>
  </channel>
</rss>

