<?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: Limit List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648043#M1062364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If(WildMatch(Type, '*Apron*', '*Bag*') ,Type)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 11:19:50 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-09-19T11:19:50Z</dc:date>
    <item>
      <title>Limit List box</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648042#M1062363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to limit a list box to certain values a little like an IN statement in SQL.&amp;nbsp; Can this be done within an expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/67202_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Say i would like to see just Aprons and Bags in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648042#M1062363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limit List box</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648043#M1062364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If(WildMatch(Type, '*Apron*', '*Bag*') ,Type)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648043#M1062364</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-19T11:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Limit List box</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648044#M1062365</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;Write Expression in list Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;If(Wlidmatch(Type,'Apron*','Bags*'),Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648044#M1062365</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-19T11:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Limit List box</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648045#M1062366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,Aprons,'Bags'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&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;in the expression in the List Box Field Definiton&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648045#M1062366</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2014-09-19T11:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Limit List box</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648046#M1062367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys &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, 19 Sep 2014 12:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-List-box/m-p/648046#M1062367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T12:06:25Z</dc:date>
    </item>
  </channel>
</rss>

