<?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: Filter in a List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636060#M1093929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest and most natural way is to create an additional list box with "Local/International" field.&amp;nbsp; Select 'Local' - and your Resort list will show only local.&lt;/P&gt;&lt;P&gt;Another approach is to create calculated list boxes separately for local and international Resorts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2014 14:35:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-16T14:35:23Z</dc:date>
    <item>
      <title>Filter in a List box</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636059#M1093928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am busy with Comparative analysis and I created 2 groups which consists out of Resort Names.&amp;nbsp; These Resorts are both Local and International resorts.&amp;nbsp; I only want the user to be able to see the Local resorts in each List box.&amp;nbsp; There is a Local/International indicator on my Resort table which indicates if a Resort is Local or International.&amp;nbsp; Where and how would I use this indicator to filter out only the Local resorts to show in the 2 List boxes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 14:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636059#M1093928</guid>
      <dc:creator />
      <dc:date>2014-05-16T14:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in a List box</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636060#M1093929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest and most natural way is to create an additional list box with "Local/International" field.&amp;nbsp; Select 'Local' - and your Resort list will show only local.&lt;/P&gt;&lt;P&gt;Another approach is to create calculated list boxes separately for local and international Resorts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 14:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636060#M1093929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-16T14:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in a List box</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636061#M1093930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&amp;nbsp; I've tried the first option, but it doesn't work.&amp;nbsp; I guess it is because I am busy with Comparative analysis and I had to create the groups with an alternate state. &lt;/P&gt;&lt;P&gt;Please tell me more about the calculated list boxes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 14:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636061#M1093930</guid>
      <dc:creator />
      <dc:date>2014-05-16T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in a List box</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636062#M1093932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a simple solution doesn't work - what can you expect from a more complex?&amp;nbsp; If you use alternate states, make sure that you new "Local/International" list box is in the same state as the "Resorts" list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated list box, since you've asked...&amp;nbsp; For the list of Local Resorts, it will be using expression&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;[Local/International]={Local}&amp;gt; } Resort), Resort)&lt;/P&gt;&lt;P&gt;Similar for International.&lt;/P&gt;&lt;P&gt;(Assuming I guessed right the field name and values...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 14:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636062#M1093932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-16T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in a List box</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636063#M1093933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made sure the Local/International List box is in the same state as the Resort List box and now it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 06:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-a-List-box/m-p/636063#M1093933</guid>
      <dc:creator />
      <dc:date>2014-05-19T06:37:56Z</dc:date>
    </item>
  </channel>
</rss>

