<?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: What is the difference between using =- and -= in Set Analysis? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98432#M6552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if you select India, it will still show sales of all the countries except Sweden.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2018 12:34:10 GMT</pubDate>
    <dc:creator>Neymar_Jr</dc:creator>
    <dc:date>2018-08-21T12:34:10Z</dc:date>
    <item>
      <title>What is the difference between using =- and -= in Set Analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98429#M6549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between using =- and -= in Set Analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Sum({&amp;lt;Country=-{'Sweden'}&amp;gt;}Sales) and &lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Country-={'Sweden'}&amp;gt;}Sales).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is it that -= will exclude Sweden from your selections if Sweden is selected? And =- will exclude it regardless of whether it is selected or not?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Which is the recommended option if you want to exclude Sweden?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 14:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98429#M6549</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2018-08-17T14:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between using =- and -= in Set Analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98430#M6550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-= will honor selection... meaning if you select India as a country....&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt;Country-={'Sweden'}&amp;gt;}Sales) will show sum of just sales from India. But =- will disregard selection... meaning if you select India as Country.... &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Country=-{'Sweden'}&amp;gt;}Sales) will continue to show the sum of sales for all countries except Sweden&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EDIT: Made changes to my reply above&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 14:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98430#M6550</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-17T14:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between using =- and -= in Set Analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98431#M6551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The =- will not honour the selection? E.g. If I select India, it will only show the sales for India? And if nothing is selected it will show sales for all, except Sweden?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 12:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98431#M6551</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2018-08-21T12:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between using =- and -= in Set Analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98432#M6552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if you select India, it will still show sales of all the countries except Sweden.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 12:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-difference-between-using-and-in-Set-Analysis/m-p/98432#M6552</guid>
      <dc:creator>Neymar_Jr</dc:creator>
      <dc:date>2018-08-21T12:34:10Z</dc:date>
    </item>
  </channel>
</rss>

