<?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 Re: how to filter in Table Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/275683#M102864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a similar problem. I would like to filter a tabel box with a expression and understand what it is not possible. So I've create a straight table but I doesn't work. Maybe you have a suggestion to whrite my expression. The expression look like:&lt;/P&gt;&lt;P&gt;if ({$&amp;lt;OrderDate={"&amp;lt;=$(#=max(OrderDate))"}, CustomerChange={'1'}&amp;gt;}) &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;if ({$&amp;lt;OrderDate={"&amp;lt;=$(#=max(OrderDate))"}, CustomerChange={'-1'}&amp;gt;}) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2012 08:47:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-06T08:47:10Z</dc:date>
    <item>
      <title>how to filter in Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/275681#M102862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example paymentStatus &amp;lt;&amp;gt;'Delivered' like that.. i will static word in expression but it is not work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 18:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/275681#M102862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-02T18:05:09Z</dc:date>
    </item>
    <item>
      <title>how to filter in Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/275682#M102863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, you can't use an expression to filter in the table box object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use a straight table chart instead, maybe with a calculated dimension&lt;/P&gt;&lt;P&gt;=if(paymentStatus &amp;lt;&amp;gt; 'Delivered', paymentStatus)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add your other dimensions or expression as you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the calculated dimension, you could use set analysis in all your expressions to limit the results, for example, use paymentStatus as dimension and&lt;/P&gt;&lt;P&gt;=only({&amp;lt;paymentStatus -= {'Delivered'}&amp;gt;} paymentStatus)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You could hide the expression in presentation tab, so you get only one column paymentStatus).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could use a table box, but filter using selection, maybe triggered by a button action. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 23:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/275682#M102863</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-02T23:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter in Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/275683#M102864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a similar problem. I would like to filter a tabel box with a expression and understand what it is not possible. So I've create a straight table but I doesn't work. Maybe you have a suggestion to whrite my expression. The expression look like:&lt;/P&gt;&lt;P&gt;if ({$&amp;lt;OrderDate={"&amp;lt;=$(#=max(OrderDate))"}, CustomerChange={'1'}&amp;gt;}) &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;if ({$&amp;lt;OrderDate={"&amp;lt;=$(#=max(OrderDate))"}, CustomerChange={'-1'}&amp;gt;}) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 08:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/275683#M102864</guid>
      <dc:creator />
      <dc:date>2012-09-06T08:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter in Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/1623038#M445916</link>
      <description>&lt;P&gt;Hey Stefan,&lt;/P&gt;&lt;P&gt;This answer have helped me solve my problem. I have liked it. Hope the author can mark it as answer.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-in-Table-Box/m-p/1623038#M445916</guid>
      <dc:creator>Edge</dc:creator>
      <dc:date>2019-09-12T09:06:54Z</dc:date>
    </item>
  </channel>
</rss>

