<?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: List Box Search Expression to exclude values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355752#M132039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I can, here on my server and on the QV demo server, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading active_link" href="http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management%20and%20Customer%20Analysis.qvw&amp;amp;host=Demo11" title="http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management%20and%20Customer%20Analysis.qvw&amp;amp;host=Demo11"&gt;http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management%20and%20Customer%20Analysis.qvw&amp;amp;host=Demo11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to take care that you are not using the associative search, but the standard search when inputting the advanced search expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above demo, try inputting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=wildmatch(ProductCategoryName,'*B*') &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the search bar of the Product Category list box (standard search, not associative search).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should select only 'Bikes'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 11:18:36 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-07-19T11:18:36Z</dc:date>
    <item>
      <title>List Box Search Expression to exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355747#M132034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do a search (wildsearch) in a list box. I could find the expression to search A or B as (*A*|*B*) but I am unable to find a similar expression which performs the following search &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Include A but not B and Not C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on how to perform the above search action.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 08:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355747#M132034</guid>
      <dc:creator />
      <dc:date>2012-07-18T08:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Search Expression to exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355748#M132035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I am missing a more simple search expression, but maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=wildmatch(FIELD,'*A*') and not wildmatch(FIELD,'*B*','*C*)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 10:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355748#M132035</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-18T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Search Expression to exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355749#M132036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl but if I am not wrong, the advanced search option doesnt work in the web version of Qlikview. I have the applicated hosted on a server and is being used using Internet Explorer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 11:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355749#M132036</guid>
      <dc:creator />
      <dc:date>2012-07-18T11:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Search Expression to exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355750#M132037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version are you using? Are you using AJAX or plugin client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFAIK, it should work starting from V10, but I also encountered problems from time to time with the Ajax client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355750#M132037</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-18T13:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Search Expression to exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355751#M132038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using V11 and ajaz client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, I cannot do an advnaced search &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 09:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355751#M132038</guid>
      <dc:creator />
      <dc:date>2012-07-19T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Search Expression to exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355752#M132039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I can, here on my server and on the QV demo server, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading active_link" href="http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management%20and%20Customer%20Analysis.qvw&amp;amp;host=Demo11" title="http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management%20and%20Customer%20Analysis.qvw&amp;amp;host=Demo11"&gt;http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management%20and%20Customer%20Analysis.qvw&amp;amp;host=Demo11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to take care that you are not using the associative search, but the standard search when inputting the advanced search expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above demo, try inputting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=wildmatch(ProductCategoryName,'*B*') &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the search bar of the Product Category list box (standard search, not associative search).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should select only 'Bikes'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Search-Expression-to-exclude-values/m-p/355752#M132039</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-19T11:18:36Z</dc:date>
    </item>
  </channel>
</rss>

