<?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: ignoring dimensions into expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469236#M1163765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Dec 2012 10:18:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-02T10:18:49Z</dc:date>
    <item>
      <title>ignoring dimensions into expression</title>
      <link>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469233#M1163762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;is it possible to ignore the dimension into a calculated expression ?&lt;/P&gt;&lt;P&gt;What I'm trying is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year Month&amp;nbsp;&amp;nbsp; Customer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&lt;/P&gt;&lt;P&gt;2012&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The % is calculated as&amp;nbsp;&amp;nbsp; sales/total sales for year and month, ignoring the customer dimension&lt;/P&gt;&lt;P&gt;Sales represents the total sales per customer, on October 2012. Year and Month are selected values by list boxes. The dimension is CUSTOMER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is reallu appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 08:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469233#M1163762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-27T08:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: ignoring dimensions into expression</title>
      <link>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469234#M1163763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a chart with dimensions Year, Month and Customer and an expression like sum(Sales), you can use sum(total &amp;lt;Customer&amp;gt; Sales) to sum the sales across the whole range of customers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 08:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469234#M1163763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-27T08:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: ignoring dimensions into expression</title>
      <link>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469235#M1163764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TOTAL to ignore the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(TOTAL&amp;lt;Dim1, Dim2, ....&amp;gt; Sales) in this experssion only the Dim1, Dim2... are considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Sales) / Sum(TOTAL&amp;lt;Dim1, Dim2, ....&amp;gt; Sales)&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 13:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469235#M1163764</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-27T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: ignoring dimensions into expression</title>
      <link>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469236#M1163765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 10:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignoring-dimensions-into-expression/m-p/469236#M1163765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-02T10:18:49Z</dc:date>
    </item>
  </channel>
</rss>

