<?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 not removing values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730860#M1055772</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;did you try my suggestion.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count(distinct{&amp;lt;STATUS = {'C'} &amp;gt;} [POLICY_NO] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;make sure C you use is in capital letter if you have space then try below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count(distinct{&amp;lt;trim(STATUS) = {'C'} &amp;gt;} [POLICY_NO] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let me know if that&amp;nbsp; worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 10:54:31 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-10-15T10:54:31Z</dc:date>
    <item>
      <title>Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730849#M1055756</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;I'm quite new to Qlikview and trying to do Set Analysis on a report atm. I've the below code in an expression on a straight table. It counts the values and 1 is appearing next to every row that has a Status of C in it, but it's not removing the ones that don't have a status of C. Should it be, or do I need to do something else? Again, complete beginner really, and haven't had much training, so apologies if it's a stupid question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(distinct{&amp;lt;STATUS = {"C"} &amp;gt;} [POLICY_NO] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730849#M1055756</guid>
      <dc:creator />
      <dc:date>2014-10-15T10:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730850#M1055757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In rows where Status is not C, do you get null or a numeric value as a result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730850#M1055757</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-10-15T10:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730851#M1055758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is [Policy_No] your only dimension in the table?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730851#M1055758</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-10-15T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730852#M1055759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get 0 in the cell when it's not C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730852#M1055759</guid>
      <dc:creator />
      <dc:date>2014-10-15T10:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730853#M1055760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Policy No, Status and Main_Mem_No. Then there's about 20 expressions that could be dimensions but I want a horizontal scroll bar in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730853#M1055760</guid>
      <dc:creator />
      <dc:date>2014-10-15T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730854#M1055761</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 like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count(distinct{&amp;lt;STATUS = {'C'} &amp;gt;} [POLICY_NO] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730854#M1055761</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-15T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730855#M1055763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you ticked 'suppress zero values'&amp;nbsp; in the 'presentation' tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730855#M1055763</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-10-15T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730856#M1055765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send your app ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730856#M1055765</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2014-10-15T10:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730857#M1055767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Syntax is correct, the only thing that you might what to check is the field name and value are Case and Space sensitive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can also try the following as your dimension: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Status = 'C', &amp;lt;Dimension_Name&amp;gt;, 'Not C') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730857#M1055767</guid>
      <dc:creator />
      <dc:date>2014-10-15T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730858#M1055769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope. Work and confidential information in it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730858#M1055769</guid>
      <dc:creator />
      <dc:date>2014-10-15T10:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730859#M1055771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730859#M1055771</guid>
      <dc:creator />
      <dc:date>2014-10-15T10:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730860#M1055772</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;did you try my suggestion.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count(distinct{&amp;lt;STATUS = {'C'} &amp;gt;} [POLICY_NO] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;make sure C you use is in capital letter if you have space then try below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count(distinct{&amp;lt;trim(STATUS) = {'C'} &amp;gt;} [POLICY_NO] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let me know if that&amp;nbsp; worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730860#M1055772</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-15T10:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730861#M1055773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, just having C and Not C instead of 1 and 0, but it doesn't remove them from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atm, on the above expression, it prints 1 if C, and 0 if not C, but all the 0s are still there. I need to have them removed, without using filters. Preferably in the expression, which is why I'm trying Set Analysis. I can remove them in the script, but I'd rather not, as I'll need 3 seperate Straight Tables at the end, just using different statuses instead of C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730861#M1055773</guid>
      <dc:creator />
      <dc:date>2014-10-15T10:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730862#M1055774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the trim formula, I get an error on {'C'} saying Error in Set Modifier Expression. I know from the SQL code that we have that there's no space next to the C anyway. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest of it made no difference. It just did the same and printed back 1 and 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730862#M1055774</guid>
      <dc:creator />
      <dc:date>2014-10-15T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730863#M1055775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppress nulls and use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Status = 'C', &amp;lt;Dimension_Name&amp;gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730863#M1055775</guid>
      <dc:creator />
      <dc:date>2014-10-15T11:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730864#M1055776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say that you have 20 other expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the expression is evaluated it will only give you a value for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STATUS = {"C"} , but the rows still exists on the other 20 expressions. To make the rows dissappear, this condition has to be added to all the other expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the expressions now is: [Field] then replace it with only({&amp;lt;Status={C}&amp;gt;}[Field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this for all expressions and the rows should dissappear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730864#M1055776</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-10-15T11:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730865#M1055777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730865#M1055777</guid>
      <dc:creator />
      <dc:date>2014-10-15T11:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730866#M1055778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya, I just discovered that if I removed the other expressions, it would work, so this would more than likely have worked also. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730866#M1055778</guid>
      <dc:creator />
      <dc:date>2014-10-15T11:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not removing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730867#M1055779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a word of caution on the use of calculated dimensions. They are extremely slow. This will have no effect if your model contains a small amount of data, but if there is any sort of size to the data it will quickly grind to a halt. The use of set analysis is much (MUCH!) faster, and is the best practice for dealing with these cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-removing-values/m-p/730867#M1055779</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-10-15T11:17:08Z</dc:date>
    </item>
  </channel>
</rss>

