<?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 Convert a integer number in seconds to dd:hh:mm:ss in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440833#M567167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a integer number in seconds: 4.603.422, that I obtain from an expression and i'd like to transfom in: day:hh:mm:ss&lt;/P&gt;&lt;P&gt;I've tried with number format, but result is 00:00:00, then a tried to use functions like time, timestamp, maketime with or without # but i can achieve my target. Is there a function to solve this trouble or have I to calculate dd:hh:mm:ss concatenating different expression to extract separately day, hours and so on?&lt;/P&gt;&lt;P&gt;Who can help me, pls? Tks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 11:40:27 GMT</pubDate>
    <dc:creator>canmarroig</dc:creator>
    <dc:date>2012-11-16T11:40:27Z</dc:date>
    <item>
      <title>Convert a integer number in seconds to dd:hh:mm:ss</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440833#M567167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a integer number in seconds: 4.603.422, that I obtain from an expression and i'd like to transfom in: day:hh:mm:ss&lt;/P&gt;&lt;P&gt;I've tried with number format, but result is 00:00:00, then a tried to use functions like time, timestamp, maketime with or without # but i can achieve my target. Is there a function to solve this trouble or have I to calculate dd:hh:mm:ss concatenating different expression to extract separately day, hours and so on?&lt;/P&gt;&lt;P&gt;Who can help me, pls? Tks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 11:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440833#M567167</guid>
      <dc:creator>canmarroig</dc:creator>
      <dc:date>2012-11-16T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a integer number in seconds to dd:hh:mm:ss</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440834#M567168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=interval(interval#(4603422,'ss'),'d hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=interval(interval#(FIELDWITHSECONDS,'ss'),'d hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 11:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440834#M567168</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-16T11:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a integer number in seconds to dd:hh:mm:ss</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440835#M567169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a variable with my sum and'ive put it inside expression. Excellent!! Tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 14:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440835#M567169</guid>
      <dc:creator>canmarroig</dc:creator>
      <dc:date>2012-11-16T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a integer number in seconds to dd:hh:mm:ss</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440836#M567170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,this is working perfectly. But, I have customer requirement that, If we download this to excel and select couple if rows, we can only count of the rows but not the sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have these values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="75"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" width="75"&gt;03:04:46:45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;&lt;P&gt;02:22:18:05&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we select these, excel should show 05:27:04:50 in the right corner bottom of Excel. Help me out in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/440836#M567170</guid>
      <dc:creator />
      <dc:date>2017-07-12T09:10:59Z</dc:date>
    </item>
  </channel>
</rss>

