<?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 w/ $ not changing with filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580444#M477609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want app level selections and expression level selections to work together (for same field), here is the solution&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;Count(DISTINCT {$&amp;lt;View_Incidents_Within_24h*={0}&amp;gt;} View_Viewed_By)&lt;/SPAN&gt;&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;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; font-size: 13px;"&gt;* will act as intersection. &lt;/SPAN&gt;&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;Scenario 1: App selection: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;View_Incidents_Within_24h = 0. 0 intersection with 0 will be 0. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;So data related to 0 is shown.&lt;/SPAN&gt;&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Scenario 2: App selection: &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;View_Incidents_Within_24h = 1. 0 intersection with 1 will be Nothing. So no data is shown.&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Scenario 3: App selection: none for &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;View_Incidents_Within_24h. None intersection with 0 will be 0. So data related to 0 is shown.&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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps.&lt;/SPAN&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; font-size: 13px;"&gt;Src: &lt;A href="https://community.qlik.com/thread/248454"&gt;Set analysis filtering&lt;/A&gt; see answer by &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jontydkpi"&gt;jontydkpi&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2018 08:43:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-19T08:43:40Z</dc:date>
    <item>
      <title>Set Analysis w/ $ not changing with filter</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580440#M477605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The below expressions are being used in a line/bar chart and the count values are not changing when a filter is applied to the View_Incidents_Within_24h field.&amp;nbsp; If I select the all the values in View_Incidents_Within_24h greater than 0, my bar chart does not change in anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Call After View: Count(DISTINCT {$&amp;lt;View_Incidents_Within_24h={0}&amp;gt;} View_Viewed_By)&lt;/P&gt;&lt;P&gt;Call After View:&amp;nbsp; Count(DISTINCT {$&amp;lt;View_Incidents_Within_24h={"&amp;gt;0"}&amp;gt;} View_Viewed_By)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't No Call After View disappear from the bar chart because we are using "$" and the current filter is excluding 0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580440#M477605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis w/ $ not changing with filter</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580441#M477606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you have set a specific value for View_Incidents_Within_24h in your set expression, this will override the value in the current selection set ($). Hence you will see data for No Call After View and Call After View even when you explicitly select zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580441#M477606</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-15T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis w/ $ not changing with filter</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580442#M477607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;the $-Sign within SET Analysis means that all User-Selections will be respected in this expression.&lt;/P&gt;&lt;P&gt;BUT in your case with one exception: &lt;/P&gt;&lt;P&gt;View_Incidents_Within_24h={0}, &lt;/P&gt;&lt;P&gt;as you hard-coded it in your expression.&lt;/P&gt;&lt;P&gt;Analog in second expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580442#M477607</guid>
      <dc:creator />
      <dc:date>2014-04-15T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis w/ $ not changing with filter</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580443#M477608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell if there is a way to overcome this scenario?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 10:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580443#M477608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T10:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis w/ $ not changing with filter</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580444#M477609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want app level selections and expression level selections to work together (for same field), here is the solution&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;Count(DISTINCT {$&amp;lt;View_Incidents_Within_24h*={0}&amp;gt;} View_Viewed_By)&lt;/SPAN&gt;&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;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; font-size: 13px;"&gt;* will act as intersection. &lt;/SPAN&gt;&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;Scenario 1: App selection: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;View_Incidents_Within_24h = 0. 0 intersection with 0 will be 0. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;So data related to 0 is shown.&lt;/SPAN&gt;&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Scenario 2: App selection: &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;View_Incidents_Within_24h = 1. 0 intersection with 1 will be Nothing. So no data is shown.&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Scenario 3: App selection: none for &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;View_Incidents_Within_24h. None intersection with 0 will be 0. So data related to 0 is shown.&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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps.&lt;/SPAN&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; font-size: 13px;"&gt;Src: &lt;A href="https://community.qlik.com/thread/248454"&gt;Set analysis filtering&lt;/A&gt; see answer by &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jontydkpi"&gt;jontydkpi&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 08:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-w-not-changing-with-filter/m-p/580444#M477609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T08:43:40Z</dc:date>
    </item>
  </channel>
</rss>

