<?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 Filter table object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243001#M1187216</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I don't have a table chart, I have a table object.&lt;/P&gt;&lt;P&gt;And when I try to do a table chart (pivot or straight) it seems I need an expression otherwise it doens't work. But i have nothing to sum or count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 11:55:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-07T11:55:57Z</dc:date>
    <item>
      <title>Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/242998#M1187213</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 table with products in it. A product has a categorie.&lt;/P&gt;&lt;P&gt;I want to have table objects in 4 tabs with the following filters:&lt;/P&gt;&lt;P&gt;Tab1: all cat&lt;/P&gt;&lt;P&gt;Tab2: cat1&lt;/P&gt;&lt;P&gt;Tab3: cat2&lt;/P&gt;&lt;P&gt;Tab4: cat3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find an option in properties to filter the table.&lt;/P&gt;&lt;P&gt;So how can i filter a table object ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThijsJan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 10:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/242998#M1187213</guid>
      <dc:creator />
      <dc:date>2011-09-07T10:07:53Z</dc:date>
    </item>
    <item>
      <title>Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/242999#M1187214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ThijsJan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you got a table chart (pivot or straight table chart) with dimension product, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a table chart, you could use a calculated dimension (add calculated dimension in dimension tab of chart properties), like&lt;/P&gt;&lt;P&gt;=if( categorie = 'cat1', product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create 4 table charts, 3 with calculated dimension like above (replacing cat1 with cat2, cat3), one with a plain dimension product (for all categories).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have four tables, 3 of them filtered by category. You could then use a container object to include these 4 tables, having tabs to switch between the filtered objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one idea of how you could maybe achieve what you want,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 11:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/242999#M1187214</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-07T11:49:48Z</dc:date>
    </item>
    <item>
      <title>Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243000#M1187215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most probably for tabs 2-4 you should use expression with set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Category={"Cat1"}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set analysis expressions are very well described in QlikView help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 11:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243000#M1187215</guid>
      <dc:creator />
      <dc:date>2011-09-07T11:54:38Z</dc:date>
    </item>
    <item>
      <title>Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243001#M1187216</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I don't have a table chart, I have a table object.&lt;/P&gt;&lt;P&gt;And when I try to do a table chart (pivot or straight) it seems I need an expression otherwise it doens't work. But i have nothing to sum or count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 11:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243001#M1187216</guid>
      <dc:creator />
      <dc:date>2011-09-07T11:55:57Z</dc:date>
    </item>
    <item>
      <title>Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243002#M1187217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for now, you could add a plain &lt;/P&gt;&lt;P&gt;=product&lt;/P&gt;&lt;P&gt; as expression in a straight table, or &lt;/P&gt;&lt;P&gt;=1&lt;/P&gt;&lt;P&gt;, doesn't really matter because then you could hide the expression in a straight table (using presentation tab, upper left corner).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 12:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243002#M1187217</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-07T12:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243003#M1187218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Category={"Cat1"}&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and hide the column as suggested by &lt;STRONG&gt;swuehl&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 12:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243003#M1187218</guid>
      <dc:creator />
      <dc:date>2011-09-07T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243004#M1187219</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;Thanks it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThijsJan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 12:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243004#M1187219</guid>
      <dc:creator />
      <dc:date>2011-09-07T12:09:51Z</dc:date>
    </item>
    <item>
      <title>Filter table object</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243005#M1187221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's good to hear!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, you would either need a calculated dimension on tables 2-4 &lt;EM&gt;or &lt;/EM&gt;the set expression, not both at the same time. &lt;/P&gt;&lt;P&gt;Dmitry's solution should be better performing, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 13:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-object/m-p/243005#M1187221</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-07T13:27:21Z</dc:date>
    </item>
  </channel>
</rss>

