<?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: Number to timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653799#M238949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Kevin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try like this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If time is in hmmss format&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TimeStamp(Timestamp#('54620','hmmss'),'hh:mm:ss')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If 54620 is seconds then try like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=interval(timestamp#(54620, 's'), 'hh:mm:ss')&amp;nbsp; --&amp;gt; 15:10:20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 14:58:00 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-08-26T14:58:00Z</dc:date>
    <item>
      <title>Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653793#M238943</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;Which function in QV can I use to convert a number eg 54620 to hh:mm:ss?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653793#M238943</guid>
      <dc:creator />
      <dc:date>2014-08-26T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653794#M238944</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;what is your expected output here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=interval(timestamp#(54620, 's'), 'hh:mm:ss')&amp;nbsp; --&amp;gt; 15:10:20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;=Time#(Left(Repeat('0',6-Len(54620))&amp;amp;54620,2) &amp;amp; ':' &amp;amp; Mid(Repeat('0',6-Len(54620))&amp;amp;54620,3,2)&amp;amp; ':' &amp;amp;Right(Repeat('0',6-Len(54620))&amp;amp;54620,2),'hh:mm:ss')&amp;nbsp;&amp;nbsp; --&amp;gt; Returns 05:46:20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653794#M238944</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-26T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653795#M238945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Time(Time#('9690','ss'),'hh:mm:ss') ---------2:41:30 (Output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653795#M238945</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-08-26T12:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653796#M238946</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;&lt;/P&gt;&lt;P&gt;Use like&lt;/P&gt;&lt;P&gt;Time(54620,'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653796#M238946</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-08-26T12:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653797#M238947</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;maybe like this?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="65237" alt="QlikCommunity_Thread_130811_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65237_QlikCommunity_Thread_130811_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 13:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653797#M238947</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-26T13:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653798#M238948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=TimeStamp(Timestamp#('54620','hmmss'),'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 13:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653798#M238948</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-08-26T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653799#M238949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Kevin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try like this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If time is in hmmss format&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TimeStamp(Timestamp#('54620','hmmss'),'hh:mm:ss')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If 54620 is seconds then try like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=interval(timestamp#(54620, 's'), 'hh:mm:ss')&amp;nbsp; --&amp;gt; 15:10:20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 14:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653799#M238949</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-26T14:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653800#M238950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works! cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 09:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653800#M238950</guid>
      <dc:creator />
      <dc:date>2014-09-02T09:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653801#M238951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works! cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 09:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653801#M238951</guid>
      <dc:creator />
      <dc:date>2014-09-02T09:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653802#M238952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didn't return the correct timestamp, cheers though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 09:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653802#M238952</guid>
      <dc:creator />
      <dc:date>2014-09-02T09:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653803#M238953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works! cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 09:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653803#M238953</guid>
      <dc:creator />
      <dc:date>2014-09-02T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Number to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653804#M238954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by marking correct or helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 09:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-to-timestamp/m-p/653804#M238954</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-09-02T09:34:45Z</dc:date>
    </item>
  </channel>
</rss>

