<?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 hide non associated values in a listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465255#M559722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have the following scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am creating formatted customer reports (report generator) for a service desk whereby comments are attached to the cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i am using the report creator in QV i would like to unassociate any values that are not applicable to the customer in regard so that they only get their comments.That is to say i would like to hide the grey values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a screen shot of my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41148" class="jive-image-thumbnail jive-image" onclick="" alt="Problem.png" src="https://community.qlik.com/legacyfs/online/41148_Problem.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 08:21:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-16T08:21:14Z</dc:date>
    <item>
      <title>How to hide non associated values in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465255#M559722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have the following scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am creating formatted customer reports (report generator) for a service desk whereby comments are attached to the cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i am using the report creator in QV i would like to unassociate any values that are not applicable to the customer in regard so that they only get their comments.That is to say i would like to hide the grey values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a screen shot of my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41148" class="jive-image-thumbnail jive-image" onclick="" alt="Problem.png" src="https://community.qlik.com/legacyfs/online/41148_Problem.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 08:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465255#M559722</guid>
      <dc:creator />
      <dc:date>2013-05-16T08:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide non associated values in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465256#M559723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bracoy01,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the properties of a listbox on the General tab there is a option called 'Hide Excluded'.&lt;/P&gt;&lt;P&gt;With this option all the unassociate values will not be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 08:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465256#M559723</guid>
      <dc:creator>jjordaan</dc:creator>
      <dc:date>2013-05-16T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide non associated values in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465257#M559724</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;If you use that feature, you'll have the next handicap: when you select one of those on the list, the others will desappear also.&lt;/P&gt;&lt;P&gt;In your list, do something like,&amp;nbsp; aggr(only({$&amp;lt;Rubrik={'$(SelectedRubrik)'}&amp;gt;} Description), Description)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you var pannel SelectedRubrik ='"' &amp;amp; concat(distinct Rubrik,'"') &amp;amp; '"'&amp;nbsp; &lt;/P&gt;&lt;P&gt;fix those quotations...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have alist with only white values associated to your Rubrik selections. If you filter a Description, you'll have a white value and a few grey values, only those associated to the Rubrik selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not check the Hide excuded values this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 09:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465257#M559724</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-05-16T09:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide non associated values in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465258#M559725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian77,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also looking for a similar solution. This will be perfect for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to follow, on how to add the expression to a listbox. I am able to add only the existing fields to the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"In your list, do something like,&amp;nbsp; aggr(only({$&amp;lt;Rubrik={'$(SelectedRubrik)'}&amp;gt;} Description), Description)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pleae guide me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2013 22:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465258#M559725</guid>
      <dc:creator>qlik_venu</dc:creator>
      <dc:date>2013-05-19T22:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide non associated values in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465259#M559726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Go to the List Box properties and under the Field column dropdown, Select Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add expression as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =&lt;STRONG&gt;aggr(only({$&amp;lt;Rubrik={'$(SelectedRubrik)'}&amp;gt;} Description), Description)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or see the link.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/346988#346988" title="http://community.qlik.com/message/346988#346988"&gt;http://community.qlik.com/message/346988#346988&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 05:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-non-associated-values-in-a-listbox/m-p/465259#M559726</guid>
      <dc:creator />
      <dc:date>2013-05-20T05:14:26Z</dc:date>
    </item>
  </channel>
</rss>

