<?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 suppressing values in straight tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/suppressing-values-in-straight-tables/m-p/181753#M47651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a straight table with a name, previous months value, this months value and the growth.&lt;BR /&gt;dim: name&lt;BR /&gt;exp:&lt;/P&gt;&lt;P&gt;- previous month value: =sum({$&amp;lt;date={'$(vPreviousMonth)'}&amp;gt;} value)&lt;BR /&gt;- this month value: =sum(value) //i have a bookmark which selects the current month so it's the right data&lt;BR /&gt;- growth: =if(sum({$&amp;lt;date={'$(vPreviousMonth)'}&amp;gt;} value)&amp;lt;&amp;gt;sum(nbfte),(sum({$&amp;lt;date={'$(vPreviousMonth)'}&amp;gt;} value) / sum(value)-1) *-1)&lt;BR /&gt;&lt;BR /&gt;now this shows the values when the value of this and previous month aren't the same. The other fields are empty... the problem is that i don't want to see the empty fields... but suppress zero values doesn't work. pls help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2011 14:50:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-25T14:50:21Z</dc:date>
    <item>
      <title>suppressing values in straight tables</title>
      <link>https://community.qlik.com/t5/QlikView/suppressing-values-in-straight-tables/m-p/181753#M47651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a straight table with a name, previous months value, this months value and the growth.&lt;BR /&gt;dim: name&lt;BR /&gt;exp:&lt;/P&gt;&lt;P&gt;- previous month value: =sum({$&amp;lt;date={'$(vPreviousMonth)'}&amp;gt;} value)&lt;BR /&gt;- this month value: =sum(value) //i have a bookmark which selects the current month so it's the right data&lt;BR /&gt;- growth: =if(sum({$&amp;lt;date={'$(vPreviousMonth)'}&amp;gt;} value)&amp;lt;&amp;gt;sum(nbfte),(sum({$&amp;lt;date={'$(vPreviousMonth)'}&amp;gt;} value) / sum(value)-1) *-1)&lt;BR /&gt;&lt;BR /&gt;now this shows the values when the value of this and previous month aren't the same. The other fields are empty... the problem is that i don't want to see the empty fields... but suppress zero values doesn't work. pls help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 14:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppressing-values-in-straight-tables/m-p/181753#M47651</guid>
      <dc:creator />
      <dc:date>2011-03-25T14:50:21Z</dc:date>
    </item>
    <item>
      <title>suppressing values in straight tables</title>
      <link>https://community.qlik.com/t5/QlikView/suppressing-values-in-straight-tables/m-p/181754#M47652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I got the question right, you have columns A, B and (A-B), and you want to hide rows where A-B=0.&lt;BR /&gt;If this assumption is correct, one of possible solutions is to use conditions for A and B expressions:&lt;BR /&gt;A: if(A=B, 0, A)&lt;BR /&gt;B: if(A=B, 0, B)&lt;BR /&gt;In this case "suppress when 0" will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 16:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppressing-values-in-straight-tables/m-p/181754#M47652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-25T16:13:47Z</dc:date>
    </item>
  </channel>
</rss>

