<?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 Expression Filtration Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Filtration-Issue/m-p/270931#M578839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the expression1 Logistic Value= If(Sum(Logistic Value)&amp;lt;&amp;gt;Sum(Standard Value),Sum(Logistic Value)&lt;/P&gt;&lt;P&gt;Expression2:&amp;nbsp; If(Sum(Logistic Value)&amp;lt;&amp;gt;Sum(Standard Value),Sum(Standard Value)&lt;/P&gt;&lt;P&gt;Expressio3 = Column1-column2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2012 10:48:59 GMT</pubDate>
    <dc:creator>vijay_iitkgp</dc:creator>
    <dc:date>2012-02-10T10:48:59Z</dc:date>
    <item>
      <title>Expression Filtration Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Filtration-Issue/m-p/270930#M578838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Goal - The chart is to only display rows where expression value is not equal to x.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;IMG __jive_id="11151" alt="Example.PNG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/11151_Example.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Suppress Zero - I wrapped all the equations within expression boxes in the chart to say, if x = 0 then display 0, or else do existing equation. This worked but it is not healthy looking. It is a bit of a hack so I dropped it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Code Behind - I know I can achieve the goal if I do the equation in the code behind and quite tidily too but I wish it could be easier than this, for example, a click of a button or writing a code into a separate expression field in the chart with a command to not display the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Is there away around it other than those stated above?&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Is this a limit of Qlikview I am encountering?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 10:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Filtration-Issue/m-p/270930#M578838</guid>
      <dc:creator />
      <dc:date>2012-02-10T10:04:10Z</dc:date>
    </item>
    <item>
      <title>Expression Filtration Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Filtration-Issue/m-p/270931#M578839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the expression1 Logistic Value= If(Sum(Logistic Value)&amp;lt;&amp;gt;Sum(Standard Value),Sum(Logistic Value)&lt;/P&gt;&lt;P&gt;Expression2:&amp;nbsp; If(Sum(Logistic Value)&amp;lt;&amp;gt;Sum(Standard Value),Sum(Standard Value)&lt;/P&gt;&lt;P&gt;Expressio3 = Column1-column2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 10:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Filtration-Issue/m-p/270931#M578839</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-02-10T10:48:59Z</dc:date>
    </item>
    <item>
      <title>Expression Filtration Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Filtration-Issue/m-p/270932#M578840</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;Use the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logistic Value =If([VarianceExpressionName] = 0, 0, LogisticValueExpression) //If variance is 0 then 0&lt;/P&gt;&lt;P&gt;Standard Value = If([VarianceExpressionName] = 0, 0, StandardValueExpression) //If variance is 0 then 0&lt;/P&gt;&lt;P&gt;VarianceExpression = VarianceExpression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all the expressions in straight/pivot table returns 0 then the row would be automatically removed by qlikview.&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>Fri, 10 Feb 2012 11:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Filtration-Issue/m-p/270932#M578840</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-10T11:00:10Z</dc:date>
    </item>
  </channel>
</rss>

