<?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 Call Duration Format Calculations in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219263#M72303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use interval() to do that.&lt;/P&gt;&lt;P&gt;if you get sum(Duration) and duration are in format "interval" (make the formatting in the script). then you will be able to get duration of more than 24 hours, and also use a format like DD:hh:mm:ss or D hh:mm:ss.&lt;/P&gt;&lt;P&gt;Note, if you got the call length in seconds, you will have to divide it by 86400 to get it in time format: intervall([Duration seconds] /86400)&lt;/P&gt;&lt;P&gt;Br Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Mar 2011 12:29:02 GMT</pubDate>
    <dc:creator>daniel_wennstro</dc:creator>
    <dc:date>2011-03-13T12:29:02Z</dc:date>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219253#M72293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I'm trying to get the durations of calls right for our callcentre model. The way we get Callduration from the database is eg. 00:11, 14:56 etc. When i do a sum of the call duration in an expression it doesn't come right as you can see below. It seems like such a simple thing but i've tried everything and it doesn't look right.&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-895_sourceID:895" /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I've also created a live call duration 'tick over' (below) - I've tried to say DD:HH:MM:SS&lt;/DIV&gt;&lt;DIV&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-896_sourceID:896" /&gt;&lt;/DIV&gt;&lt;DIV&gt;But because the format in which it comes in (mm:ss), i don't know if it is right, it never shows the seconds which i know t should.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Please could someone help me with this.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;P.S. Sorry if this has already been brought up.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 11:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219253#M72293</guid>
      <dc:creator />
      <dc:date>2010-01-21T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219254#M72294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;see the attached file for more details. And of course see also QV Help: TIME.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 11:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219254#M72294</guid>
      <dc:creator />
      <dc:date>2010-01-21T11:45:07Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219255#M72295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;Looked at the attached example, the only difference is, in the example the call duration was brought in the total amount of seconds eg. 657 seconds, so all he did was convert it to time and it was fine..i receive my call duration in mm:ss. How do i calculate the sum of that in an expression, i've been saying sum(callduration) (as is) and you can see by the examples above that the totals do not add up and for the 'live tick over' i do not receive seconds. The Time functions make things worse.. Would you like me to send more examples of what i am talking about?&lt;/P&gt;&lt;P&gt;Thanks for your quick response...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219255#M72295</guid>
      <dc:creator />
      <dc:date>2010-01-21T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219256#M72296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;please attach a qlikview file with some data in it.&lt;/P&gt;&lt;P&gt;Thank´s.&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219256#M72296</guid>
      <dc:creator />
      <dc:date>2010-01-21T12:14:41Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219257#M72297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A&gt;file:///C:/Users/Richard/Desktop/Duration_Example.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Won't let me insert the file, says it is not allowed..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219257#M72297</guid>
      <dc:creator />
      <dc:date>2010-01-21T12:53:22Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219258#M72298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Richard,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;maybe it´s to big.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Another option will be an excel file with a few records.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Rainer&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219258#M72298</guid>
      <dc:creator />
      <dc:date>2010-01-21T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219259#M72299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know what the problem is.. Anyway, you could use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;AgentName, CallDuration&lt;/P&gt;&lt;P&gt;Tom, 05:45&lt;/P&gt;&lt;P&gt;***, 00:01&lt;/P&gt;&lt;P&gt;Harry, 15:59&lt;/P&gt;&lt;P&gt;Harry, 00:35&lt;/P&gt;&lt;P&gt;Tom, 08:02&lt;/P&gt;&lt;P&gt;***, 12:26&lt;/P&gt;&lt;P&gt;Tom, 04:37&lt;/P&gt;&lt;P&gt;Harry, 01:10&lt;/P&gt;&lt;P&gt;***, 01:24&lt;/P&gt;&lt;P&gt;Harry, 45:56&lt;/P&gt;&lt;P&gt;Tom , 21:48&lt;/P&gt;&lt;P&gt;***, 06:10&lt;/P&gt;&lt;P&gt;Tom, 00:02&lt;/P&gt;&lt;P&gt;Tom, 06:07&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;DIV&gt;And then try and create the reports i showed you in the beginning?&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219259#M72299</guid>
      <dc:creator />
      <dc:date>2010-01-21T13:55:49Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219260#M72300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guess they quite strict on the language.. I'm sure you could edit that though &lt;IMG alt="Indifferent" src="http://community.qlik.com/emoticons/emotion-8.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219260#M72300</guid>
      <dc:creator />
      <dc:date>2010-01-21T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219261#M72301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;so far I see you are now a step closer to reach your goal.&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 15:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219261#M72301</guid>
      <dc:creator />
      <dc:date>2010-01-21T15:38:20Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219262#M72302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rainer, you're a genius, thanks so much for all your help, really appreciate it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 15:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219262#M72302</guid>
      <dc:creator />
      <dc:date>2010-01-21T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Call Duration Format Calculations in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219263#M72303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use interval() to do that.&lt;/P&gt;&lt;P&gt;if you get sum(Duration) and duration are in format "interval" (make the formatting in the script). then you will be able to get duration of more than 24 hours, and also use a format like DD:hh:mm:ss or D hh:mm:ss.&lt;/P&gt;&lt;P&gt;Note, if you got the call length in seconds, you will have to divide it by 86400 to get it in time format: intervall([Duration seconds] /86400)&lt;/P&gt;&lt;P&gt;Br Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2011 12:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-Duration-Format-Calculations-in-Qlikview/m-p/219263#M72303</guid>
      <dc:creator>daniel_wennstro</dc:creator>
      <dc:date>2011-03-13T12:29:02Z</dc:date>
    </item>
  </channel>
</rss>

