<?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 Straight table with input boxes: hide rows that do not match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613456#M545565</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 that shows several fields for product information, and a monetary value as expression (although it is not really an expression, as already calculated during the load)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now added an input box with two variables to be able to filter for product within that range:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =only(if([TCV Reportet (Produkt).P] &amp;gt;= vMin and [TCV Reportet (Produkt).P] &amp;lt;= vMax, [TCV Reportet (Produkt).P]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working, except for the fact all the products that do not match remain in the list with a value of '-'. How can I filter them to only show rows matching the input box values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 13:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T13:16:04Z</dc:date>
    <item>
      <title>Straight table with input boxes: hide rows that do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613456#M545565</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 that shows several fields for product information, and a monetary value as expression (although it is not really an expression, as already calculated during the load)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now added an input box with two variables to be able to filter for product within that range:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =only(if([TCV Reportet (Produkt).P] &amp;gt;= vMin and [TCV Reportet (Produkt).P] &amp;lt;= vMax, [TCV Reportet (Produkt).P]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working, except for the fact all the products that do not match remain in the list with a value of '-'. How can I filter them to only show rows matching the input box values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613456#M545565</guid>
      <dc:creator />
      <dc:date>2014-04-08T13:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table with input boxes: hide rows that do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613457#M545566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you are using a chart ..... ?&lt;/P&gt;&lt;P&gt;I assume that the above is for a calculated dimension or filter .....&lt;/P&gt;&lt;P&gt;You will need to ensure that the expression is null or zero too to ensure that the values do not appear. So you need to put the above expression round your existing expression and ensure zeroes are not displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 15:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613457#M545566</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-08T15:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table with input boxes: hide rows that do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613458#M545567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, a straight table chart. &lt;/P&gt;&lt;P&gt;The above is one of the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set all others to null to let these rows disappear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613458#M545567</guid>
      <dc:creator />
      <dc:date>2014-04-09T05:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table with input boxes: hide rows that do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613459#M545568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if( len(&amp;lt;your expression&amp;gt;)&amp;gt;0, &amp;lt;your expression&amp;gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-input-boxes-hide-rows-that-do-not-match/m-p/613459#M545568</guid>
      <dc:creator />
      <dc:date>2014-04-09T05:55:50Z</dc:date>
    </item>
  </channel>
</rss>

