<?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: Using a listbox to search through all fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173960#M912152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you your trick worked! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 16:29:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-10T16:29:49Z</dc:date>
    <item>
      <title>Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173952#M912144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming I have multiple fields that contain names and those names can be found on any of the fields.&amp;nbsp; How can I create a listbox where when I select a name it will search through all the fields and return all the rows that contain that name regardless of the field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example I have a banker field, executing banker, analyst and in all three fields a name say Jim Harbough can appear in any of those three fields. I want to be able to select all rows where the name Jim Harbough appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Using-a-listbox-to-search-through-all-fields/m-p/1173952#M912144</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173953#M912145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a link table with the RecordID and all name fields concatenated into one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then use this field for filtering, it will return all records where the name occurs in any of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE (NameField, NameValue)&lt;/P&gt;&lt;P&gt;LOAD RecID, BankerField, ExecutingBanker, Analyst&lt;/P&gt;&lt;P&gt;RESIDENT YourTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use NameValue field to filter your records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 23:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173953#M912145</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-30T23:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173954#M912146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on your requirements, another option might be to just use the associative search in a list box:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3363"&gt;Text searches&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 23:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173954#M912146</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-30T23:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173955#M912147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally I'd like for the user to select their name and no matter what field they appear in they can see all Deals they are associated with.&amp;nbsp; I think the associative search would allow them to select one role at a time.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your first option are you saying I should have NameValue be something like CONCATE(BankerField,Executing,Analyst) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that for example &lt;/P&gt;&lt;P&gt;DEAL ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Banker&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Executing&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Analyst&lt;/P&gt;&lt;P&gt;10000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; John&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jill&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would become&lt;/P&gt;&lt;P&gt;[10000,'John,Jim,Jill'] and then search the namevalue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What object would be cleanest to use as the filter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 00:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173955#M912147</guid>
      <dc:creator />
      <dc:date>2016-05-31T00:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173956#M912148</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;Not sure what you looking for,&lt;/P&gt;&lt;P&gt;but you can use &lt;STRONG&gt;Search Object&lt;/STRONG&gt; instead of creating list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search Object have capacity to search through all fields or if you want to limit your search for fields then you can also achieve it through &lt;STRONG&gt;search Object.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explore its property for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Search_Object.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Search_Object.htm"&gt;Search Object ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 05:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173956#M912148</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-05-31T05:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173957#M912149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture22.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126308_Capture22.PNG" style="height: auto;" /&gt;A search object would be helpful in above scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;associative search is the feature .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like attached screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 06:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173957#M912149</guid>
      <dc:creator />
      <dc:date>2016-05-31T06:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173958#M912150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a search box object and in the properties&amp;gt; general tab you can specify whether you want to search all fields, a list of fields or particular group of fields. Also there is an advanced option called Default Search Mode in the General tab if you want further customized search so look into those if needed and lastly also check out the Presentation tab of&amp;nbsp; the same, in that you can untick the&lt;/P&gt;&lt;P&gt;Include Excluded Checkbox&amp;nbsp; to just show the matching results and Collapse when results exceed option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;,&lt;/P&gt;&lt;P&gt;Salman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 07:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173958#M912150</guid>
      <dc:creator />
      <dc:date>2016-05-31T07:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173959#M912151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I was suggesting to use the CROSSTABLE LOAD prefix to create a new, transformed table with a single field that contains all name values:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 12:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173959#M912151</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-31T12:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using a listbox to search through all fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173960#M912152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you your trick worked! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 16:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-listbox-to-search-through-all-fields/m-p/1173960#M912152</guid>
      <dc:creator />
      <dc:date>2016-06-10T16:29:49Z</dc:date>
    </item>
  </channel>
</rss>

