<?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: Add only one Filter in chart. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709773#M255722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Susheel thank you for your reply but I am using below if...else expreesion in my chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please suggest where I need to add filters now????&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2014 06:59:32 GMT</pubDate>
    <dc:creator>soha1902</dc:creator>
    <dc:date>2014-06-19T06:59:32Z</dc:date>
    <item>
      <title>Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709771#M255720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am having one line chart and some other chart objects,&lt;/P&gt;&lt;P&gt;I have four filters. Now my requirement is, my Line chart get affected only &lt;STRONG&gt;Date filter&lt;/STRONG&gt; and other filter won't make any changes in my chart. I can not use alternate state because &lt;STRONG&gt;Date filter&lt;/STRONG&gt; associated with other chart object.&lt;/P&gt;&lt;P&gt;So please let me how to Set Analysis in this case.&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 06:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709771#M255720</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-19T06:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709772#M255721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can easily do this using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your chart in expression try as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;filter1=,filter2=, filter3=&amp;gt;} data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just replace filter1,filter2.. 3 with your actual filter/fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 06:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709772#M255721</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-06-19T06:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709773#M255722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Susheel thank you for your reply but I am using below if...else expreesion in my chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please suggest where I need to add filters now????&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 06:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709773#M255722</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-19T06:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709774#M255723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And note that, you have to use the same set analysis in all the aggregation functions you have used(Sum, Max) in all your expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709774#M255723</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-19T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709775#M255724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had you look at the attached application&lt;/P&gt;&lt;P&gt;you can try below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;()), &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'},City=,Region=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'},City=,Region=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709775#M255724</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-19T07:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709776#M255725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My original expression is :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest Set analysis as per this expression.&lt;/P&gt;&lt;P&gt;Please help......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709776#M255725</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-19T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709777#M255726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Filters are applied in the Aggregation functions like SUM, COUNT, MAX etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;()), &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&lt;STRONG&gt;,City=,Region=&lt;/STRONG&gt; &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'} ,&lt;STRONG&gt;City=,Region=&lt;/STRONG&gt; &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709777#M255726</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-19T07:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709778#M255727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this expression but still if I select others filters my chart get modified...&lt;/P&gt;&lt;P&gt;please help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709778#M255727</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-19T07:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709779#M255728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Checked your application.&lt;/P&gt;&lt;P&gt;It is effecting due to date but not due to excluded filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709779#M255728</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-19T07:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709780#M255729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Soh, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date &amp;lt;= Date(Now()), Sum({&amp;lt;date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/SPAN&gt;date))'},City=,Region= &amp;gt;}sales),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/SPAN&gt;date))'} ,City=,Region= &amp;gt;}sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And remember, if you are using max()/min() in variable declaration use similary {1} there as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709780#M255729</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-19T07:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709781#M255730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;I am using above expression as I mentioned my earlier message please suggest me how to add filter condition in that expression. I tried Aanand expression but it was not working..&lt;/P&gt;&lt;P&gt;please help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709781#M255730</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-19T07:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709782#M255731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try what Tresesco suggested.&lt;/P&gt;&lt;P&gt;But by that you wouldn't be able to filter by date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709782#M255731</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-19T07:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709783#M255732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ashfaq,&lt;/P&gt;&lt;P&gt;That &lt;STRONG&gt;would&lt;/STRONG&gt; filter(or, let me say that respond to selection) by date because of the IF , and to be more specific this would only work if a Date is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709783#M255732</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-19T07:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709784#M255733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;()), &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'}&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,City=,Region=&lt;/STRONG&gt; &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'} ,&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;City=,Region=&lt;/STRONG&gt; &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709784#M255733</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-19T07:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709785#M255734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709785#M255734</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-19T07:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709786#M255735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still chart is get modified by others filters ....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;Please help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709786#M255735</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-19T07:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709787#M255736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you share your sample app that has all variables and actual expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709787#M255736</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-19T07:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709788#M255737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you have more then one expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to replicate below logic for all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date &amp;lt;= Date(Now()), Sum({&amp;lt;date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max({1}date))'},City=,Region= &amp;gt;}sales),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max({1}date))'} ,City=,Region= &amp;gt;}sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can even try with below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date &amp;lt;= Date(Now()), Sum({1 &amp;lt;date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'},City=,Region= &amp;gt;}sales),&lt;/P&gt;&lt;P&gt;Sum({1 &amp;lt;date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(date))'} ,City=,Region= &amp;gt;}sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709788#M255737</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-19T07:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add only one Filter in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709789#M255738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using {1} in max expression in all expression is working from my side check once in your end &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1:- Sum( {&amp;lt;City=,Region=,Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression2:- &lt;/P&gt;&lt;P&gt;if(Sum({&amp;lt;Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'},City=,Region=&amp;gt;}Sales)&amp;gt;=&lt;/P&gt;&lt;P&gt;above(Sum({&amp;lt;Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'},City=,Region=&amp;gt;}Sales))or&amp;nbsp; len(above(Sum({&amp;lt;Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'},City=,Region=&amp;gt;}Sales)))=0,&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'},City=,Region=&amp;gt;}Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression3:- &lt;/P&gt;&lt;P&gt;if(Sum({&amp;lt;Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'},City=,Region=&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;lt;above(Sum({&amp;lt;Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'},City=,Region=&amp;gt;}Sales)),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Date))'},City=,Region=&amp;gt;}Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 08:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-only-one-Filter-in-chart/m-p/709789#M255738</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-19T08:04:49Z</dc:date>
    </item>
  </channel>
</rss>

