<?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 Removing values from List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110876#M367423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 values I wish to exclude from a list box so I decided to use the wildmatch function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. =if(WildMatch(Care_Group,'Division*',0),Care_Group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Howveer the above expression only returns values which start with "Division" and does not put a avlue of 0 against them at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is WildMatch the correct function to use to exclude multiple values from a listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 15:22:10 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2016-07-20T15:22:10Z</dc:date>
    <item>
      <title>Removing values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110876#M367423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 values I wish to exclude from a list box so I decided to use the wildmatch function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. =if(WildMatch(Care_Group,'Division*',0),Care_Group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Howveer the above expression only returns values which start with "Division" and does not put a avlue of 0 against them at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is WildMatch the correct function to use to exclude multiple values from a listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110876#M367423</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2016-07-20T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Removing values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110877#M367424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this is what you want (placement of parenthesis is not right)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(WildMatch(Care_Group,'Division*'&lt;SPAN style="color: #ff0000;"&gt;), 0,&lt;/SPAN&gt; Care_Group)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110877#M367424</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-20T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110878#M367425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110878#M367425</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2016-07-20T15:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Removing values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110879#M367426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're close. So if you're trying to hide anything that starts with 'Division*', try:&lt;BR /&gt;=if(WildMatch(label,'Division*')=0,label)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-values-from-List-Box/m-p/1110879#M367426</guid>
      <dc:creator>deec</dc:creator>
      <dc:date>2016-07-20T15:30:55Z</dc:date>
    </item>
  </channel>
</rss>

