<?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 List Box filters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831186#M1008221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a list box&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="150" style="border: 1px solid rgb(0, 0, 0); width: 178px; height: 127px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;closed&lt;/P&gt;&lt;P&gt;pending&lt;/P&gt;&lt;P&gt;approved&lt;/P&gt;&lt;P&gt;closed by L1&lt;/P&gt;&lt;P&gt;Closed by L2&lt;/P&gt;&lt;P&gt;Pending from L1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in my requirement is status list box should display only closed ,closed by L1 and Closed by L2.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="90" style="border: 1px solid rgb(0, 0, 0); width: 139px; height: 72px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;closed&lt;/P&gt;&lt;P&gt;closed by L1&lt;/P&gt;&lt;P&gt;Closed by L2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible if yes please give me the code&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 06:52:30 GMT</pubDate>
    <dc:creator>vinod2086</dc:creator>
    <dc:date>2015-05-11T06:52:30Z</dc:date>
    <item>
      <title>List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831186#M1008221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a list box&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="150" style="border: 1px solid rgb(0, 0, 0); width: 178px; height: 127px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;closed&lt;/P&gt;&lt;P&gt;pending&lt;/P&gt;&lt;P&gt;approved&lt;/P&gt;&lt;P&gt;closed by L1&lt;/P&gt;&lt;P&gt;Closed by L2&lt;/P&gt;&lt;P&gt;Pending from L1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in my requirement is status list box should display only closed ,closed by L1 and Closed by L2.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="90" style="border: 1px solid rgb(0, 0, 0); width: 139px; height: 72px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;closed&lt;/P&gt;&lt;P&gt;closed by L1&lt;/P&gt;&lt;P&gt;Closed by L2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible if yes please give me the code&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 06:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831186#M1008221</guid>
      <dc:creator>vinod2086</dc:creator>
      <dc:date>2015-05-11T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831187#M1008222</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;use wildmatch() in your script editor like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;&lt;P&gt;Where Wildmatch(Status, 'Closed*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 06:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831187#M1008222</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2015-05-11T06:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831188#M1008224</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;Add an expression in the general tab of your listbox as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Status,'closed','closed by L1', Closed by L2'),Status)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Greeshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 06:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831188#M1008224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T06:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831189#M1008226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/vinod2086"&gt;vinod2086&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the code as below &lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14313278367126229" jivemacro_uid="_14313278367126229"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;LOAD * inline [&lt;/P&gt;
&lt;P&gt;Status&lt;/P&gt;
&lt;P&gt;closed&lt;/P&gt;
&lt;P&gt;pending&lt;/P&gt;
&lt;P&gt;approved&lt;/P&gt;
&lt;P&gt;closed by L1&lt;/P&gt;
&lt;P&gt;Closed by L2&lt;/P&gt;
&lt;P&gt;Pending from L1&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;where &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Status&lt;/SPAN&gt;='closed'or NAME ='closed by L1' or NAME ='Closed by L2';&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831189#M1008226</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-11T07:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831190#M1008227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this by two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Front side:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(Status,'closed' ,'closed by L1' ,'Closed by L2' ),Status)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script Side :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where match(Status,'closed' ,'closed by L1' ,'Closed by L2') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831190#M1008227</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-11T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831191#M1008229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;In Which end you want.Front end or back end ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831191#M1008229</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-05-11T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831192#M1008231</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;Both above answers are valid, it just depends on what you want.... Do you want to include the data but just not be able to filter on it, then use the expression (very last option in the field list of the list box) and then enter the expression&amp;nbsp; like Greeshma suggested. If you don't want to see data at all, then exclude it in your script.&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;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831192#M1008231</guid>
      <dc:creator>happydays1967</dc:creator>
      <dc:date>2015-05-11T07:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831193#M1008233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thanks for all of you&lt;/P&gt;&lt;P&gt;actually my requirement is different i have created one Report in that report i have used more than 5 sheets for example&lt;/P&gt;&lt;P&gt;i have 2 sheets one is for closed and another is pending reports here i used straight table i has applied expression now i can see closed and pending reports separately this is fine but when i select list box by default it displaying all values but i don't want to display all values for closed report Status&amp;nbsp; list box should display only closed, closed by L1 And so on&lt;/P&gt;&lt;P&gt;same as pending report&lt;/P&gt;&lt;P&gt;is it possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831193#M1008233</guid>
      <dc:creator>vinod2086</dc:creator>
      <dc:date>2015-05-11T07:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831194#M1008235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/vinod2086"&gt;vinod2086&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please Close this thread and start the new thread for new question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831194#M1008235</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-11T07:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: List Box filters</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831195#M1008238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;Please refer the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;S.No,Status&lt;/P&gt;&lt;P&gt;1,Closed&lt;/P&gt;&lt;P&gt;2,Pending&lt;/P&gt;&lt;P&gt;3,Approved&lt;/P&gt;&lt;P&gt;4,Closed by L1&lt;/P&gt;&lt;P&gt;5,Closed by L2&lt;/P&gt;&lt;P&gt;6,Pending from L1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;LOAD Status as Place&lt;/P&gt;&lt;P&gt;Resident Tab1 Where WildMatch(Status,'Closed*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 08:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-filters/m-p/831195#M1008238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T08:21:48Z</dc:date>
    </item>
  </channel>
</rss>

