<?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: List Box filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544870#M1133032</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;Since your saying that "I have got the formula that I can use". And need to know how to use that formula. I have given the steps below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on the list box and open properties. Then go to general tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the drop down that you see under "Field" label as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" height="421" src="https://community.qlik.com/legacyfs/online/49192_pastedImage_1.png" style="width: 500px; height: 421.26px;" width="500" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will open up a list then select &amp;lt;Expression&amp;gt; from the list . This will open expression dialog box where you can enter your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2013 12:34:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-19T12:34:53Z</dc:date>
    <item>
      <title>List Box filter</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544867#M1133027</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;How can i exclude items out of my list box, for example I want to show just the top 10 items in the list box for my end user to select (completely excluding the other entries out of my list box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got the formula that I can use but i cant see where if anywhere i can add this in as a condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this functionality possible using a list box?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 12:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544867#M1133027</guid>
      <dc:creator />
      <dc:date>2013-11-19T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filter</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544868#M1133028</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;In the list box, at the end of the list of fields is the expression option. Use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Rank(Aggr(Sum(Sales), Customer)) &amp;lt;= 10, Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the list box expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 12:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544868#M1133028</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-19T12:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filter</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544869#M1133029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;Do sth like that in your Product ListBox, create your expression in the Field (General Tab):&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(Sales&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;)) &amp;lt;11, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: maroon; font-size: 10pt;"&gt;Product&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;),&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: maroon; font-size: 10pt;"&gt;Product&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 12:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544869#M1133029</guid>
      <dc:creator />
      <dc:date>2013-11-19T12:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filter</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544870#M1133032</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;Since your saying that "I have got the formula that I can use". And need to know how to use that formula. I have given the steps below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on the list box and open properties. Then go to general tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the drop down that you see under "Field" label as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" height="421" src="https://community.qlik.com/legacyfs/online/49192_pastedImage_1.png" style="width: 500px; height: 421.26px;" width="500" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will open up a list then select &amp;lt;Expression&amp;gt; from the list . This will open expression dialog box where you can enter your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 12:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544870#M1133032</guid>
      <dc:creator />
      <dc:date>2013-11-19T12:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filter</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544871#M1133033</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;Thanks for your answer,&lt;/P&gt;&lt;P&gt;The formula i have used is below which excludes and data where there is no cost or income (or thats what it is meant to do!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This appears to work fine, and gives me a reduced list of options in the list box, however when i select one option instead of the other options turning grey as per a normal list box they are completey excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i adjust my formula / settings to include all options based on the options filtered in the formula?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt;(&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ROUND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COST&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;revenue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))&lt;BR /&gt;) &amp;lt;&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Customer]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Customer]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 12:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filter/m-p/544871#M1133033</guid>
      <dc:creator />
      <dc:date>2013-11-25T12:12:11Z</dc:date>
    </item>
  </channel>
</rss>

