<?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 How to filter on an expression in a chart ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296744#M1200033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ! that's working ! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;thank you so much !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 16:41:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-29T16:41:42Z</dc:date>
    <item>
      <title>How to filter on an expression in a chart ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296742#M1200031</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;Here is my problem :&lt;/P&gt;&lt;P&gt;Got a chart with the following datas :&lt;/P&gt;&lt;P&gt;Code Production_Month_M-1 Production_Month_M&lt;BR /&gt;AAA 48 0&lt;BR /&gt;BBB 15 16&lt;BR /&gt;CCC 12 0&lt;BR /&gt;DDD 7 5&lt;/P&gt;&lt;P&gt;I would see only the line with a Production_Month_M =0&lt;/P&gt;&lt;P&gt;I tried this expression :&lt;/P&gt;&lt;P&gt;=if((sum({$&amp;lt;Month={$(VMonthM)}&amp;gt;}[production.PROD]))=0,(sum({$&amp;lt;Month={$(VMonthM)}&amp;gt;}[production.PROD])))&lt;/P&gt;&lt;P&gt;and i have :&lt;/P&gt;&lt;P&gt;Code Production_Month_M-1 Production_Month_M&lt;BR /&gt;AAA 48 0&lt;BR /&gt;BBB 15 -&lt;BR /&gt;CCC 12 0&lt;BR /&gt;DDD 7 -&lt;/P&gt;&lt;P&gt;instead of :&lt;/P&gt;&lt;P&gt;Code Production_Month_M-1 Production_Month_M&lt;BR /&gt;AAA 48 0&lt;BR /&gt;CCC 12 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 16:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296742#M1200031</guid>
      <dc:creator />
      <dc:date>2010-12-29T16:18:22Z</dc:date>
    </item>
    <item>
      <title>How to filter on an expression in a chart ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296743#M1200032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to put the same Set Analysis filter on the first expression. By default, QlikView will suppress rows where all expressions are null. Since you have values on the first expression for those records, they are displaying, even when the second expression is null.&lt;/P&gt;&lt;P&gt;Maybe:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=if((sum({$&amp;lt;Month={$(VMonthM-1)}&amp;gt;}[production.PROD]))=0,&lt;BR /&gt; (sum({$&amp;lt;Month={$(VMonthM-1)}&amp;gt;}[production.PROD])))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm not sure what your expression is for the first expression, so that is a bit of a guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 16:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296743#M1200032</guid>
      <dc:creator />
      <dc:date>2010-12-29T16:30:08Z</dc:date>
    </item>
    <item>
      <title>How to filter on an expression in a chart ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296744#M1200033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ! that's working ! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;thank you so much !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 16:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296744#M1200033</guid>
      <dc:creator />
      <dc:date>2010-12-29T16:41:42Z</dc:date>
    </item>
    <item>
      <title>How to filter on an expression in a chart ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296745#M1200034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I have a very wide tables with 10+ columns, does that mean I have to put that Logic in every single column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 06:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-on-an-expression-in-a-chart/m-p/296745#M1200034</guid>
      <dc:creator />
      <dc:date>2011-03-18T06:48:14Z</dc:date>
    </item>
  </channel>
</rss>

