<?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: Convert a integer number in seconds to dd:hh:mm:ss in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Re-Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/1934452#M1219103</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Try these to see if it will help.&lt;/P&gt;
&lt;P&gt;=interval(interval#(4603422,'ss'),'d hh:mm:ss')&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;=interval(interval#(FIELDWITHSECONDS,'ss'),'d hh:mm:ss')&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 19:49:40 GMT</pubDate>
    <dc:creator>Bill_Britt</dc:creator>
    <dc:date>2022-05-23T19:49:40Z</dc:date>
    <item>
      <title>Re: Convert a integer number in seconds to dd:hh:mm:ss</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/1894630#M1217547</link>
      <description>&lt;P&gt;Please help me,&lt;/P&gt;
&lt;P&gt;How&amp;nbsp; to convert&amp;nbsp; one column integer number&amp;nbsp; into hh:mm:ss&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 06:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/1894630#M1217547</guid>
      <dc:creator>bindu</dc:creator>
      <dc:date>2022-02-18T06:24:01Z</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/Re-Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/1934452#M1219103</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Try these to see if it will help.&lt;/P&gt;
&lt;P&gt;=interval(interval#(4603422,'ss'),'d hh:mm:ss')&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;=interval(interval#(FIELDWITHSECONDS,'ss'),'d hh:mm:ss')&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 19:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/1934452#M1219103</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2022-05-23T19:49:40Z</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/Re-Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/1938592#M1219251</link>
      <description>&lt;P&gt;The interval function will convert an integer simply by&lt;/P&gt;
&lt;P&gt;interval(&amp;lt;integer value&amp;gt;, 'D hh:mm:ss')&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;I use this function in most of my reports like this...&lt;/P&gt;
&lt;P&gt;At the beginning of the script I create a variable vExecStart by Let vExecStart = now();&lt;/P&gt;
&lt;P&gt;At the end of the script I create a new variable vExecStop by Let vExecStop = now().&lt;/P&gt;
&lt;P&gt;Then, I calculate the execution time with another variable by Let vExecTime = Interval(vExecStop -&amp;nbsp;vExecStart, 'D hh:mm:ss').&lt;/P&gt;
&lt;P&gt;Each of these, vExecStart and vExecStop are numbers like 44713.xxxxx.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P&gt;(aka johncaqc)&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 20:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Convert-a-integer-number-in-seconds-to-dd-hh-mm-ss/m-p/1938592#M1219251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-01T20:18:57Z</dc:date>
    </item>
  </channel>
</rss>

