<?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: Wrong Total.... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756872#M1030090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview is converting you time stamp to number format internally and making it sum.&lt;/P&gt;&lt;P&gt;That's why the result is wrong, convert the time stamp to sec or hr and get the sum out of it, this will give the sum of duration in seconds .&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;sum(Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Duration&lt;/SPAN&gt;,'hh:mm:ss'),'ss') ) this will give duration sum in seconds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Hope this helps you &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 09:35:01 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-02-06T09:35:01Z</dc:date>
    <item>
      <title>Wrong Total....</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756869#M1030086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one field(Duration) which contains duration in HH:MM:SS format. I took one Text object and put Sum(Duration) expression and it will showing value. But I am not able to understand how Qlikview internally added these values. Its showing the wrong data. Can any one help me to understand this. Please find screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Time.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77256_Time.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756869#M1030086</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2015-02-06T08:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Total....</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756870#M1030087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using any formatting? y wrapping your sum expression with a Time() function, which should reformat it, though your value looks extremely high to be a summed time expression!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756870#M1030087</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-02-06T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Total....</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756871#M1030088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;can you share the application?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756871#M1030088</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2015-02-06T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Total....</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756872#M1030090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview is converting you time stamp to number format internally and making it sum.&lt;/P&gt;&lt;P&gt;That's why the result is wrong, convert the time stamp to sec or hr and get the sum out of it, this will give the sum of duration in seconds .&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;sum(Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Duration&lt;/SPAN&gt;,'hh:mm:ss'),'ss') ) this will give duration sum in seconds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Hope this helps you &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Total/m-p/756872#M1030090</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-06T09:35:01Z</dc:date>
    </item>
  </channel>
</rss>

