<?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 is overwriting selection filters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184273#M883093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;* is used for intersection. In this particular case, it is looking for intersection between your current selection and and your specified modifier (&lt;STRONG&gt;&amp;gt;=0&lt;/STRONG&gt;)&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;Read about this here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4663"&gt;Implicit Set Operators&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 00:53:17 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-28T00:53:17Z</dc:date>
    <item>
      <title>Set analysis is overwriting selection filters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184270#M883090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am running into an issue where my Set Analysis Filter is overwriting the Current Selections on the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that only counts orders where we received payment on. However, if I want to filter on high paid orders, it doesn't work correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a filter that says only show orders with a payments of &amp;gt; 500, it isn't getting applied to the below set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis:&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;[Order Total Payments] = {"$(= '&amp;gt; 0')"}&amp;gt;}Distinct [Order Number])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis counts all orders over $0, and ignores my $500 filter. Is this expected behavior? Any ideas on a work around? I always expected set analysis to work with the current selections if the $ was applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184270#M883090</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis is overwriting selection filters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184271#M883091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this expession:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Count({$&amp;lt;[Order Total Payments] &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;= {"$(= '&amp;gt; 0')"}&amp;gt;}Distinct [Order Number])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 16:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184271#M883091</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T16:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis is overwriting selection filters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184272#M883092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, that did the trick. Thank you! Could you explain what the * before the equal sign does? I haven't seen that syntax before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184272#M883092</guid>
      <dc:creator />
      <dc:date>2016-09-27T18:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis is overwriting selection filters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184273#M883093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;* is used for intersection. In this particular case, it is looking for intersection between your current selection and and your specified modifier (&lt;STRONG&gt;&amp;gt;=0&lt;/STRONG&gt;)&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;Read about this here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4663"&gt;Implicit Set Operators&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 00:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184273#M883093</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T00:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis is overwriting selection filters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184274#M883094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That blog post was very informative. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 12:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-is-overwriting-selection-filters/m-p/1184274#M883094</guid>
      <dc:creator />
      <dc:date>2016-10-03T12:44:48Z</dc:date>
    </item>
  </channel>
</rss>

