<?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: Restricting Filters on a exp. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201267#M875958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached example file.&lt;/P&gt;&lt;P&gt;In that no filter is affeted on the chart values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this you required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2016 08:33:32 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2016-10-31T08:33:32Z</dc:date>
    <item>
      <title>Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201264#M875955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is&amp;nbsp; my Exp. I want to restrict it for all filters which is present in the current sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;Count(Distinct {1&amp;lt;Date_Date={"$(=vToday)"}, Flag={'visits day &amp;amp; Type'}&amp;gt;} IH_EMR_PAT_ID )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/120618" target="_blank"&gt;mrkachhiaimp&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/88778" target="_blank"&gt;mayilvahanan&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/77808" target="_blank"&gt;mto&lt;/A&gt;‌&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Mohit Dahiya&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/Restricting-Filters-on-a-exp/m-p/1201264#M875955</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201265#M875956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression add &lt;STRONG&gt;{1}&lt;/STRONG&gt; to avoid all the filter selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum (&lt;STRONG&gt;{1}&lt;/STRONG&gt;&amp;nbsp; [Sales amount])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Count(&lt;STRONG&gt;{1}&lt;/STRONG&gt;&amp;nbsp; Distinct {1&amp;lt;Date_Date={"$(=vToday)"}, Flag={'visits day &amp;amp; Type'}&amp;gt;} IH_EMR_PAT_ID )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 07:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201265#M875956</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-10-31T07:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201266#M875957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working Bro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 08:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201266#M875957</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2016-10-31T08:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201267#M875958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached example file.&lt;/P&gt;&lt;P&gt;In that no filter is affeted on the chart values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this you required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 08:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201267#M875958</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-10-31T08:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201268#M875959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont have server so i cant open this file can you send me the exp. i am using Qlik Sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 08:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201268#M875959</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2016-10-31T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201269#M875960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;Count({1&amp;lt;Date_Date={"$(=vToday)"}, Flag={'visits day &amp;amp; Type'}&amp;gt;}&amp;nbsp; &lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;Distinct&amp;nbsp; &lt;/SPAN&gt;IH_EMR_PAT_ID )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;This should work.&amp;nbsp; Not sure why it is not working for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;What is the value in the vToday?&amp;nbsp; Is it changing based on the selections?&amp;nbsp; In that case then you have to change that variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;If you attach a sample file then it would be easier to provide solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201269#M875960</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-31T09:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201270#M875961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is changes when i am selecting year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vToday=Date(Max(Date_Date),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201270#M875961</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2016-10-31T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201271#M875962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression is same also your expression is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;{1}&lt;/STRONG&gt;&amp;nbsp; Distinct {1&amp;lt;Date_Date={"$(=vToday)"}, Flag={'visits day &amp;amp; Type'}&amp;gt;} IH_EMR_PAT_ID )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201271#M875962</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-10-31T09:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201272#M875963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;value for this exp is 1 by default for the Guest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am selecting year 2015 see it will change to 5&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142470_Capture2.PNG" style="height: 74px; width: 620px;" /&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/142471_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201272#M875963</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2016-10-31T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201273#M875964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this, it won't change you variable.&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;vToday=Date(Max({1}Date_Date),'DD/MM/YYYY')&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;Regards,&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;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201273#M875964</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-31T09:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201274#M875965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vToday=Date(Max({1}Date_Date),'DD/MM/YYYY')&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;Your variable name is misleading ...&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;It should be vMaxDate.. !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201274#M875965</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-10-31T09:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201275#M875966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your variable value changes then your expression value also changes.&amp;nbsp; This is why you are getting different values when you are selecting even you give 1 in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201275#M875966</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-31T09:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201276#M875967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issue that can be any thing i have also vMaxDate it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201276#M875967</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2016-10-31T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201277#M875968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vToday=Date(Max({1}Date_Date),'DD/MM/YYYY')&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;This variable is having {1} which is missing in your expression..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201277#M875968</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-10-31T09:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201278#M875969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt; has given answer before me.. so you should have marked his answer correct (and my one helpful if you need to mark more than one answers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure to mark correct/helpful answer wisely which will encourage other members to reply your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201278#M875969</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-10-31T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201279#M875970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sry Jagan Bhai i didn't see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 10:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201279#M875970</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2016-10-31T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Filters on a exp.</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201280#M875971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes thanks sir Sry @jagan bhai. actually there were 3-4 replies courser directly go to&amp;nbsp; last answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 10:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Filters-on-a-exp/m-p/1201280#M875971</guid>
      <dc:creator>mohitd910</dc:creator>
      <dc:date>2016-10-31T10:04:36Z</dc:date>
    </item>
  </channel>
</rss>

