<?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 Dynamic filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/1044851#M465332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you will find a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'DATE FACTURATION' in my data source which i converted into 'Mois_enquete_calcul' to get the Month&amp;amp;Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND my expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Mois_enquete_calcul={'&amp;gt;=$(=Max(Mois_enquete_calcul)-3)&amp;lt;=$(=Max(Mois_enquete_calcul))'},Q11={'OUI'}, MAKE={'CITROEN'}&amp;gt;}Q11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually what I need is that when I choose on nov.-2015 in my 'Mois_enquete_calcul' selector I get only the month of nov.-2015, oct.-2015, sept.-2015 and aug.-2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, when I choose a given month it shows all the months before the month I chose.(like it does not stop at the month -3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one has an idea how I can perform that please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried many ways but I am stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 12:25:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-22T12:25:10Z</dc:date>
    <item>
      <title>Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/1044851#M465332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you will find a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'DATE FACTURATION' in my data source which i converted into 'Mois_enquete_calcul' to get the Month&amp;amp;Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND my expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Mois_enquete_calcul={'&amp;gt;=$(=Max(Mois_enquete_calcul)-3)&amp;lt;=$(=Max(Mois_enquete_calcul))'},Q11={'OUI'}, MAKE={'CITROEN'}&amp;gt;}Q11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually what I need is that when I choose on nov.-2015 in my 'Mois_enquete_calcul' selector I get only the month of nov.-2015, oct.-2015, sept.-2015 and aug.-2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, when I choose a given month it shows all the months before the month I chose.(like it does not stop at the month -3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one has an idea how I can perform that please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried many ways but I am stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 12:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/1044851#M465332</guid>
      <dc:creator />
      <dc:date>2016-03-22T12:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/1044852#M465333</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;STRONG&gt;=Count({&amp;lt;Mois_enquete_calcul={"&amp;gt;=$(=Date(AddMonths(Max(Mois_enquete_calcul), -3),'MMM-YYYY'))&amp;lt;=$(=Date(Max(Mois_enquete_calcul), 'MMM-YYYY'))"},Q11={'OUI'}, MAKE={'CITROEN'}&amp;gt;}Q11)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 12:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/1044852#M465333</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-22T12:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/1044853#M465334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 08:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/1044853#M465334</guid>
      <dc:creator />
      <dc:date>2016-03-23T08:22:54Z</dc:date>
    </item>
  </channel>
</rss>

