<?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 Total calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-calculation/m-p/497596#M1137799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I calculate the total of all dimension for this:?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(SUM(timeworked)=0,0,(SUM(timeworked)/60)/COUNT(DISTINCT(MONTH)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words I want something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL(IF(SUM(timeworked)=0,0,(SUM(timeworked)/60)/COUNT(DISTINCT(MONTH))))), obviously this doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Oct 2013 10:04:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-01T10:04:11Z</dc:date>
    <item>
      <title>Total calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Total-calculation/m-p/497596#M1137799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I calculate the total of all dimension for this:?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(SUM(timeworked)=0,0,(SUM(timeworked)/60)/COUNT(DISTINCT(MONTH)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words I want something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL(IF(SUM(timeworked)=0,0,(SUM(timeworked)/60)/COUNT(DISTINCT(MONTH))))), obviously this doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 10:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-calculation/m-p/497596#M1137799</guid>
      <dc:creator />
      <dc:date>2013-10-01T10:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Total calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Total-calculation/m-p/497597#M1137800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which dimensions are you using? In what context / chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a straight table chart, you can try using the sum-of-rows option on expression tab, in a pivot table or a text object try advanced aggregation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(&lt;/P&gt;&lt;P&gt;AGGR(&lt;/P&gt;&lt;P&gt;IF(SUM(timeworked)=0,0,(SUM(timeworked)/60)/COUNT(DISTINCT(MONTH)))&lt;/P&gt;&lt;P&gt;,DIMENSIONFIELD1, DIMENSIONFIELD2&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to replace the advanced aggregation dimensions DIMENSIONSFIELDX with all your needed dimension fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 11:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-calculation/m-p/497597#M1137800</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-01T11:00:37Z</dc:date>
    </item>
  </channel>
</rss>

