<?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 Suppress Rows in Chart if Expression is zero? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272430#M102053</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;Please let me know my understanding is correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one particular expression value is 0, then you should hide that row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the requirement then do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 = Sum(Value1), If this value is 0, then we will hide the entire row&lt;/P&gt;&lt;P&gt;Expression 2 = If([Expression 1] = 0, 0, Sum(Value2))&lt;/P&gt;&lt;P&gt;Expression 3 = If([Expression 1] = 0, 0, Sum(Value3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all the expression values are 0, then the row is not displayed.&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>Fri, 02 Dec 2011 12:23:41 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2011-12-02T12:23:41Z</dc:date>
    <item>
      <title>Suppress Rows in Chart if Expression is zero?</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272427#M102050</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;I have a straight table chart with some calculated expressions. I would like to conditionally suppress the rows where the expression value is zero. Is this possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 16:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272427#M102050</guid>
      <dc:creator />
      <dc:date>2011-12-01T16:07:26Z</dc:date>
    </item>
    <item>
      <title>Suppress Rows in Chart if Expression is zero?</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272428#M102051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In the chart tab called Presentation, there is an option (for each expression) to Suppress Zero-values.&lt;/P&gt;&lt;P&gt;If this is option is ticked for each expression in the row, my experience is that the row is not shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 16:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272428#M102051</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2011-12-01T16:43:28Z</dc:date>
    </item>
    <item>
      <title>Suppress Rows in Chart if Expression is zero?</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272429#M102052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That may be true, but my problem in this case is that not all expressions are zero or null values. Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 08:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272429#M102052</guid>
      <dc:creator />
      <dc:date>2011-12-02T08:11:18Z</dc:date>
    </item>
    <item>
      <title>Suppress Rows in Chart if Expression is zero?</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272430#M102053</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;Please let me know my understanding is correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one particular expression value is 0, then you should hide that row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the requirement then do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 = Sum(Value1), If this value is 0, then we will hide the entire row&lt;/P&gt;&lt;P&gt;Expression 2 = If([Expression 1] = 0, 0, Sum(Value2))&lt;/P&gt;&lt;P&gt;Expression 3 = If([Expression 1] = 0, 0, Sum(Value3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all the expression values are 0, then the row is not displayed.&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>Fri, 02 Dec 2011 12:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272430#M102053</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-12-02T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Suppress Rows in Chart if Expression is zero?</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272431#M102054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, worked perfectly. I created a new expression "Show", which gets value 1 or zero depending on other expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 10:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Rows-in-Chart-if-Expression-is-zero/m-p/272431#M102054</guid>
      <dc:creator />
      <dc:date>2011-12-05T10:53:29Z</dc:date>
    </item>
  </channel>
</rss>

