<?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 supress rows in table depending on expression value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824932#M660490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have another 4 expression for the row ... It's impossible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 09:31:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-31T09:31:31Z</dc:date>
    <item>
      <title>How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824925#M660483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning, I have this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(If(FVWFD_TIPOL_AGEVOL='F',[IMPORTO FINANZIAMENTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='C',&lt;/P&gt;&lt;P&gt; [IMPORTO CONTRIBUTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='G', [IMPORTO GARANZIA RICHIESTO]))))) /100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would supress the row where this expression is equal to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all&lt;/P&gt;&lt;P&gt;Giovanni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824925#M660483</guid>
      <dc:creator />
      <dc:date>2015-03-31T08:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824926#M660484</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;in which chart do you want to represent it..in most cases it will suppress automatically zero values, go to presentation chart and you will find suppress zero values check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you dont want to show zero values, write an if condition on you expr to show only greater than zero values&lt;/P&gt;&lt;P&gt;ex: if(expression &amp;gt;0, expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;amay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824926#M660484</guid>
      <dc:creator />
      <dc:date>2015-03-31T08:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824927#M660485</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;You can check the &lt;STRONG&gt;suppress when value is null&lt;/STRONG&gt; in Dimension tab and presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82438_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824927#M660485</guid>
      <dc:creator />
      <dc:date>2015-03-31T08:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824928#M660486</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If((Sum(If(FVWFD_TIPOL_AGEVOL='F',[IMPORTO FINANZIAMENTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='C',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[IMPORTO CONTRIBUTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='G', [IMPORTO GARANZIA RICHIESTO]))))) /100 = 0, Null(), &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Sum(If(FVWFD_TIPOL_AGEVOL='F',[IMPORTO FINANZIAMENTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='C',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[IMPORTO CONTRIBUTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='G', [IMPORTO GARANZIA RICHIESTO]))))) /100)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you have other expressions in the same chart then you have give the same expression in all the dimensions&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If((Sum(If(FVWFD_TIPOL_AGEVOL='F',[IMPORTO FINANZIAMENTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='C',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[IMPORTO CONTRIBUTO RICHIESTO],IF(FVWFD_TIPOL_AGEVOL='G', [IMPORTO GARANZIA RICHIESTO]))))) /100 = 0, Null(), 'Expression 2')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824928#M660486</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-31T09:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824929#M660487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the expression is not for a dimension, I can't check the suppress when value is null in dimension tab.&lt;/P&gt;&lt;P&gt;I represent the expression in a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824929#M660487</guid>
      <dc:creator />
      <dc:date>2015-03-31T09:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824930#M660488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan, I would supress the row when the expression is null or equal to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giovanni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824930#M660488</guid>
      <dc:creator />
      <dc:date>2015-03-31T09:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824931#M660489</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;The row will be supressed when all the expression values are zero in that row.&amp;nbsp; If you have only one expression then you can directly use Suppress Zero values option in Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Tue, 31 Mar 2015 09:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824931#M660489</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-31T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824932#M660490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have another 4 expression for the row ... It's impossible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824932#M660490</guid>
      <dc:creator />
      <dc:date>2015-03-31T09:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824933#M660491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do that but you need to give the If in all the expressions, check my previous posts.&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>Tue, 31 Mar 2015 09:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824933#M660491</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-31T09:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress rows in table depending on expression value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824934#M660492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;I put the if condition in all expression, but after how can I supress the row with null value for only this expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giovanni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-supress-rows-in-table-depending-on-expression-value/m-p/824934#M660492</guid>
      <dc:creator />
      <dc:date>2015-03-31T09:43:42Z</dc:date>
    </item>
  </channel>
</rss>

