<?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: Calculate the amount of expression in all dimensions, except for one of the dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-the-amount-of-expression-in-all-dimensions-except-for/m-p/1202025#M462254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Sex = &amp;gt;} Sale)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Sex&amp;gt;} Sale)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 16:00:29 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-05T16:00:29Z</dc:date>
    <item>
      <title>Calculate the amount of expression in all dimensions, except for one of the dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-amount-of-expression-in-all-dimensions-except-for/m-p/1202024#M462253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls, help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me have 20 dimensions (Sex, Year, Country ... etc 20 dimensions). I also have a measure of "Sales". All in a single table.&lt;/P&gt;&lt;P&gt;How do I calculate the amount &lt;SPAN style="color: #ff0000;"&gt;of expression&lt;/SPAN&gt; on the "Sales", in all dimensions, except for one of the dimensions. For example, the dimension of "Sex" should be ignored (even if the user has selected). The choice of other dimensions values shall be considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like that:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;(ignore)&lt;SPAN style="color: #993300;"&gt;Sex&lt;/SPAN&gt;=”*”&amp;gt;} &lt;SPAN style="color: #993300;"&gt;Sale&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 223px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="39"&gt;Sales&lt;/TD&gt;&lt;TD class="xl63" width="29"&gt;Sex&lt;/TD&gt;&lt;TD class="xl63" width="35"&gt;Year&lt;/TD&gt;&lt;TD class="xl63" width="56"&gt;Country&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;… 20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;100&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD&gt;USA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;200&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD&gt;China&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;300&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD&gt;Russian&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;100&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD&gt;USA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;200&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD&gt;China&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;300&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD&gt;Russian&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user choose Sex = 1 then the sum must be equal to 1200;&lt;/P&gt;&lt;P&gt;If user choose Sex = 2 and Year = 2016 then the amount should be equal to 600;&lt;/P&gt;&lt;P&gt;If user choose Sex = 1 and Year = 2016 and Country = USA then the amount must be equal to 100;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 07:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-amount-of-expression-in-all-dimensions-except-for/m-p/1202024#M462253</guid>
      <dc:creator>mikhail_sirik</dc:creator>
      <dc:date>2016-10-05T07:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the amount of expression in all dimensions, except for one of the dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-amount-of-expression-in-all-dimensions-except-for/m-p/1202025#M462254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Sex = &amp;gt;} Sale)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Sex&amp;gt;} Sale)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-amount-of-expression-in-all-dimensions-except-for/m-p/1202025#M462254</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T16:00:29Z</dc:date>
    </item>
  </channel>
</rss>

