<?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: How to filter out zero rows within an expression field (in Qlikview)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449498#M802944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is syntax error.&amp;nbsp; Missing any comma or ()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2017 23:47:30 GMT</pubDate>
    <dc:creator>joeluqlik</dc:creator>
    <dc:date>2017-11-10T23:47:30Z</dc:date>
    <item>
      <title>How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449493#M802938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Row&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Report 1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Report 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Difference (an expression of Report 1 minus Report 2)&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1800&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to filter out rows (#2, #4 in this case) where the value is zero within the Difference column which is an expression of comparing the two reports (Report 1 and Report 2).&amp;nbsp; But can't seem to select exclude the zeros when the field is not a dimension but and expression.&amp;nbsp; Can't use Supress Zero function to do that either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual data file has many zero lines and I just want to pick up the lines that are with differences in a single export to Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyone for helping with this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JL&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/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449493#M802938</guid>
      <dc:creator>joeluqlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449494#M802940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;If(Report1Expression - Report2Expression &amp;lt;&amp;gt; 0, Report1Expression)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(Report1Expression - Report2Expression &amp;lt;&amp;gt; 0, Report2Expression)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Report1Expression - Report2Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason we have to use if statement here is because we have to force all expressions to be 0 or null for the rows where difference is null so that those rows get removed from the chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 23:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449494#M802940</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-09T23:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449495#M802941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the quick response and guide here.&lt;/P&gt;&lt;P&gt;Are we saying it is a nested IF statement or simple a single statement like this will work? &lt;/P&gt;&lt;P&gt;If(R1_Amt - R2_Amt &amp;lt;&amp;gt; 0, &lt;SPAN style="font-size: 13.3333px;"&gt;R1_Amt - R2_Amt)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The R1_Amt is just an amount from one file, same as the R2_Amt is another amount from another file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I am just trying to display only the non-zero difference lines in a straight table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;JL&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 00:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449495#M802941</guid>
      <dc:creator>joeluqlik</dc:creator>
      <dc:date>2017-11-10T00:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449496#M802942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you would need three expressions with one dimension&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;&lt;STRONG&gt;If(R1_Amt - R2_Amt &amp;lt;&amp;gt; 0, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;R1_Amt )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(R1_Amt - R2_Amt &amp;lt;&amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;R2_Amt)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(R1_Amt - R2_Amt &amp;lt;&amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;R1_Amt - R2_Amt)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449496#M802942</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-10T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449497#M802943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it is not reading the result as a number for some reason. You could try wrapping the expression in Num(). You made sure to click your expression on the presentation tab and select Suppress Zero-Values for THAT field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449497#M802943</guid>
      <dc:creator>greend21</dc:creator>
      <dc:date>2017-11-10T15:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449498#M802944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is syntax error.&amp;nbsp; Missing any comma or ()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 23:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449498#M802944</guid>
      <dc:creator>joeluqlik</dc:creator>
      <dc:date>2017-11-10T23:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449499#M802945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you create three expressions within one dimension?&lt;/P&gt;&lt;P&gt;Also the zero rows that I try to remove from my straight table are within the expression column, not within a dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 20:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449499#M802945</guid>
      <dc:creator>joeluqlik</dc:creator>
      <dc:date>2017-11-12T20:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out zero rows within an expression field (in Qlikview)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449500#M802946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 12:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-zero-rows-within-an-expression-field-in/m-p/1449500#M802946</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-13T12:04:34Z</dc:date>
    </item>
  </channel>
</rss>

