<?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 Searching multiple phrases in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/930209#M949367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to create a list box search like &lt;SPAN style="font-family: courier new,courier;"&gt;(cake|soda)&lt;/SPAN&gt; but that also contains blanks?&lt;/P&gt;&lt;P&gt;This doesn't work: &lt;SPAN style="font-family: courier new,courier;"&gt;(cake|ice cream|soda) &lt;/SPAN&gt;but I want to find exactly those three in the taglist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosing phrases/words with single or double quotes does not give the wanted result either (single quotes gives no result at all and double quotes also select things like lemon cake).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using &lt;SPAN style="font-family: courier new,courier;"&gt;match(fieldname, 'cake', 'ice cream')&lt;/SPAN&gt; as search phrase also selects things like lemon cake, possibly because there are products tagged with both cake and lemon cake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list box is set to "Normal search" as default search mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2015 09:53:19 GMT</pubDate>
    <dc:creator>henrikalmen</dc:creator>
    <dc:date>2015-12-15T09:53:19Z</dc:date>
    <item>
      <title>Searching multiple phrases in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/930209#M949367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to create a list box search like &lt;SPAN style="font-family: courier new,courier;"&gt;(cake|soda)&lt;/SPAN&gt; but that also contains blanks?&lt;/P&gt;&lt;P&gt;This doesn't work: &lt;SPAN style="font-family: courier new,courier;"&gt;(cake|ice cream|soda) &lt;/SPAN&gt;but I want to find exactly those three in the taglist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosing phrases/words with single or double quotes does not give the wanted result either (single quotes gives no result at all and double quotes also select things like lemon cake).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using &lt;SPAN style="font-family: courier new,courier;"&gt;match(fieldname, 'cake', 'ice cream')&lt;/SPAN&gt; as search phrase also selects things like lemon cake, possibly because there are products tagged with both cake and lemon cake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list box is set to "Normal search" as default search mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 09:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/930209#M949367</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2015-12-15T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Searching multiple phrases in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/930210#M949368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will work: &lt;SPAN style="font-family: courier new,courier;"&gt;(cake|"ice cream"|soda&lt;/SPAN&gt; and also this &lt;SPAN style="font-family: courier new,courier;"&gt;match(fieldname, 'cake', 'ice cream')&lt;/SPAN&gt;&amp;nbsp; without returning 'lemon cake'. More informations about searching could you find here: &lt;A href="https://community.qlik.com/qlik-blogpost/4096"&gt;The Search String&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 12:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/930210#M949368</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-15T12:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Searching multiple phrases in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/930211#M949369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tha'ts what I thought should work, and I tried it, but unfortunately it does not in my case... Maybe I need to try this in an otherwise clean qvw with only some test data from an inline table. Unfortunately I can't post the qvw I'm working on - it's not really about edible sweets in it... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 12:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/930211#M949369</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2015-12-15T12:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Searching multiple phrases in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/1782301#M1209626</link>
      <description>&lt;P&gt;in your list box, click to open the search box, hit ctrl+shift+f,&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;lt;field name&amp;gt; like '*ice cream*'&lt;/P&gt;&lt;P&gt;or &amp;lt;field name&amp;gt; like '*soda*'&lt;/P&gt;&lt;P&gt;or &amp;lt;field name&amp;gt; like '*Hi-C Ecto Cooler'&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 13:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-multiple-phrases-in-list-box/m-p/1782301#M1209626</guid>
      <dc:creator>jasonrimkus</dc:creator>
      <dc:date>2021-02-12T13:33:08Z</dc:date>
    </item>
  </channel>
</rss>

