<?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 Hide all line condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353370#M131095</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;To hide the row, let's for the sake of example, assume that the column to check is column 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each expression (except column 3), change the original expression to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Column(3) = 'Prata', 0, &amp;lt;original column expression here&amp;gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then make sure that suppress zeroes is enabled for the table. This should work on straight tables and pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2012 15:15:10 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-04-16T15:15:10Z</dc:date>
    <item>
      <title>Hide all line condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353365#M131090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible hide all line when some column have a especifc value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like: column = 'Prata' hide all line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 14:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353365#M131090</guid>
      <dc:creator />
      <dc:date>2012-04-16T14:42:49Z</dc:date>
    </item>
    <item>
      <title>Hide all line condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353366#M131091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You mean hide all the rows in the table(need to display empty table)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 14:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353366#M131091</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-16T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Hide all line condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353367#M131092</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;Or do you mean to hide the line if a column contains the value 'Prata'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 14:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353367#M131092</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-04-16T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Hide all line condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353368#M131093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hide the line if a column contains the value 'Prata'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 14:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353368#M131093</guid>
      <dc:creator />
      <dc:date>2012-04-16T14:55:09Z</dc:date>
    </item>
    <item>
      <title>Hide all line condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353369#M131094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In straight table you can hide the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GoTo -&amp;gt; Properties -&amp;gt; Presentaion -&amp;gt; choose the column which you want to hide -&amp;gt; check on Condition radio button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and paste this code &lt;STRONG&gt;=if(substringcount&amp;nbsp; (Concat(FieldName),'Prata')=1,False(),True()) &lt;/STRONG&gt;in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 15:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353369#M131094</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-04-16T15:08:46Z</dc:date>
    </item>
    <item>
      <title>Hide all line condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353370#M131095</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;To hide the row, let's for the sake of example, assume that the column to check is column 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each expression (except column 3), change the original expression to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Column(3) = 'Prata', 0, &amp;lt;original column expression here&amp;gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then make sure that suppress zeroes is enabled for the table. This should work on straight tables and pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 15:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-all-line-condition/m-p/353370#M131095</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-04-16T15:15:10Z</dc:date>
    </item>
  </channel>
</rss>

