<?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: Remove search item in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340019#M125508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way to do this would be by using 'like':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(closedby like 'adamsv' OR closedby like 'barryc' OR closedby like 'choudryb' OR closedby like 'thomasc', closedby, NULL())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will ignore case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2012 15:03:15 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2012-08-06T15:03:15Z</dc:date>
    <item>
      <title>Remove search item in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340014#M125503</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;I am new to Qlikview and I have created a List Box, where the field name is called &lt;STRONG&gt;closedby&lt;/STRONG&gt;.&amp;nbsp; In this field called &lt;STRONG&gt;closedby&lt;/STRONG&gt;, holds all the usernames who have closed issues on a database.&amp;nbsp; The issue I have is that in this list box there are 10 usernames (as they are the people who have closed calls in our group).&amp;nbsp; Yet some of these people have either left or are in different groups)&amp;nbsp; Is it possible that we can remove some of the names.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I am unable to do this in my load script, as I need to first bring through NULL Values and other usernames may need to be entered depending on who works in the group at the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;adamsv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;barryc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;choudryb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Donalda&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fitzgeraldg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hillc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;jonest&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;smithf&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;kayt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;younga&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From all the usernames above, I want to only keep &lt;STRONG&gt;adamsv&lt;/STRONG&gt;, &lt;STRONG&gt;barryc &lt;/STRONG&gt;and &lt;STRONG&gt;choudryb&lt;/STRONG&gt;.&amp;nbsp; However in the next two weeks a &lt;STRONG&gt;thomasc &lt;/STRONG&gt;could be employeed and therefore when they close a call I would want to choose weather to exclude them or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 13:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340014#M125503</guid>
      <dc:creator />
      <dc:date>2012-08-06T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove search item in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340015#M125504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression in the list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(closedby = 'adamsv' OR closedby = 'barryc' OR closedby = 'choudryb' OR closedby = 'thomasc', closedby, NULL())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 13:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340015#M125504</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-06T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove search item in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340016#M125505</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;That worked perfectly.&amp;nbsp; However unfortunately one of the usernames (EG: barryc), was entered as uppercase on the database (therefore shows as BARRYC).&amp;nbsp; Is there a way which we can amend the expression to ignore the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 13:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340016#M125505</guid>
      <dc:creator />
      <dc:date>2012-08-06T13:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove search item in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340017#M125506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;if(UPPER(closedby) = 'ADAMSV' OR &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;UPPER(closedby)&lt;/SPAN&gt;= 'BARRYC' OR &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;UPPER(closedby)&lt;/SPAN&gt;= 'CHOUDRYB' OR &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;UPPER(closedby)&lt;/SPAN&gt; = 'THOMASC', &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;UPPER(closedby)&lt;/SPAN&gt;, NULL())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 14:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340017#M125506</guid>
      <dc:creator />
      <dc:date>2012-08-06T14:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove search item in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340018#M125507</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(MixMatch(closedby,'Adamsv','Barryc','choudryb','thomasc', closedby,null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 14:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340018#M125507</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-06T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove search item in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340019#M125508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way to do this would be by using 'like':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(closedby like 'adamsv' OR closedby like 'barryc' OR closedby like 'choudryb' OR closedby like 'thomasc', closedby, NULL())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will ignore case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 15:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-search-item-in-list-box/m-p/340019#M125508</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-06T15:03:15Z</dc:date>
    </item>
  </channel>
</rss>

