<?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 Listbox Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180612#M883894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select ProductName, you see null in ProductName field? Seems like you would need to add a trigger to do this. Would you be able to elaborate a little on this requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 12:10:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-10T12:10:12Z</dc:date>
    <item>
      <title>Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180606#M883888</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 am new to Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a list box to show '$Field', which is all the column names in my raw data.&amp;nbsp; There are a lot of columns but I only want a few to appear how can I select just the few I want to be visible and selectable on the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ultimate goal is to create a table, where based on the condition that the user selects the Field from the list box it will then appear or now.&amp;nbsp; I have been able to do the Conditional show/hide part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview Novice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180606#M883888</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180607#M883889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If these fields are from a particular table, you can use $Table field to restrict the field names from a particular table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Only({&amp;lt;$Table = {'Product', 'Customer'}&amp;gt;} $Field), $Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an if statement if the number of fields are just handful.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match($Field, 'ProductID', 'ProductName', 'CustomerID', 'CustomerName'), $Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be few other ways, but will depend on what exactly you are looking to do &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 22:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180607#M883889</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T22:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180608#M883890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kwok Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it something similar to the current selection Object ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 07:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180608#M883890</guid>
      <dc:creator>soloeeeoff</dc:creator>
      <dc:date>2016-09-26T07:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180609#M883891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the Match one as that work's perfectly for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To clarify the Aggr function does 'Product', 'Customer' represent table names?&amp;nbsp; Where do I put the columns names to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 12:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180609#M883891</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-09-26T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180610#M883892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will pick all the columns from those tables, but if you want specific columns from those tables, you can do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(Only({&amp;lt;$Field = {&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'ProductID', 'ProductName', 'CustomerID', 'CustomerName'&lt;/STRONG&gt;}&amp;gt;} $Field), $Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 17:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180610#M883892</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-26T17:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180611#M883893</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 follow up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my custom Listbox &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Match($Field, 'ProductID', 'ProductName', 'CustomerID', 'CustomerName'), $Field) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to now filter by particular values.&amp;nbsp; And I need it to filter by different column than in the Match expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the example of the Match Expression, There are Nulls that exist in 'ProductName' and I want when I click on the Product Name filter for it to return just the Null Values.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 01:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180611#M883893</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-10-10T01:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180612#M883894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select ProductName, you see null in ProductName field? Seems like you would need to add a trigger to do this. Would you be able to elaborate a little on this requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 12:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180612#M883894</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T12:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180613#M883895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To expand on my above question:&amp;nbsp; For example if we had this table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first question was how to have a Listbox of it certain columns, the answer is write an expression like :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Match($Field, 'CustomerID', 'CustomerName', 'Price', 'Sale Price'), $Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now when I click on the listbox and it gives me that data, I only want it to return the blanks. I.e. if I click on Price it will return just Row 3, if I then clicked on multiple items like Price and Order it would return rows 1,2,3 &amp;amp; 5. Of course if I included CustomerID in my selection it would return all as it has no blanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it helps in my actual table, I have also created a column which identifies blanks with a value of 1 and none with 0 (for other expressions I needed).&amp;nbsp; These are actual Null Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 494px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="68"&gt;ProductID&lt;/TD&gt;&lt;TD width="93"&gt;ProductName&lt;/TD&gt;&lt;TD width="80"&gt;CustomerID&lt;/TD&gt;&lt;TD width="105"&gt;CustomerName&lt;/TD&gt;&lt;TD width="38"&gt;Price&lt;/TD&gt;&lt;TD width="67"&gt;Sale Price&lt;/TD&gt;&lt;TD width="43"&gt;Order&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;Trainers&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD&gt;Shop1&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;TD align="right"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;Shoes&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;Boots&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD&gt;Shop3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;Hiking Boot&lt;/TD&gt;&lt;TD align="right"&gt;4&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;5&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;Slippers&lt;/TD&gt;&lt;TD align="right"&gt;5&lt;/TD&gt;&lt;TD&gt;Shop5&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 14:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180613#M883895</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-10-12T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180614#M883896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) No selection - Shows nothing (Not sure if this is desirable or if you would like to see everything when nothing is selected&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140410_Capture.PNG" style="height: 103px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When Price is selected -&amp;nbsp; Row 3 is visible&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140420_Capture.PNG" style="height: 103px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) When Price and Order are selected -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/140421_Capture.PNG" style="height: 104px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why would it return all rows if no blank is included? Is that a rule that if there are blanks in a column show them, else show everything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ProductID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ProductName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sale Price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Avg({&amp;lt;ProductID = {$(=Chr(34) &amp;amp; '=' &amp;amp; Concat('Len(Trim(' &amp;amp; $Field &amp;amp; ')) = 0', ' or ') &amp;amp; Chr(34))}&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 18:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180614#M883896</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-12T18:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180615#M883897</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;Your example seems to work in some of the cases and is what I am looking for.&amp;nbsp; When you click Sale Price though it is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you briefly break down the formula you have wrote, so I can understand it?&amp;nbsp; As it is the same in my real dashboard I am building, it works in some cases but not all.&amp;nbsp; I see you used concat?&amp;nbsp; Is that for when cells are blank?&amp;nbsp; Or actually nulls?&amp;nbsp; As to find blanks in my report, I have been using ISNULL mostly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also for number 1 of the above, if nothing is selected I would by default like to show all the blanks of all those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately I am trying to determine where is the null data in all specific records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 21:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180615#M883897</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-10-12T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180616#M883898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think since sales price is two words, it needs square brackets around it. Can you check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Avg({&amp;lt;ProductID = {$(=Chr(34) &amp;amp; '=' &amp;amp; Concat('Len(Trim(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;[&lt;/SPAN&gt;' &amp;amp; $Field &amp;amp; '&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;]&lt;/SPAN&gt;)) = 0', ' or ') &amp;amp; Chr(34))}&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test this out and see if its working or not and I will get back to explaining this sometime today evening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 21:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180616#M883898</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-12T21:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180617#M883899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also look at this attached sample to look at all the nulls in each of your field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 21:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180617#M883899</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-12T21:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180618#M883900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Sunny.&amp;nbsp; This has seemed to given me what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 21:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180618#M883900</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-10-12T21:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180619#M883901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I decided to in my load scripts create nullversion of my columns i.e. if null =1 and then I summed them up in expressions to get total null values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 21:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180619#M883901</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-10-12T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180620#M883902</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 tried your expression and it is not working as I want it to work.&lt;/P&gt;&lt;P&gt;I want to hide one of the Fields in the filter pane so the user won't see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put the following formula:&lt;/P&gt;&lt;P&gt;Aggr(Only({&amp;lt;[Field]-={'Text'}&amp;gt;} [Field]), [Field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It hides the Text field while no selection is made - it's good.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_33.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152469_Screenshot_33.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once i make a selection of the other fields, it hides the rest of the fields&amp;nbsp; - that's bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_34.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/152470_Screenshot_34.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180620#M883902</guid>
      <dc:creator>ziabobaz</dc:creator>
      <dc:date>2017-02-08T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180621#M883903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this (moving the placement of minus sign after =:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Aggr(Only({&amp;lt;[Field] = -{'Text'}&amp;gt;} [Field]), [Field])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180621#M883903</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-08T14:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180622#M883904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!&lt;/P&gt;&lt;P&gt;Although I don't understand why.&lt;/P&gt;&lt;P&gt;"-=" is the common expression for NOT EQUAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 15:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180622#M883904</guid>
      <dc:creator>ziabobaz</dc:creator>
      <dc:date>2017-02-08T15:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Listbox Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180623#M883905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Slight difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1 is composed of ABC, DEF, GHI and we have selected ABC &amp;amp; DEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field1 -= {'ABC'}&lt;/STRONG&gt; means exclude ABC from Field1 based on selection&lt;/P&gt;&lt;P&gt;Will show DEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field1 = - {'ABC'}&lt;/STRONG&gt; (is equivalent to &lt;STRONG&gt;Field1 = {'*'} - {'ABC'}&lt;/STRONG&gt;) means no matter what the selection is&lt;/P&gt;&lt;P&gt;Will show DEF &amp;amp; GHI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 15:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Listbox-Fields/m-p/1180623#M883905</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-08T15:45:28Z</dc:date>
    </item>
  </channel>
</rss>

