<?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: Filtered listbox selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506271#M189275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fast, clear , perfect &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 09:50:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-19T09:50:34Z</dc:date>
    <item>
      <title>Filtered listbox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506269#M189273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've a little problem this morning and, i'm not able to resolve it since two days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a simple liste box selection I just want to display 3 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This listbow selection is composed of 12 possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a listbox slection named "month" wich is composed by the 12 month of year, and I want to only display the month : " march, april and may", even if the other month could be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for helping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506269#M189273</guid>
      <dc:creator />
      <dc:date>2013-12-19T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filtered listbox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506270#M189274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following expression in the listbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(WildMatch(Month,'Mar', 'Apr', 'May'), Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that calculated dimensions like this affect performance. Better to create a new calculated field in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-12-19_09h43_02.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50656_2013-12-19_09h43_02.png" style="width: 620px; height: 526px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506270#M189274</guid>
      <dc:creator />
      <dc:date>2013-12-19T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filtered listbox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506271#M189275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fast, clear , perfect &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506271#M189275</guid>
      <dc:creator />
      <dc:date>2013-12-19T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filtered listbox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506272#M189276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the many ways to do it is to have an expression in the list box:&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;SPAN style="color: #575757; font-size: 10pt;"&gt;=if(Match(Month,'Mar', 'Apr', 'May'), Month) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;SPAN style="color: #575757;"&gt;Or you can also use &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;=If(Month='Mar' or Month = 'Apr' or Month = 'Nov', Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using such calculations may affect performance in some cases, so its always to do these things in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtered-listbox-selection/m-p/506272#M189276</guid>
      <dc:creator />
      <dc:date>2013-12-19T09:53:35Z</dc:date>
    </item>
  </channel>
</rss>

