<?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: Selection in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927911#M1233209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried Gowtham's expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Analysis can be surprisingly quick and efficient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 11:59:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-07T11:59:45Z</dc:date>
    <item>
      <title>Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927906#M1233198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, QlikView community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a formula in set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Sum({$&amp;lt;Region ={‘South’, 'North', 'East'}&amp;gt;} Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;In my dataset I have South, North, East and West.&lt;/P&gt;&lt;P&gt;So in my set analysis I do not want have information regarding West.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here is my problem. I want to select South and look at data regarding South.&lt;/P&gt;&lt;P&gt;But I can't do that if my set analysis is like that.&lt;/P&gt;&lt;P&gt;Do you have any idea how to do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Darri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927906#M1233198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927907#M1233201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Region =e({‘West’})&amp;gt;} Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927907#M1233201</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-10-07T11:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927908#M1233203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, Gowtham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I have dataset with millions of value and I only want three.&lt;/P&gt;&lt;P&gt;How can I do that.&lt;/P&gt;&lt;P&gt;It will take hours to exclude every value that I do not want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927908#M1233203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T11:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927909#M1233205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then create a new field in the script match that three with match() function and make it null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927909#M1233205</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-10-07T11:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927910#M1233207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't do anything in the expression?&lt;/P&gt;&lt;P&gt;I have to it in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927910#M1233207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927911#M1233209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried Gowtham's expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Analysis can be surprisingly quick and efficient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927911#M1233209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T11:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927912#M1233211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps if you explain a little more what it is you're trying to do?&lt;/P&gt;&lt;P&gt;Your first posting sounded like there were only four distinct values.&lt;/P&gt;&lt;P&gt;With that I would use;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Region -={‘West’}&amp;gt;} Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927912#M1233211</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2015-10-07T12:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927913#M1233213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it in expression&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from tablename where match(region,'West')=0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927913#M1233213</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-10-07T12:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927914#M1233215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darri,&lt;/P&gt;&lt;P&gt;Can u check the Region Names are Like East,West,North,South Or not.I mean Case sensitive?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarjna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927914#M1233215</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-10-07T12:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927915#M1233217</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;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Region ={‘South’, 'North', 'East'}&amp;gt;&lt;SPAN style="color: #ff0000;"&gt; * &amp;lt;Region=$::Region&amp;gt;&lt;/SPAN&gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927915#M1233217</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-07T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927916#M1233219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I sent a dataset and qlikview document to let everybody see what I am taking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two set analysis work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Region -={‘West’}&amp;gt;} Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;2. &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Region =e({‘West’})&amp;gt;} Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am trying to find set analysis that exclude everything except South, North and East.&lt;/P&gt;&lt;P&gt;Because in other dataset I have there are more values then in this dataset&lt;/P&gt;&lt;P&gt;And I can select South or North or East in my selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927916#M1233219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T13:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927917#M1233221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaah!&amp;nbsp; I think I understand your question now, try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({$&amp;lt;Region *= -{"West"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927917#M1233221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927918#M1233222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then it is a union you are looking for.&lt;/P&gt;&lt;P&gt;The selected values in Region but only those that intersect with South, North or East.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Region *={‘South’, 'North', 'East'}&amp;gt;} Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-Set-Analysis/m-p/927918#M1233222</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2015-10-07T14:18:11Z</dc:date>
    </item>
  </channel>
</rss>

