<?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: Search Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70687#M11625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the user will actively search for name/id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your condition however, I keep getting and "Error in expression" message. Are you able to advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 11:25:54 GMT</pubDate>
    <dc:creator>kfahri342</dc:creator>
    <dc:date>2018-03-22T11:25:54Z</dc:date>
    <item>
      <title>Search Function</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70685#M11623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hoping the following is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Complete&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Name1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;In Progress&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Name2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5678&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;N/A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Name3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9012&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dashboard with a table for each status that list the names in each category. The user has the option to select a variety of buttons to make the "Complete, In Progress or N/A" table to appear (only one table can be shown at all times).&lt;/P&gt;&lt;P&gt;The user has a search bar if they wish to search for a specific name or id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way, to indicate to the user [my thought was a red dot in the corner of each button] to signify which table to refer too to find details about that certain Name or ID.?&lt;/P&gt;&lt;P&gt;e.g user searches for Name2, a red dot appears in the "In Progress" button. Signifying to the user that the item can be found there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am dealing with 5000+ data items, so a code that suits this would be most appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70685#M11623</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2018-03-22T10:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search Function</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70686#M11624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you refer to 'searches for Name2', you mean the user makes an active selection of Name2 in field Name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can create a conditional like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Count({&amp;lt;Status *= {'Complete'}&amp;gt;} Status), ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this e.g. in the background color expression of your Complete button (adapt status values accordingly for other buttons and charts).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70686#M11624</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-22T10:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search Function</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70687#M11625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the user will actively search for name/id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your condition however, I keep getting and "Error in expression" message. Are you able to advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70687#M11625</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2018-03-22T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search Function</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70688#M11626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, where exactly have you put the conditional expression and how does it look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post a small sample QVW or screen shots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 12:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Function/m-p/70688#M11626</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-22T12:52:12Z</dc:date>
    </item>
  </channel>
</rss>

