<?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: Exclude certain values in a List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350962#M823839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the set-analysis version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Only&lt;/SPAN&gt;({1 &amp;lt;&lt;SPAN style="color: #800000;"&gt;[New-Classification]&lt;/SPAN&gt;-={'A*'}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[New-Classification]&lt;/SPAN&gt;),&lt;SPAN style="color: #800000;"&gt;[New-Classification]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2017 12:47:05 GMT</pubDate>
    <dc:creator>evan_kurowski</dc:creator>
    <dc:date>2017-07-21T12:47:05Z</dc:date>
    <item>
      <title>Exclude certain values in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350956#M823833</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'm new to QlikView and been having an issue with something I hope you can help with.&amp;nbsp; I have a List Box with the below values in it and I want to exclude the options that &lt;STRONG&gt;don't&lt;/STRONG&gt; begin with an A (so only C2, P2 and P7 should appear).&amp;nbsp; I've tried an expression but it seems to duplicate the values.&amp;nbsp; Can anyone help with this?&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New-Classification&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A1 - Documentation Required&lt;/P&gt;&lt;P&gt;A2 - Passive&lt;/P&gt;&lt;P&gt;A3 - Active&lt;/P&gt;&lt;P&gt;C2 - Re-active&lt;/P&gt;&lt;P&gt;P2 - Non Reportable&lt;/P&gt;&lt;P&gt;P7 - Reportable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350956#M823833</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain values in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350957#M823834</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;For exclude what begins with A:&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;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;New-Classification&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'A*')&amp;gt;0,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;New-Classification&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;For exclude what begins with other letter than A:&lt;/SPAN&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;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;New-Classification&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'A*')=0,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;New-Classification&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&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, 21 Jul 2017 10:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350957#M823834</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-07-21T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain values in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350958#M823835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jean-Baptiste that worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 10:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350958#M823835</guid>
      <dc:creator />
      <dc:date>2017-07-21T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain values in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350959#M823836</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 the List box expression use this. Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(not WildMatch([New-Classification],'A*'),[New-Classification])&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 10:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350959#M823836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain values in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350960#M823837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;if ([&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;New-Classification] like 'A*',&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;New-Classification]&lt;/STRONG&gt;&lt;/STRONG&gt;) as &lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;New-Classification] from xxx;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350960#M823837</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2017-07-21T12:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain values in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350961#M823838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if([New-Classification] like 'A*','',[New-Classification])as [New-Classification]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350961#M823838</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2017-07-21T12:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain values in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350962#M823839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the set-analysis version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Only&lt;/SPAN&gt;({1 &amp;lt;&lt;SPAN style="color: #800000;"&gt;[New-Classification]&lt;/SPAN&gt;-={'A*'}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[New-Classification]&lt;/SPAN&gt;),&lt;SPAN style="color: #800000;"&gt;[New-Classification]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-values-in-a-List-Box/m-p/1350962#M823839</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2017-07-21T12:47:05Z</dc:date>
    </item>
  </channel>
</rss>

