<?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 Converting Seconds to hh:mm - problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829781#M292048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I have a '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Difference Seconds]&lt;/SPAN&gt;' field that totals to :125040&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the following expression to try and convert this to hh:mm:ss :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(Time(Time#([Difference Seconds],'ss'),'hh:mm:ss'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output is 10:44:00.&amp;nbsp; The actual hh:mm that should be displayed is around 34 hours.&amp;nbsp; Can anyone help to get the correct output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 11:37:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-26T11:37:34Z</dc:date>
    <item>
      <title>Converting Seconds to hh:mm - problem</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829781#M292048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I have a '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Difference Seconds]&lt;/SPAN&gt;' field that totals to :125040&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the following expression to try and convert this to hh:mm:ss :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(Time(Time#([Difference Seconds],'ss'),'hh:mm:ss'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output is 10:44:00.&amp;nbsp; The actual hh:mm that should be displayed is around 34 hours.&amp;nbsp; Can anyone help to get the correct output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 11:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829781#M292048</guid>
      <dc:creator />
      <dc:date>2015-06-26T11:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Seconds to hh:mm - problem</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829782#M292049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use interval() and interval#() instead of Time() / Time#().&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#(sum([Difference Seconds]),'ss'),'hh:mm:ss')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 11:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829782#M292049</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-26T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Seconds to hh:mm - problem</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829783#M292050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Interval(125040/(3600*24),'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 11:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829783#M292050</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-26T11:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Seconds to hh:mm - problem</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829784#M292051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Div&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(125040,3600)) &amp;amp; ':' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Div&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(125040 - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Div&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(125040,3600) * 3600 , 60)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 11:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Seconds-to-hh-mm-problem/m-p/829784#M292051</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-26T11:45:57Z</dc:date>
    </item>
  </channel>
</rss>

