<?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 restrict rows in a straight table based on a column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/restrict-rows-in-a-straight-table-based-on-a-column/m-p/376290#M1169405</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 want to restrict the number of rows in a straight table based on the value of a column.&lt;/P&gt;&lt;P&gt;I want my straight table to show only those rows, if column 14 of the straight table has value greater than 20. If column 14 has values less than 20 then the entire row shouldn't show up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using if(column(14)&amp;lt; 20,0,column(14)) and then suppress 0 in my presentation tab, but this doesn't work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all your help in resolving this if there is an alternate approach. I tried using null() as well instead of 0, but doesn't seem to work. It just puts 0 or - in the column instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to modify my load script in anyway &amp;amp; would like to do this in the UI end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all help in advance,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2012 15:58:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-08T15:58:57Z</dc:date>
    <item>
      <title>restrict rows in a straight table based on a column</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-rows-in-a-straight-table-based-on-a-column/m-p/376290#M1169405</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 want to restrict the number of rows in a straight table based on the value of a column.&lt;/P&gt;&lt;P&gt;I want my straight table to show only those rows, if column 14 of the straight table has value greater than 20. If column 14 has values less than 20 then the entire row shouldn't show up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using if(column(14)&amp;lt; 20,0,column(14)) and then suppress 0 in my presentation tab, but this doesn't work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all your help in resolving this if there is an alternate approach. I tried using null() as well instead of 0, but doesn't seem to work. It just puts 0 or - in the column instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to modify my load script in anyway &amp;amp; would like to do this in the UI end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all help in advance,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 15:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-rows-in-a-straight-table-based-on-a-column/m-p/376290#M1169405</guid>
      <dc:creator />
      <dc:date>2012-08-08T15:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: restrict rows in a straight table based on a column</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-rows-in-a-straight-table-based-on-a-column/m-p/376291#M1169406</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;Suppress zeroes will only suppress the row if there are &lt;STRONG&gt;no&lt;/STRONG&gt; non-zero or non-null values in the entire row. &lt;/P&gt;&lt;P&gt;If you are using QV11, explore using dimension limits to suppress the rows (move column14 to column1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using QV10, you could use the approach you started with, but you will have to apply it to all columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression 1:&amp;nbsp; If(Column(14) &amp;lt;&amp;gt; 0, &lt;EM&gt;original expression1&lt;/EM&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression 2:&amp;nbsp; If(Column(14) &amp;lt;&amp;gt; 0, &lt;EM&gt;original expression2&lt;/EM&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression 14: If(&lt;EM&gt;original expression14 &lt;/EM&gt;&amp;lt; 20, 0, &lt;EM&gt;original expression14&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tedious I know, but that should work. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 18:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-rows-in-a-straight-table-based-on-a-column/m-p/376291#M1169406</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-08-08T18:11:30Z</dc:date>
    </item>
  </channel>
</rss>

