<?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: Listbox search in more than one field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247659#M395388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't you use Search object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2017 18:14:05 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-01-13T18:14:05Z</dc:date>
    <item>
      <title>Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247658#M395387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is there a way to create a Listbox that can search in more than one field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have 5 columns:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Col1, Col2, Col3, Col4, Col5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'd like to create a Listbox that shows all the possible values of Col1...Col5 and can find any of those values in any fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 17:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247658#M395387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T17:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247659#M395388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't you use Search object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247659#M395388</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T18:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247660#M395389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checkbox selecting is a client requierement &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247660#M395389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T18:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247661#M395390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a list box using below expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ValueList(&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(=&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(Distinct chr(39)&amp;amp;Col1&amp;amp;chr(39),',') &amp;amp; ',' &amp;amp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(Distinct chr(39)&amp;amp;Col2&amp;amp;chr(39),',') &amp;amp; ',' &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(Distinct chr(39)&amp;amp;Col3&amp;amp;chr(39),',') &amp;amp; ',' &amp;amp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(Distinct chr(39)&amp;amp;Col4&amp;amp;chr(39),',') &amp;amp; ',' &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(Distinct chr(39)&amp;amp;Col5&amp;amp;chr(39),',') &amp;amp; ',' &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ) &lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247661#M395390</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T18:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247662#M395391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or use this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4316"&gt;QlikView App: Multi Column List Box&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247662#M395391</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T18:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247663#M395392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it displays all the possible values between Col1 and Col5, but when I click it, it just do nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could I be doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankss!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247663#M395392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T18:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247664#M395393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beside the suggestion from Manish you could activate all listboxes (by using the shift-key and left-clicks an the caption or with a lasso-selection) and then just typing your search-value and it will search in all listboxes at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possibility would be to use the advanced search - if you activate a listbox and starts typing you will get a search-window and on the left will be your typed chars and on the right you will see a &amp;gt;&amp;gt; icon - if you clicked on them you get the advanced search which will work like the searchbox (and like within there you could limit within the search-settings from the listbox in which fields should be searched - it's most a good idea to limit these feature then otherwise the search will run against the whole datamodel which could be rather slow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247664#M395393</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-13T19:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247665#M395394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a small chance this will work for you as a list box expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;=pick(match($Field,'Col1','Col2','Col3','Col4','Col5'),Col1,Col2,Col3,Col4,Col5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It &lt;STRONG&gt;&lt;EM&gt;will&lt;/EM&gt;&lt;/STRONG&gt; list all distinct values of your fields in the list box. But in order to select a value, that value must only appear in &lt;STRONG&gt;&lt;EM&gt;one&lt;/EM&gt;&lt;/STRONG&gt; of the fields. Otherwise you can click on it, but nothing will happen. If it does appear in only one of the fields, it will select that value from that field, but also select all compatible values in the other four fields, and without showing them as selected in your list box. If only one of the columns is ever filled in at a time, then it only selects values in the field that has that value. But even then, the list box doesn't clear properly if you clear the underlying field rather than clearing the list box. A clear all still works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So probably not very useful except in very specific cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247665#M395394</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-13T19:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247666#M395395</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;maybe one solution could be a combined field generated by a crosstable load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_246173_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149464_QlikCommunity_Thread_246173_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_246173_Pic2.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/149467_QlikCommunity_Thread_246173_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_246173_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/149466_QlikCommunity_Thread_246173_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1484349310417923 jive_text_macro" jivemacro_uid="_1484349310417923"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Col1Value'&amp;amp;Ceil(Rand()*4) as Col1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Col2Value'&amp;amp;Ceil(Rand()*4) as Col2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Col3Value'&amp;amp;Ceil(Rand()*4) as Col3,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Col4Value'&amp;amp;Ceil(Rand()*4) as Col4,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Col5Value'&amp;amp;Ceil(Rand()*4) as Col5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Rand()*100) as SomeFact&lt;/P&gt;
&lt;P&gt;AutoGenerate 20;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabCol:&lt;/P&gt;
&lt;P&gt;CrossTable (Col, ColValue)&lt;/P&gt;
&lt;P&gt;LOAD ID, Col1, Col2, Col3, Col4, Col5&lt;/P&gt;
&lt;P&gt;Resident table1;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 23:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247666#M395395</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-13T23:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247667#M395396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!!!!!!!!! it was very useful, worked perfect!!!!!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 18:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247667#M395396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T18:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox search in more than one field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247668#M395397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad you liked it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 20:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-search-in-more-than-one-field/m-p/1247668#M395397</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-16T20:14:16Z</dc:date>
    </item>
  </channel>
</rss>

