<?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: Totals Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012324#M467652</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 find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NumMap:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Hour,&lt;/P&gt;&lt;P&gt;TimeStamp(Timestamp#(Hour, 'hh:mm:ss'), 'hh:mm:ss') AS Time_Formatted&lt;/P&gt;&lt;P&gt;INLINE [ &lt;/P&gt;&lt;P&gt;Hour&lt;/P&gt;&lt;P&gt;10:50:30&lt;/P&gt;&lt;P&gt;5:09:30&lt;/P&gt;&lt;P&gt;10:50:30&lt;/P&gt;&lt;P&gt;5:09:55&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression in Straight table:&lt;/P&gt;&lt;P&gt;=If(RowNo() = 0,&amp;nbsp; Interval(Num(Sum(Time_Formatted)), 'hh:mm:ss'), Sum(Time_Formatted))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2015 06:52:56 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-11-03T06:52:56Z</dc:date>
    <item>
      <title>Totals Time</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012319#M467647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having an issue in calculating the total time:&lt;IMG alt="TT.PNG" class="jive-image image-1" height="315" src="https://community.qlik.com/legacyfs/online/103769_TT.PNG" style="height: 314.96px; width: 535px;" width="535" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sum calculated by qlikview is wrong. Any idea how I can solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 06:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012319#M467647</guid>
      <dc:creator />
      <dc:date>2015-11-03T06:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Time</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012320#M467648</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 expression??&lt;/P&gt;&lt;P&gt;and What is your expected output??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking for avg() or sum()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using straight table then go to Expression tab -&amp;gt; select expression -&amp;gt;Total Mode &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, 03 Nov 2015 06:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012320#M467648</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-11-03T06:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Time</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012321#M467649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your expression includes a ratio, or some other formula that is handled differently in the total, such as distinct or fabs(), then the expression total will not be the same as sum of rows. For example, in a ratio, sum of ratios (sum of rows total) is not equal to the ratio of the sums (expression total).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this a straight table, then select the sum of rows option on the Properties | &lt;SPAN style="text-decoration: line-through;"&gt;Presentation&lt;/SPAN&gt;Expression tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a pivot, you will need an expression of the form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum(Aggr(&lt;EM&gt;&amp;lt;your expression&amp;gt;, &amp;lt;table dim1&amp;gt;, &amp;lt;table dim2&amp;gt;,&lt;/EM&gt; ...))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you upload your qvw, or&amp;nbsp; sample, then you will get more specific help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 06:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012321#M467649</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-03T06:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Time</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012322#M467650</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;You can also try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(aggr(sum(yourexpression,Dimension1,dim2)))&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, 03 Nov 2015 06:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012322#M467650</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-11-03T06:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Time</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012323#M467651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use interval function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use Time function it does not allow you to go beyond 24 hr as total sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try interval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 06:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012323#M467651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T06:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Time</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012324#M467652</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 find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NumMap:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Hour,&lt;/P&gt;&lt;P&gt;TimeStamp(Timestamp#(Hour, 'hh:mm:ss'), 'hh:mm:ss') AS Time_Formatted&lt;/P&gt;&lt;P&gt;INLINE [ &lt;/P&gt;&lt;P&gt;Hour&lt;/P&gt;&lt;P&gt;10:50:30&lt;/P&gt;&lt;P&gt;5:09:30&lt;/P&gt;&lt;P&gt;10:50:30&lt;/P&gt;&lt;P&gt;5:09:55&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression in Straight table:&lt;/P&gt;&lt;P&gt;=If(RowNo() = 0,&amp;nbsp; Interval(Num(Sum(Time_Formatted)), 'hh:mm:ss'), Sum(Time_Formatted))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 06:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-Time/m-p/1012324#M467652</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-03T06:52:56Z</dc:date>
    </item>
  </channel>
</rss>

