<?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 Calculating a value on a level below the dimension. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340745#M1177209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can maybe put Product Category inside a set analysis expression.&amp;nbsp; What is your current expression and what the dimensions so far?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2012 06:53:31 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-04-07T06:53:31Z</dc:date>
    <item>
      <title>Calculating a value on a level below the dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340744#M1177208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a dashboard that projects revenue by sales team for this year based on the growth we saw last year. The complex part of what I am trying to do is calculate this projection on a level below team ( say product category) and then add up each category for each team to get the value . I do not want to use product category as a demension since there are too many and it's too much to look at. Is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 16:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340744#M1177208</guid>
      <dc:creator />
      <dc:date>2012-04-06T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Calculating a value on a level below the dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340745#M1177209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can maybe put Product Category inside a set analysis expression.&amp;nbsp; What is your current expression and what the dimensions so far?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 06:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340745#M1177209</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-07T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Calculating a value on a level below the dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340746#M1177210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of right now I only have sales team as a demension. As for expressions , I am using 3 similar expressions for revenue to calculate projected revenue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Rev for this year as of today. Sum({$&amp;lt;RevYear={"2012"},Snapshotdate={"Today"}&amp;gt;}ActiveRev)&lt;/P&gt;&lt;P&gt;2. Rev last year (YTD) Sum({$&amp;lt;RevYear={"2011"},Snapshotdate={"Today-366"}&amp;gt;}ActiveRev)&lt;/P&gt;&lt;P&gt;3. Rev End Last Year Sum({$&amp;lt;RevYear={"2011"},Snapshotdate={"2011yrend"}&amp;gt;}ActiveRev)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the projection expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3/2) *1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it an issue that I am already using set analysis in the expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 13:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340746#M1177210</guid>
      <dc:creator />
      <dc:date>2012-04-09T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Calculating a value on a level below the dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340747#M1177211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it sounds to me that you would need to use advanced aggregation, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum(aggr( YOUREXPRESSIONS, Team, [Product Category] ))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and replace YOUREXPRESSIONS with the formula you stated above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 13:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-a-value-on-a-level-below-the-dimension/m-p/340747#M1177211</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-04-09T13:40:09Z</dc:date>
    </item>
  </channel>
</rss>

