<?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: Suppressing Rows based on the expression value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344027#M836265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in your dimension &lt;/P&gt;&lt;P&gt;=if(Aggr(sum(Sales)=0,Customer,STATE),Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 14:33:16 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-05-26T14:33:16Z</dc:date>
    <item>
      <title>Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344020#M836258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I have a table with columns Customer, State and Sales. In the straight table I am taking &lt;SPAN style="font-size: 13.3333px;"&gt;Customer, State&amp;nbsp; as Dimensions and Sum(Sales) as expression. &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;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164889_1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected output is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/164894_1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to suppress row which has expression &amp;gt;0.&amp;nbsp; Any Ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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/Suppressing-Rows-based-on-the-expression-value/m-p/1344020#M836258</guid>
      <dc:creator>avinashkk696</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344021#M836259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Try this in expression &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;if(Sum(Sales) =0,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sum(Sales) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and un-check the suppress zero values in the presentation tab and check suppress null &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344021#M836259</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-26T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344022#M836260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Or &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sum({&amp;lt;Sales={0}&amp;gt;}Sales) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344022#M836260</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-26T13:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344023#M836261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about your supress thing Maybe try&lt;/P&gt;&lt;P&gt;if(sum(sales)&amp;gt;0,sum(Sales),0)&lt;/P&gt;&lt;P&gt;This will only show values greater than 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(sales)&amp;lt;0,sum(Sales),0)&lt;/P&gt;&lt;P&gt;This will show values less than 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can just Supress Null in Dimensions instead of writing an expression. That would be more easier.&lt;/P&gt;&lt;P&gt;Properties&amp;gt;Dimensions&amp;gt;&lt;/P&gt;&lt;P&gt;Below you'll find a check box to supress null for dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344023#M836261</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-05-26T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344024#M836262</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;may be as attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344024#M836262</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-26T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344025#M836263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add expression&lt;STRONG&gt; 1&lt;/STRONG&gt; to show all the lines, including zero (then hide the field in the settings of the table). Further in fields SUM(SALES) and 1 add Set Analysis expression &lt;STRONG&gt;{&amp;lt;Customer={"=Sum(Value)=0"}&amp;gt;}&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344025#M836263</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-26T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344026#M836264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you Avinash and Aehman, I have tried your expressions i'm getting the output as below.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164897_1.JPG" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have also unchecked suppress zero values and checked suppress missing. Its not working. I can not suppress dimension as i don't know the value of the expression. So need to suppress row based on the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344026#M836264</guid>
      <dc:creator>avinashkk696</dc:creator>
      <dc:date>2017-05-26T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows based on the expression value</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344027#M836265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in your dimension &lt;/P&gt;&lt;P&gt;=if(Aggr(sum(Sales)=0,Customer,STATE),Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 14:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows-based-on-the-expression-value/m-p/1344027#M836265</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-26T14:33:16Z</dc:date>
    </item>
  </channel>
</rss>

