<?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: Filter Exclusion Not Working in Set Expression Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693242#M450768</link>
    <description>&lt;P&gt;How about this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({1&amp;lt;MONTH_END=$::MONTH_END, Link_Key = {"=FirstSortedValue({1&amp;lt;MONTH_END=$::MONTH_END, CANCEL_STOP_FLG = e({1&amp;lt;MONTH_END=$::MONTH_END, CANCEL_STOP_FLG = {'-'}&amp;gt;})&amp;gt;} DISTINCT CANCEL_STOP_FLG, -MONTH_END) = 'Y'"}&amp;gt;} DISTINCT Link_Key)&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 14 Apr 2020 11:40:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-04-14T11:40:14Z</dc:date>
    <item>
      <title>Filter Exclusion Not Working in Set Expression Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1692852#M450729</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;What I want to achieve is to just affect my expression on &lt;FONT&gt;MONTH_END&lt;/FONT&gt; selection and not any other filters, I read some solutions around this and now my expression looks like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({1&amp;lt;MONTH_END=$::MONTH_END, Link_Key={"=If(FirstSortedValue({&amp;lt;CANCEL_STOP_FLG-={'-'}&amp;gt;} Distinct CANCEL_STOP_FLG,-date(MONTH_END)) = 'Y',Link_Key)"}&amp;gt; } Distinct Link_Key)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this does not work somehow, what I also observed is that the identifier is also not working if I remove the 'include MONTH_END' modifier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({1&amp;lt;Link_Key={"=If(FirstSortedValue({&amp;lt;CANCEL_STOP_FLG-={'-'}&amp;gt;} Distinct CANCEL_STOP_FLG,-date(MONTH_END)) = 'Y',Link_Key)"}&amp;gt; } Distinct Link_Key)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1692852#M450729</guid>
      <dc:creator>baliyan_vinay</dc:creator>
      <dc:date>2024-11-16T18:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Exclusion Not Working in Set Expression Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693087#M450753</link>
      <description>&lt;P&gt;How about this? Does this work with selections and without selections?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({1&amp;lt;Link_Key = {"=FirstSortedValue({1&amp;lt;CANCEL_STOP_FLG = e({1&amp;lt;CANCEL_STOP_FLG = {'-'}&amp;gt;})&amp;gt;} DISTINCT CANCEL_STOP_FLG, -Date(MONTH_END)) = 'Y'"}&amp;gt;} DISTINCT Link_Key)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 19:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693087#M450753</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-13T19:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Exclusion Not Working in Set Expression Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693201#M450765</link>
      <description>&lt;P&gt;This does not allow any filters to work which is what I needed but I need just one filter to work on the data, the 'MONTH_END', so I have added it like this now but it does not work.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({1&amp;lt;MONTH_END=$::MONTH_END, Link_Key = {"=FirstSortedValue({1&amp;lt;CANCEL_STOP_FLG = e({1&amp;lt;CANCEL_STOP_FLG = {'-'}&amp;gt;})&amp;gt;} DISTINCT CANCEL_STOP_FLG, -Date(MONTH_END)) = 'Y'"}&amp;gt;} DISTINCT Link_Key)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 08:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693201#M450765</guid>
      <dc:creator>baliyan_vinay</dc:creator>
      <dc:date>2020-04-14T08:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Exclusion Not Working in Set Expression Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693242#M450768</link>
      <description>&lt;P&gt;How about this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({1&amp;lt;MONTH_END=$::MONTH_END, Link_Key = {"=FirstSortedValue({1&amp;lt;MONTH_END=$::MONTH_END, CANCEL_STOP_FLG = e({1&amp;lt;MONTH_END=$::MONTH_END, CANCEL_STOP_FLG = {'-'}&amp;gt;})&amp;gt;} DISTINCT CANCEL_STOP_FLG, -MONTH_END) = 'Y'"}&amp;gt;} DISTINCT Link_Key)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 Apr 2020 11:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693242#M450768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-14T11:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Exclusion Not Working in Set Expression Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693648#M450798</link>
      <description>&lt;P&gt;Okay this has to be applied within each set. Got it now. It worked. Thanks man! Appreciate it.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 12:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Exclusion-Not-Working-in-Set-Expression-Chart/m-p/1693648#M450798</guid>
      <dc:creator>baliyan_vinay</dc:creator>
      <dc:date>2020-04-15T12:06:14Z</dc:date>
    </item>
  </channel>
</rss>

