<?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 Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1433459#M810522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expertise ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using&amp;nbsp; the below expreesioon in a straight table ..and there are 4 expression like the below..&lt;/P&gt;&lt;P&gt;I have 3 filters ( Dept, Agency,Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Sum({&amp;lt;PeriodType={'CurrentOpen'},DefectCountLoadDate={"&amp;gt;=$(=Date(addmonths(Max(DefectCountLoadDate))))"}&amp;nbsp; &amp;gt;} OpenCount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now i want to exclude the selection made for the filter "Agency " in the straight table and other filters should work normally . &lt;/P&gt;&lt;P&gt;And there are different tables&amp;nbsp; which should reflect the changes normally &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can i acheive this Please Expertise help me &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in Advance &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1433459#M810522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expertise ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using&amp;nbsp; the below expreesioon in a straight table ..and there are 4 expression like the below..&lt;/P&gt;&lt;P&gt;I have 3 filters ( Dept, Agency,Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Sum({&amp;lt;PeriodType={'CurrentOpen'},DefectCountLoadDate={"&amp;gt;=$(=Date(addmonths(Max(DefectCountLoadDate))))"}&amp;nbsp; &amp;gt;} OpenCount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now i want to exclude the selection made for the filter "Agency " in the straight table and other filters should work normally . &lt;/P&gt;&lt;P&gt;And there are different tables&amp;nbsp; which should reflect the changes normally &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can i acheive this Please Expertise help me &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in Advance &lt;/SPAN&gt;&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/Filter/m-p/1433459#M810522</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1433460#M810523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&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; font-size: 13.3333px;"&gt;=Sum({&lt;STRONG style="color: #ff0000;"&gt;$&lt;/STRONG&gt;&amp;lt;&lt;STRONG style="color: #ff0000;"&gt;Agency=,&lt;/STRONG&gt; PeriodType={'CurrentOpen'},DefectCountLoadDate={"&amp;gt;=$(=Date(addmonths(Max(DefectCountLoadDate))))"}&amp;nbsp; &amp;gt;} OpenCount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 09:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter/m-p/1433460#M810523</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-11T09:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1433461#M810524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil , &lt;/P&gt;&lt;P&gt;In a caption iam using The date accordingly , &lt;/P&gt;&lt;P&gt;How should i use the same here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Max(DefectCountLoadDate), 'MMM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter/m-p/1433461#M810524</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-10-11T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1433462#M810525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do even with Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;{&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;$&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;Agency= &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;/STRONG&gt;DefectCountLoadDate), 'MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter/m-p/1433462#M810525</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-11T10:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1433463#M810526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&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; font-size: 13px;"&gt;Date(Max({&amp;lt;Agency&amp;gt;}DefectCountLoadDate), 'MMM-YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter/m-p/1433463#M810526</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-10-11T10:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1433464#M810527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Anil Sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter/m-p/1433464#M810527</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-10-11T10:19:13Z</dc:date>
    </item>
  </channel>
</rss>

