<?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: exclude the selection in a expresion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831182#M653632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Belen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your expression is&lt;/P&gt;&lt;P&gt;=Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; to calculate this with the excluded values of markets:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Market=e(Market)&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 10:07:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-08T10:07:25Z</dc:date>
    <item>
      <title>exclude the selection in a expresion</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831180#M653630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do a table as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select one country ( Country1), a table that contains the cummulate of all markets but the one selected. If i select other country the same excluding this selection.. Always excluding in the expresion the country selested. is this posible?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 232px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="152"&gt;MARKET&lt;BR /&gt;&amp;nbsp; (w/o selection)&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="80"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;COUNTRY 1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;TOT&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 232px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="152"&gt;MARKET&lt;BR /&gt;&amp;nbsp; (w/o selection)&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="80"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;COUNTRY 2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;TOT&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;&lt;P&gt;8&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831180#M653630</guid>
      <dc:creator />
      <dc:date>2015-07-08T10:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: exclude the selection in a expresion</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831181#M653631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this in your set analysis expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Country = e(Country)&amp;gt;} &lt;/STRONG&gt; or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Country -= p(Country)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831181#M653631</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-08T10:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: exclude the selection in a expresion</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831182#M653632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Belen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your expression is&lt;/P&gt;&lt;P&gt;=Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; to calculate this with the excluded values of markets:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Market=e(Market)&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831182#M653632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: exclude the selection in a expresion</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831183#M653633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like :&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Agent=e(Agent)&amp;gt;}cost)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831183#M653633</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-08T10:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: exclude the selection in a expresion</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831184#M653634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It Works, but it is posible to do do the filter in the dimensión? So in this case i can have the Market without the selection and the selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831184#M653634</guid>
      <dc:creator />
      <dc:date>2015-07-08T10:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: exclude the selection in a expresion</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831185#M653635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok! Thanks Sunindia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-the-selection-in-a-expresion/m-p/831185#M653635</guid>
      <dc:creator />
      <dc:date>2015-07-08T10:32:05Z</dc:date>
    </item>
  </channel>
</rss>

