<?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: Set Analysis to Exclude particular possible in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664156#M1054035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt; sum( {$&amp;lt;[Country] -= {'City of New York'}&amp;gt;} Sales)&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;sum( {$&amp;lt;[Country] ={'*'}- {'City of New York'}&amp;gt;} Sales)&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;sum( {$&amp;lt;[Country] -= {"City of New York"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 15:07:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-20T15:07:29Z</dc:date>
    <item>
      <title>Set Analysis to Exclude particular possible</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664154#M1054033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Expterts,&lt;/P&gt;&lt;P&gt;I want to exclude some fixde&amp;nbsp; valuse of column from expression.How can I achive this. &lt;/P&gt;&lt;P&gt;I have tried this sum( {$&amp;lt;~[Country] = {*"City of New York"*}&amp;gt;} Sales) which is mentioned in Help.&lt;/P&gt;&lt;P&gt;But this is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664154#M1054033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T15:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Exclude particular possible</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664155#M1054034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {$&amp;lt;Country= {“*”} – &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{"*City of New York&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;*&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;} Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664155#M1054034</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-20T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Exclude particular possible</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664156#M1054035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt; sum( {$&amp;lt;[Country] -= {'City of New York'}&amp;gt;} Sales)&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;sum( {$&amp;lt;[Country] ={'*'}- {'City of New York'}&amp;gt;} Sales)&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;sum( {$&amp;lt;[Country] -= {"City of New York"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664156#M1054035</guid>
      <dc:creator />
      <dc:date>2014-10-20T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Exclude particular possible</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664157#M1054036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use -= .... In set Analysis -= means not equal to....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Country -= {'UK'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;will give you SUM(Sales) for all countries except UK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664157#M1054036</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-20T15:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Exclude particular possible</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664158#M1054037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Exclude-particular-possible/m-p/664158#M1054037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T15:28:49Z</dc:date>
    </item>
  </channel>
</rss>

