<?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: How to exclude certain row from being calculated  ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529476#M438638</link>
    <description>&lt;P&gt;So, in your example, you want Orange to always show the same number regardless of the selection, but everything else should change? May be this&lt;/P&gt;&lt;PRE&gt;Sum({&amp;lt;[Line Des] += {'Orange'}&amp;gt;}Amount * Rate)&lt;/PRE&gt;</description>
    <pubDate>Fri, 11 Jan 2019 12:35:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-01-11T12:35:09Z</dc:date>
    <item>
      <title>How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529473#M438637</link>
      <description>&lt;P&gt;&amp;nbsp;Here is attached data and view of table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Entire table is being calculated by : sum(amounts * rate)&lt;/P&gt;&lt;P&gt;However do I make a certain row not be affected this expression and just display value as is ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Entire table is calculated. One row should just show the amount as is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 12:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529473#M438637</guid>
      <dc:creator>claudialet</dc:creator>
      <dc:date>2019-01-11T12:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529476#M438638</link>
      <description>&lt;P&gt;So, in your example, you want Orange to always show the same number regardless of the selection, but everything else should change? May be this&lt;/P&gt;&lt;PRE&gt;Sum({&amp;lt;[Line Des] += {'Orange'}&amp;gt;}Amount * Rate)&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Jan 2019 12:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529476#M438638</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-11T12:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529477#M438639</link>
      <description>&lt;P&gt;Or this&lt;/P&gt;&lt;PRE&gt;Sum({$+1&amp;lt;[Line Des] = {'Orange'}&amp;gt;}Amount)&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Jan 2019 12:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529477#M438639</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-11T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529549#M438649</link>
      <description>&lt;P&gt;&amp;nbsp;Sorry that is not it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a complicated&amp;nbsp; roll up by level filter requirement.&amp;nbsp; It should be&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter Level 1 :&amp;nbsp; &amp;nbsp;sum ( Amount * Rate) for the whole table except row 'Orange'&amp;nbsp; ( display as is)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter Level 2 : sum ( Amount * Rate)&amp;nbsp; for (Dim1 + Dim 2) but because of auto sum function at level 2 row 'Orange' adds no matter what.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 15:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529549#M438649</guid>
      <dc:creator>claudialet</dc:creator>
      <dc:date>2019-01-11T15:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529570#M438652</link>
      <description>I am not sure I follow... would you be able to provide the expected output based on the sample data you have in the image?</description>
      <pubDate>Fri, 11 Jan 2019 16:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529570#M438652</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-11T16:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529578#M438655</link>
      <description>Here is my expression. It seems ok at Level 1 but Level 2 is not right. It auto sums row ‘Orange’&lt;BR /&gt;And data at level2 does not flow in correctly.&lt;BR /&gt;&lt;BR /&gt;sum(distinct(ValueAmount) * if($(vFilter)= ' Level1', Percent,1) *if($(vFilter)= ' Level2', FXRate,1))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At Level 1 : Show sum (amount * Percent)&lt;BR /&gt;At Level2 : Show sum ( amount * Percent * FXRate)&lt;BR /&gt;&lt;BR /&gt;But at both levels row ‘Orange’ should be just display ( Amount) as is calculation has no effect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2019 16:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529578#M438655</guid>
      <dc:creator>claudialet</dc:creator>
      <dc:date>2019-01-11T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529589#M438657</link>
      <description>&lt;P&gt;What exactly is Level here?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529589#M438657</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-11T17:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529591#M438658</link>
      <description>&lt;P&gt;&amp;nbsp;It 's a group filter extension&amp;nbsp; and levels are assigned by variables. Vfilter =1 and so on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;So Level1 - has a entity dimension and level2 has another dimension that rolls up into Level 1&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529591#M438658</guid>
      <dc:creator>claudialet</dc:creator>
      <dc:date>2019-01-11T17:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain row from being calculated  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529593#M438659</link>
      <description>&lt;P&gt;All I see is this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 705px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3640iBB37EED356A63C7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And I see reference of entity or any other dimension. I am not sure I can follow your requirement. Unless you are able to provide a sample where we can see all of this, I am not sure how to help you.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sunny&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-row-from-being-calculated/m-p/1529593#M438659</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-11T17:20:33Z</dc:date>
    </item>
  </channel>
</rss>

