<?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 AW:Convert Numbers of seconds in Hours in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220464#M73373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it's work perfectly &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Apr 2010 12:02:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-21T12:02:07Z</dc:date>
    <item>
      <title>Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220457#M73366</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;I have a problem with the time in Qlikview. I Have a field which is the numbers of seconds.&lt;/P&gt;&lt;P&gt;In the dashboard I want see the average of this number for each dimension. But this average must be in Hours (19h27 min for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you an idea for the expression which I must used please?[:)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 10:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220457#M73366</guid>
      <dc:creator />
      <dc:date>2010-04-21T10:40:00Z</dc:date>
    </item>
    <item>
      <title>Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220458#M73367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can convert the second to hours/minutes using time function.&lt;/P&gt;&lt;P&gt;Eg Time(a,'hh:mm:ss')&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 10:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220458#M73367</guid>
      <dc:creator />
      <dc:date>2010-04-21T10:48:27Z</dc:date>
    </item>
    <item>
      <title>AW:Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220459#M73368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY THIS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;B&gt;FLOOR&lt;/B&gt;((SECONDS/3600))&amp;amp;'h'&amp;amp;&lt;B&gt;ROUND&lt;/B&gt;(&lt;B&gt;MOD&lt;/B&gt;(SECONDS,3600)/60)&amp;amp;'min'&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 10:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220459#M73368</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2010-04-21T10:53:23Z</dc:date>
    </item>
    <item>
      <title>AW:Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220460#M73369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time don't succeed because I have a number of Seconds.&lt;/P&gt;&lt;P&gt;For the second answer, I have the good result for Hour, but not for the minutes I don't know why, I don't have any minutes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 11:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220460#M73369</guid>
      <dc:creator />
      <dc:date>2010-04-21T11:07:26Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220461#M73370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i checked it and it worked for me .....&lt;/P&gt;&lt;P&gt;maybe copy &amp;amp; paste mistake ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 11:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220461#M73370</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2010-04-21T11:14:08Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220462#M73371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is my line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FLOOR((avg([CRM_STATS.response time])/3600))&amp;amp;' h '&amp;amp; ROUND((MOD(avg([CRM_STATS.response time]),3600)/60))&amp;amp;' min '&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I try other copy past but He doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 11:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220462#M73371</guid>
      <dc:creator />
      <dc:date>2010-04-21T11:25:50Z</dc:date>
    </item>
    <item>
      <title>AW:Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220463#M73372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Average-Funktion returns decimals !&lt;/P&gt;&lt;P&gt;The modulo-function only works without.&lt;/P&gt;&lt;P&gt;So do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;B&gt;FLOOR&lt;/B&gt;((&lt;B&gt;AVG&lt;/B&gt;(&lt;B&gt;SECONDS&lt;/B&gt;)/3600))&amp;amp;'h'&amp;amp;&lt;B&gt;ROUND&lt;/B&gt;(&lt;B&gt;MOD&lt;/B&gt;(&lt;B&gt;ROUND&lt;/B&gt;(&lt;B&gt;AVG&lt;/B&gt;(&lt;B&gt;SECONDS&lt;/B&gt;)),3600)/60)&amp;amp;'min'&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 11:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220463#M73372</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2010-04-21T11:58:48Z</dc:date>
    </item>
    <item>
      <title>AW:Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220464#M73373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it's work perfectly &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 12:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220464#M73373</guid>
      <dc:creator />
      <dc:date>2010-04-21T12:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220465#M73374</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;Please can you place a set analysis example in this formula as I'm struggling pull these together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220465#M73374</guid>
      <dc:creator />
      <dc:date>2015-06-05T11:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220466#M73375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need your help cause I have the same problem, but with a sum and it does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLOOR((AVG(&lt;STRONG&gt;&lt;EM&gt;sum({&amp;lt;disposition= {'ANSWERED'}&amp;gt; } duration)&lt;/EM&gt;&lt;/STRONG&gt;)/3600))&amp;amp;'h'&amp;amp;ROUND(MOD(ROUND(AVG(&lt;STRONG&gt;&lt;EM&gt;sum({&amp;lt;disposition= {'ANSWERED'}&amp;gt; } duration)&lt;/EM&gt;&lt;/STRONG&gt;)),3600)/60)&amp;amp;'min'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the set "count({&amp;lt;disposition= {'ANSWERED'}&amp;gt; } duration)" is ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 15:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220466#M73375</guid>
      <dc:creator>fred_randon</dc:creator>
      <dc:date>2016-01-11T15:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Numbers of seconds in Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220467#M73376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my case below one shows(127200 seconds) 35h 20min same want see in days like 4 days 3 h 20 min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FLOOR&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;((&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AVG&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SECONDS&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)/3600))&amp;amp;'h'&amp;amp;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ROUND&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MOD&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ROUND&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AVG&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SECONDS&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)),3600)/60)&amp;amp;'min'&lt;/SPAN&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;&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; font-size: 13px;"&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; font-size: 13px;"&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; font-size: 13px;"&gt;Thanks &amp;amp; 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; font-size: 13px;"&gt;Nagesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 13:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numbers-of-seconds-in-Hours/m-p/220467#M73376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-06T13:45:45Z</dc:date>
    </item>
  </channel>
</rss>

