<?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 suppress rows with 0's and '-' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270007#M101251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So do you want to suppress all rows regardless the year with donors=0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check "supress zero-values" in presentation tab (like also with my other suggestion).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think nothing else needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. That will not work with multiple expression columns, showing different data &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;I believe Qlikview will only supress rows if all expression values shown are zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edited by swuehl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 16:06:21 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-08-12T16:06:21Z</dc:date>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/269999#M101243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on information related to donors, for years 2010 and 2009. I want to supress the rows which is having 0 donors in 2010. I have to use either setanalysis or if cond...but I am unable to do...please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/269999#M101243</guid>
      <dc:creator />
      <dc:date>2011-08-12T15:12:10Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270000#M101244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to supress rows in straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270000#M101244</guid>
      <dc:creator />
      <dc:date>2011-08-12T15:22:13Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270001#M101245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;You can try a calculated dimension, something like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 16pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;(Expresion&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 16pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;='','',&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 16pt;"&gt;DimensionField&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;Or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 16pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;(Expresion&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 16pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;=null(),'',&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 16pt;"&gt;DimensionField&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 16pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;(Expresion&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 16pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;=0,'',&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 16pt;"&gt;DimensionField&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 16pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;Depending on the ExpresionField data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;Then you need to check on Suppress when value is null on the dimensions tab and also you may want to do this, check on the Presentation tab Suppress Zero-Values and Suppress Missing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;But remember that this could take to many resources depending on the number of records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;Best Regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270001#M101245</guid>
      <dc:creator />
      <dc:date>2011-08-12T15:27:49Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270002#M101246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF(Sum({$&amp;lt;CAMPAIGNYEAR ={ $(vCurrentYear)},TrackParam.CAMPAIGNSTATUS={'F'},TrackParam.CAMPAIGNACCOUNT={'18'},TrackParam.CAMPAIGNTYPE={'empl'}&amp;gt;}TrackParm.NUMBEROFDONORS)=0,'_',Organizations.NAME1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tq for your help but I am getting error while caluculating this expression ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270002#M101246</guid>
      <dc:creator />
      <dc:date>2011-08-12T15:38:56Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270003#M101247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( Year= 2009 or donors&amp;gt;0, donors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270003#M101247</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-12T15:39:56Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270004#M101248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Sum({$&amp;lt;CAMPAIGNYEAR ={ $(vCurrentYear)},TrackParam.CAMPAIGNSTATUS={'F'},TrackParam.CAMPAIGNACCOUNT={'18'},TrackParam.CAMPAIGNTYPE={'empl'}&amp;gt;}TrackParm.NUMBEROFDONORS)='','',Organizations.NAME1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270004#M101248</guid>
      <dc:creator />
      <dc:date>2011-08-12T15:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270005#M101249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I forgot the you still have the zero values for 2009, which you want to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a expression with&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;=if( Year= 2009 or donors&amp;gt;0, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is only to filter the rows.&lt;/P&gt;&lt;P&gt;check supress zero values, hide the new expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270005#M101249</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-12T15:56:51Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270006#M101250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working, Actually I want values greator than 0. Only values greator than 0 should be displayed and other rows should be suppressed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270006#M101250</guid>
      <dc:creator />
      <dc:date>2011-08-12T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270007#M101251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So do you want to suppress all rows regardless the year with donors=0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check "supress zero-values" in presentation tab (like also with my other suggestion).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think nothing else needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. That will not work with multiple expression columns, showing different data &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;I believe Qlikview will only supress rows if all expression values shown are zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edited by swuehl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 16:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270007#M101251</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-12T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270008#M101252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could describe a bit closer your setting,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is/are your dimension(s), what are your expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be good if you could post an example application to the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 16:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270008#M101252</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-12T16:16:15Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270009#M101253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; if( isnull(donors)=0,donors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then supress null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this works&lt;/P&gt;&lt;P&gt;if not understand correctly then share a sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 17:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270009#M101253</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-12T17:52:47Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270010#M101254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I supreesd nulls so I eliminated 0's but still m getting '_' . How should I supress the rows having '_'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 18:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270010#M101254</guid>
      <dc:creator />
      <dc:date>2011-08-12T18:13:31Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270011#M101255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please describe your current setting, by listing your (calculated?) dimension and your expressions.&lt;/P&gt;&lt;P&gt;Or post your application here (upload available in the advanced editor).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's getting hard to know what your problem is, also too many different approaches around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 19:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270011#M101255</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-12T19:06:30Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270012#M101256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramodreddy,&lt;/P&gt;&lt;P&gt;You want to supress all the rows with 0 donors in 2010. If I understand what you asking, is that&amp;nbsp; you want to do so regardless of what you had as donors in 2009 (in the sam rows) ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ok, since " &lt;STRONG&gt;Sum({$&amp;lt;CAMPAIGNYEAR ={ $(vCurrentYear)},TrackParam.CAMPAIGNSTATUS={'F'},TrackParam.CAMPAIGNACCOUNT={'18'},TrackParam.CAMPAIGNTYPE={'empl'}&amp;gt;}TrackParm.NUMBEROFDONORS)&lt;/STRONG&gt; "&amp;nbsp; is the expression that calculate the numbers of donors for the current year, I think you should just write the following code with an "If" condition, try it out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= IF ( Sum({$&amp;lt;CAMPAIGNYEAR ={ $(vCurrentYear)},TrackParam.CAMPAIGNSTATUS={'F'},TrackParam.CAMPAIGNACCOUNT={'18'},TrackParam.CAMPAIGNTYPE={'empl'}&amp;gt;}TrackParm.NUMBEROFDONORS)= 0&amp;nbsp; OR&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;Sum({$&amp;lt;CAMPAIGNYEAR ={ $(vCurrentYear)},TrackParam.CAMPAIGNSTATUS={'F'},TrackParam.CAMPAIGNACCOUNT={'18'},TrackParam.CAMPAIGNTYPE={'empl'}&amp;gt;}TrackParm.NUMBEROFDONORS)= ' ' , False() ,&amp;nbsp; Organizations.NAME1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 10:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270012#M101256</guid>
      <dc:creator />
      <dc:date>2011-08-14T10:06:55Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270013#M101257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pramod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If(sum({$&amp;lt;CAMPAIGNYEAR = {$(=num(vCurrentYear))},TrackParm.CAMPAIGNSTATUS = {"F"},TrackParm.CAMPAIGNACCOUNT = {"18"},TrackParm.CAMPAIGNTYPE= {"empl"}&amp;gt;}TrackParm.NUMBEROFDONORS)&amp;gt;0 or Null()&lt;/EM&gt;&lt;/STRONG&gt;, sum({$&amp;lt;CAMPAIGNYEAR = {$(=num(vCurrentYear-1))},TrackParm.CAMPAIGNSTATUS = {"F"},TrackParm.CAMPAIGNACCOUNT = {"18"},TrackParm.CAMPAIGNTYPE= {"empl"}&amp;gt;}TrackParm.NUMBEROFDONORS))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 18:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270013#M101257</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-08-16T18:07:36Z</dc:date>
    </item>
    <item>
      <title>how to suppress rows with 0's and '-'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270014#M101258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 18:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-suppress-rows-with-0-s-and/m-p/270014#M101258</guid>
      <dc:creator />
      <dc:date>2011-08-16T18:10:35Z</dc:date>
    </item>
  </channel>
</rss>

