<?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: Selections filtering does not work properly when SET analysis is used in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selections-filtering-does-not-work-properly-when-SET-analysis-is/m-p/430295#M489252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have replaced with $, it works, thanks very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2012 14:07:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-12T14:07:03Z</dc:date>
    <item>
      <title>Selections filtering does not work properly when SET analysis is used</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-filtering-does-not-work-properly-when-SET-analysis-is/m-p/430293#M489250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help. I have created a document with several tabs. I found that Selections or filtering does not work properly when I use an expression with SET Analysis. I have created Chart Tables in different tabs. In the tabs that contain tables with a column with an expression like the one below does not filter well. All other tabs that do not contain expression like this filter/select fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project Name, Project ID, Completion, Section&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Completion column contains the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count( {1&amp;lt;[Completion] = {'Green'}, [Section] = {2} &amp;gt;} [Completion]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table show all correct data, when I click on 'Project Name'I expect all rows to hide but the one that contains the project name I click on, just like the other tables in the other tabs. The filter shows in the Current Selections object, but the table still shows all the rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, I noticed that the values for the columns that do not contain SET Analysis is filtered out, and the values for the other columns is still shown. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the table above, when I apply the filter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I click on a Project Name value &lt;/P&gt;&lt;P&gt;2. The Project Name is shown in the Current Selections&lt;/P&gt;&lt;P&gt;3. All rows are still shown&lt;/P&gt;&lt;P&gt;4. Values for Project ID and Section are only shown for the project name selected&lt;/P&gt;&lt;P&gt;5. All values are shown in the column Completion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I disable/remove the column Completion Selections works fine, as expected like other tables that do not contain these type of expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SET Analysis is very appropriate for our data model, and very fast in terms of performance. So I prefer so use these instead of load scripts which take longer to load to achieve the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 13:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-filtering-does-not-work-properly-when-SET-analysis-is/m-p/430293#M489250</guid>
      <dc:creator />
      <dc:date>2012-12-12T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selections filtering does not work properly when SET analysis is used</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-filtering-does-not-work-properly-when-SET-analysis-is/m-p/430294#M489251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; in the expression count( {&lt;STRONG style="color: #ff0000;"&gt;1&lt;/STRONG&gt;&amp;lt;[Completion] = {'Green'}, [Section] = {2} &amp;gt;} [Completion]) means disregard all selections. If you don't want that remove that &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 14:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-filtering-does-not-work-properly-when-SET-analysis-is/m-p/430294#M489251</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-12T14:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selections filtering does not work properly when SET analysis is used</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-filtering-does-not-work-properly-when-SET-analysis-is/m-p/430295#M489252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have replaced with $, it works, thanks very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 14:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-filtering-does-not-work-properly-when-SET-analysis-is/m-p/430295#M489252</guid>
      <dc:creator />
      <dc:date>2012-12-12T14:07:03Z</dc:date>
    </item>
  </channel>
</rss>

