<?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 How to filter the dimension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188457#M51702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What would happen if it has multiple category's like C, D, E, F. if you put filter on expression side, you will see one row for all these filters instead of a row per filter. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 14:31:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-26T14:31:46Z</dc:date>
    <item>
      <title>How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188452#M51697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have one field named 'Category' whose values are A,B and C.&lt;/P&gt;&lt;P&gt;Now I put it into Chart dimension, I don't want to show C in this dimension, how to filter it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 04:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188452#M51697</guid>
      <dc:creator />
      <dc:date>2011-03-30T04:47:38Z</dc:date>
    </item>
    <item>
      <title>How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188453#M51698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Isaac ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;=if(Category='A' or Category='B',Category)&lt;/P&gt;&lt;P&gt;put the above condition in the dimension ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 05:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188453#M51698</guid>
      <dc:creator />
      <dc:date>2011-03-30T05:18:03Z</dc:date>
    </item>
    <item>
      <title>How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188454#M51699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can write the If condition as:&lt;/P&gt;&lt;P&gt;IF(Category&amp;lt;&amp;gt;'C',Category,null())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 05:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188454#M51699</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2011-03-30T05:25:00Z</dc:date>
    </item>
    <item>
      <title>How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188455#M51700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use If condition to sort this problem as stated above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUt if you taking it as an seperate filter you can also take a list box and use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 06:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188455#M51700</guid>
      <dc:creator />
      <dc:date>2011-03-30T06:07:37Z</dc:date>
    </item>
    <item>
      <title>How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188456#M51701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should do filters in expressions not in dimensions&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Category-={'C'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Will filter Category C without affecting performance as some of the suggestions here would.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 17:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188456#M51701</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-03-30T17:03:13Z</dc:date>
    </item>
    <item>
      <title>How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188457#M51702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What would happen if it has multiple category's like C, D, E, F. if you put filter on expression side, you will see one row for all these filters instead of a row per filter. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188457#M51702</guid>
      <dc:creator />
      <dc:date>2012-04-26T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188458#M51703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would happen if it has multiple category's like C, D, E, F. if you put filter on expression side, you will see one row for all these filters instead of a row per filter. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188458#M51703</guid>
      <dc:creator />
      <dc:date>2012-04-26T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188459#M51704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used Count( {filter} Field) in my measure in bar chart.&lt;/P&gt;&lt;P&gt;The problem is that now I see empty columns in my graph which I wanted to filter out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 05:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/188459#M51704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-19T05:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/1523303#M438195</link>
      <description>&lt;P&gt;I used the expression&amp;nbsp;&lt;SPAN&gt;IF(Category&amp;lt;&amp;gt;'C',Category) and able to filter the dimension without C.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please let me know the use of&amp;nbsp;&lt;STRONG&gt;,null() &lt;/STRONG&gt;here IF(Category&amp;lt;&amp;gt;'C',Category,null()).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 05:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-dimension/m-p/1523303#M438195</guid>
      <dc:creator>VVJ</dc:creator>
      <dc:date>2018-12-21T05:19:45Z</dc:date>
    </item>
  </channel>
</rss>

