<?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 can I remove a filter from a List Box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575957#M1099829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'd like to know how to remove filters from a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a master table for Country and when I create my list box it will show the following:&lt;/P&gt;&lt;P&gt;Belgium&lt;/P&gt;&lt;P&gt;Holland&lt;/P&gt;&lt;P&gt;Denmark&lt;/P&gt;&lt;P&gt;England&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want the list box to show Belgium and Denmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 19:22:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-29T19:22:01Z</dc:date>
    <item>
      <title>How can I remove a filter from a List Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575957#M1099829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'd like to know how to remove filters from a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a master table for Country and when I create my list box it will show the following:&lt;/P&gt;&lt;P&gt;Belgium&lt;/P&gt;&lt;P&gt;Holland&lt;/P&gt;&lt;P&gt;Denmark&lt;/P&gt;&lt;P&gt;England&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want the list box to show Belgium and Denmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575957#M1099829</guid>
      <dc:creator />
      <dc:date>2014-04-29T19:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a filter from a List Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575958#M1099830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write below in List Box Expression&lt;/P&gt;&lt;P&gt;I&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;F(Country = '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Belgium&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;' or Country = '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Denmark&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;', Country)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2nd Option...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Write below in List Box Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Pick(Match(Country,'Belgium','Denmark'),'Belgium','Denmark')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575958#M1099830</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-29T19:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a filter from a List Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575959#M1099832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;List box Expression&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;Country={'Belgium','Denmark'}&amp;gt;}Country),Country)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575959#M1099832</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-04-29T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a filter from a List Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575960#M1099833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish, thanks for your suggestions. I used the formula in the expression for my list box. However, when typing it will get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(List Box) Country;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Belgium - Belgium&lt;/P&gt;&lt;P&gt;Holland - &lt;/P&gt;&lt;P&gt;Denmark - Denmark&lt;/P&gt;&lt;P&gt;England -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of being:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(List Box) Country:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Belgium&lt;/P&gt;&lt;P&gt;Denmark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575960#M1099833</guid>
      <dc:creator />
      <dc:date>2014-04-29T19:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How can I remove a filter from a List Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575961#M1099835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Enclosed File..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575961#M1099835</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-29T19:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a filter from a List Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575962#M1099837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I was going into the tab "Expression" and that's why it didn't worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, with your example it works like charm!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-remove-a-filter-from-a-List-Box/m-p/575962#M1099837</guid>
      <dc:creator />
      <dc:date>2014-04-29T19:59:43Z</dc:date>
    </item>
  </channel>
</rss>

