<?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: Noobie question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466981#M174461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if that is still not right, you could try other positions for the total:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), Klasse)) / Sum(Aggr(Sum(Total tot_engasjem)-Sum(Total Volum), Klasse))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), Klasse)) / Sum(Total Aggr(Sum(tot_engasjem-Volum), Klasse))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), Klasse)) / Sum(Aggr(Sum(Total tot_engasjem-Volum), Klasse))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't be sure as I am guessing in the absence of a sample model to test on.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2012 13:36:05 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-11-28T13:36:05Z</dc:date>
    <item>
      <title>Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466974#M174454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one expression which says Sum (tot_engasjem)-Sum (Volum)&lt;/P&gt;&lt;P&gt;This expression is labeled Unyttet. This one works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then secondly I want have that as an percentage and I have an expression which is&lt;/P&gt;&lt;P&gt;Sum (Unyttet)/Sum (TOTAL(Unyttet))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That only yields empthy cells.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 14:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466974#M174454</guid>
      <dc:creator />
      <dc:date>2012-11-26T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466975#M174455</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't perform aggregation on named columns (Unyttet) in a chart or table. You will need to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), &lt;EM&gt;dim1&lt;/EM&gt;, &lt;EM&gt;dim2&lt;/EM&gt;, ...)) /&lt;/P&gt;&lt;P&gt;Sum(Total Aggr(Sum((tot_engasjem)-Sum(Volum)), &lt;EM&gt;dim1&lt;/EM&gt;, &lt;EM&gt;dim2&lt;/EM&gt;, ...))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &lt;EM&gt;dim1&lt;/EM&gt;, &lt;EM&gt;dim2&lt;/EM&gt;, ... is a comma seprated list of all the fields used as dimensions on your chart/table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 15:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466975#M174455</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-11-26T15:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466976#M174456</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;Since I only have one dimension called Klasse, the expression should look something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), &lt;EM&gt;Klasse&lt;/EM&gt;)) /&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sum(Total Aggr(Sum((tot_engasjem)-Sum(Volum)), &lt;EM&gt;Klasse&lt;/EM&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;However this yields only -&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 08:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466976#M174456</guid>
      <dc:creator />
      <dc:date>2012-11-27T08:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466977#M174457</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum ([Unyttet])/(Sum (TOTAL tot_engasjem)-Sum (TOTAL Volum))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;=Sum ([Unyttet])/Sum (TOTAL [Unyttet])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 08:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466977#M174457</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-27T08:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466978#M174458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but neither of those seem to work. I still get just a - .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 09:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466978#M174458</guid>
      <dc:creator />
      <dc:date>2012-11-27T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466979#M174459</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;Can you attach sample file that you are working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 09:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466979#M174459</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-27T09:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466980#M174460</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 thnk there is a bracket out of place. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), Klasse)) / Sum(Total Aggr(Sum(tot_engasjem)-Sum(Volum), Klasse))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 13:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466980#M174460</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-11-28T13:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Noobie question</title>
      <link>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466981#M174461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if that is still not right, you could try other positions for the total:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), Klasse)) / Sum(Aggr(Sum(Total tot_engasjem)-Sum(Total Volum), Klasse))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), Klasse)) / Sum(Total Aggr(Sum(tot_engasjem-Volum), Klasse))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum((tot_engasjem)-Sum(Volum)), Klasse)) / Sum(Aggr(Sum(Total tot_engasjem-Volum), Klasse))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't be sure as I am guessing in the absence of a sample model to test on.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 13:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noobie-question/m-p/466981#M174461</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-11-28T13:36:05Z</dc:date>
    </item>
  </channel>
</rss>

