<?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 Filtering straight table based on expression value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-straight-table-based-on-expression-value/m-p/199886#M58629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! that did it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 16:31:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-03T16:31:02Z</dc:date>
    <item>
      <title>Filtering straight table based on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-straight-table-based-on-expression-value/m-p/199884#M58627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight chart with one dimension (client) &amp;amp; three expressions: (1) yesterday's sales, (2) 20 day avg sales, (3) difference in the two. I need to create two tables: one that will show only positive differences &amp;amp; one that will show only negatives.&lt;/P&gt;&lt;P&gt;I have been able to filter straight tables for positive and negative values in the past by using an if() statement in the dimension field (ie if(sum(sales)&amp;gt;0,sum(sales)) ) but this doesn't work with multiple expressions.&lt;/P&gt;&lt;P&gt;Any ideas of how to filter out those clients that don't meet the straight tablecriteria? Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-straight-table-based-on-expression-value/m-p/199884#M58627</guid>
      <dc:creator />
      <dc:date>2011-02-03T15:17:00Z</dc:date>
    </item>
    <item>
      <title>Filtering straight table based on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-straight-table-based-on-expression-value/m-p/199885#M58628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to put this logic into your expressions and then use the Suppress Null Values to only show the ones you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;If(YesterdaysSales-20DayAvg&amp;gt;0, YesterdaysSales)&lt;BR /&gt;If(YesterdaysSales-20DayAvg&amp;gt;0, 20DayAvg)&lt;BR /&gt;If(YesterdaysSales-20DayAvg&amp;gt;0, YesterdaysSales-20DayAvg)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Use something like that for each of your expressions. When the difference is negative, the values of these expressions will be null and that record will be suppressed. You end up with only the records you want.&lt;/P&gt;&lt;P&gt;Replace YesterdaysSales and 20DayAvg with the expressions you are currently using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 16:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-straight-table-based-on-expression-value/m-p/199885#M58628</guid>
      <dc:creator />
      <dc:date>2011-02-03T16:17:03Z</dc:date>
    </item>
    <item>
      <title>Filtering straight table based on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-straight-table-based-on-expression-value/m-p/199886#M58629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! that did it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 16:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-straight-table-based-on-expression-value/m-p/199886#M58629</guid>
      <dc:creator />
      <dc:date>2011-02-03T16:31:02Z</dc:date>
    </item>
  </channel>
</rss>

