<?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: Filtering a List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554068#M1121045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you don't mark as answered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 05:07:04 GMT</pubDate>
    <dc:creator>sebastiandperei</dc:creator>
    <dc:date>2014-03-03T05:07:04Z</dc:date>
    <item>
      <title>Filtering a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554062#M1121039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to qlikview, its my first week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table containing multiple columns.&amp;nbsp; I want to show a list box of one of the columns, but I want it restricted by another column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;ColumnA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColumnB&lt;/P&gt;&lt;P&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D&lt;/P&gt;&lt;P&gt;Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E&lt;/P&gt;&lt;P&gt;Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&lt;/P&gt;&lt;P&gt;Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G&lt;/P&gt;&lt;P&gt;Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I create a List box using the field 'ColumnB', but want it restricted so that it only shows ColumnB values where ColumnA = X&lt;/P&gt;&lt;P&gt;ColumnB&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;Other posts have referenced using the Expressions tab, but I can't seem to get this to work.&amp;nbsp; Having an expression&lt;/P&gt;&lt;P&gt;ColumnA='X' as the expression just adds a column with 0 and -1 in it.&amp;nbsp; How do I hide this column and have it only show the results that I want (i.e. not the ones that now have a 0).&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 05:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554062#M1121039</guid>
      <dc:creator>jlcoombs</dc:creator>
      <dc:date>2014-01-23T05:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554063#M1121040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use expression for this&amp;nbsp; as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(ColA='X',ColB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this sample &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 05:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554063#M1121040</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-23T05:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554064#M1121041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the list box of Column B&amp;nbsp; Right click -&amp;gt; properties -&amp;gt; in drop down of field select in expression -&amp;gt;press edit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Only(ColumnB),ColumnB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you click list box Column A&amp;nbsp; X then&amp;nbsp;&amp;nbsp; A,B,C,D will be displayed only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 05:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554064#M1121041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-23T05:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554065#M1121042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sujeet&lt;/P&gt;&lt;P&gt;I have copied your simple example exactly and it works.&amp;nbsp; However when I try to implement it with my solution,&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;now nothing is returned in my list box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a bit of trial and error, I have found that my solution works only with&lt;/P&gt;&lt;P&gt;=IF(WildMatch(ColA,'Str*'),ColB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as my string has spaces in it, but doesn't seem to work at all when i have the full string listed.&amp;nbsp; Is there something different I should be doing if I am trying to match a string with spaces in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What also is confusing is that now on my filtered list, when I make a selection the Auto Sort doesn't seem to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 06:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554065#M1121042</guid>
      <dc:creator>jlcoombs</dc:creator>
      <dc:date>2014-01-23T06:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554066#M1121043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jamie,&lt;/P&gt;&lt;P&gt;It should work but may be the expression is going wrong .&lt;/P&gt;&lt;P&gt;Can you provide the sample file please .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anant ,&lt;/P&gt;&lt;P&gt;When there is association in the two filters then you need not two write any expression in the list box ,and when you will select 'X' in one list bos then the other list box will only show the values of Field B having 'X' in the previous field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 06:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554066#M1121043</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-23T06:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554067#M1121044</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 did manage to get it to work. I think I was trying to be too complex with my solution with use of wild cards, but have got it working now using the methodology provided by @sujeetsingh.&amp;nbsp; In fact I have even managed to use multiple conditions to filter my list by way of nested if's.&lt;/P&gt;&lt;P&gt;I think my previous attempts may have had an issue with getting the correct case, but all good now.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 03:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554067#M1121044</guid>
      <dc:creator>jlcoombs</dc:creator>
      <dc:date>2014-03-03T03:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554068#M1121045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you don't mark as answered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 05:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-List-Box/m-p/554068#M1121045</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2014-03-03T05:07:04Z</dc:date>
    </item>
  </channel>
</rss>

