<?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 how to create search box in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-create-search-box/m-p/2455366#M98412</link>
    <description>&lt;P&gt;In QlikView, there was a search box that could be configured for certain fields. QlikSense has something called smart search, but this is kind of a "built in" feature that few users know about. (Most of our dashboard users are not familiar with Qlik).&lt;/P&gt;
&lt;P&gt;I want to put a box on the screen like google search, that a user can type a word into and then have the table below filtered to rows where the search box text matches one of several fields. Is this do-able?&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 18:09:23 GMT</pubDate>
    <dc:creator>daveatkins</dc:creator>
    <dc:date>2024-05-22T18:09:23Z</dc:date>
    <item>
      <title>how to create search box</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-search-box/m-p/2455366#M98412</link>
      <description>&lt;P&gt;In QlikView, there was a search box that could be configured for certain fields. QlikSense has something called smart search, but this is kind of a "built in" feature that few users know about. (Most of our dashboard users are not familiar with Qlik).&lt;/P&gt;
&lt;P&gt;I want to put a box on the screen like google search, that a user can type a word into and then have the table below filtered to rows where the search box text matches one of several fields. Is this do-able?&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 18:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-search-box/m-p/2455366#M98412</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2024-05-22T18:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to create search box</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-search-box/m-p/2455374#M98414</link>
      <description>&lt;P&gt;Yes, it is possible to create a search box in QlikSense that allows users to filter data based on their input. Here are the steps to achieve this:&lt;/P&gt;
&lt;P&gt;1. Create an Input Box Object: You can find the Input Box object under Qlik Dashboard Bundle -&amp;gt; Variable Input.&lt;/P&gt;
&lt;P&gt;2. Link a Variable to the Input Box: Link a variable (e.g., vSearch) to the Input Box. This variable will store the user's input.&lt;/P&gt;
&lt;P&gt;3. Create a Button Object with Actions: Create a Button object and define actions for it. Each action can look up the stored value in vSearch.&lt;/P&gt;
&lt;P&gt;4. Action Select Value: In the Action Select Value, choose the desired Field. In the expression, you type $(vSearch). This will filter the data based on the user's input.&lt;/P&gt;
&lt;P&gt;Remember, this method only searches fields you define through the button. If you want to search the whole data model like the built-in search function, you might need to use the smart search feature.&lt;/P&gt;
&lt;P&gt;This should give you a search box on your dashboard where users can type a word, and the table below will be filtered to rows where the search box text matches one of several fields.&lt;/P&gt;
&lt;P&gt;Please adjust these instructions based on your specific requirements and data source structure.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 18:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-search-box/m-p/2455374#M98414</guid>
      <dc:creator>Sayed_Mannan</dc:creator>
      <dc:date>2024-05-22T18:27:50Z</dc:date>
    </item>
  </channel>
</rss>

