<?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: Keyword search in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736523#M1077701</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;Plz find attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just load the data as it is.&lt;/P&gt;&lt;P&gt;create one variable vKeyWord=if(GetSelectedCount(KeyWord)=0,' ',GetFieldSelections(KeyWord))&lt;/P&gt;&lt;P&gt;then make a straight table &lt;/P&gt;&lt;P&gt;take name, id, city as dimension &lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;=if(SubStringCount(Hobby,vKeyWord)&amp;lt;&amp;gt;0,Hobby) as expression &lt;/P&gt;&lt;P&gt;and supress null values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output will be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63018" alt="kw1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63018_kw1.png" style="width: 620px; height: 225px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63019" alt="kw2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63019_kw2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63020" alt="kw3.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63020_kw3.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 08:45:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-24T08:45:24Z</dc:date>
    <item>
      <title>Keyword search</title>
      <link>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736520#M1077696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all, I am new to qlikview( 2 days)&amp;nbsp; and I would appreciate help with the challenge I am currently facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a below table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); 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;ID&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;city&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;Hobby&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jack&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;London&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;I like to play football&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;John&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Paris&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;i like to play basketball&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Alex&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Newyork&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;i like to play football&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;James&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Chicago&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;i like to play tennis&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Dave&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;SF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;i like to play tennis&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a keyword field having the value 'football' and 'tennis'. When user clicks on either of these two values, I need to pull up the particular record. For example, if the user clicks on football, I need to display records 1 and 3. Can someone guide me how to go about this task? I tried searching and couldn't find a similar thread, but kindly point me to one if it exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 22:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736520#M1077696</guid>
      <dc:creator />
      <dc:date>2014-07-23T22:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword search</title>
      <link>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736521#M1077698</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;Have a look at the below post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4587"&gt;http://community.qlik.com/docs/DOC-4587&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 08:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736521#M1077698</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-24T08:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword search</title>
      <link>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736522#M1077699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravichandran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usually, as long as the tables are linked, you would be able to make selections and the corresp. records would appear highlighted.&lt;/P&gt;&lt;P&gt;In this case, however, the keyword you want to look for is "hidden" in the text in the &amp;gt;Hobby&amp;lt; field. There are several possibilities, but I think the easiest would be to isolate that keyword (the name of a sport) and to make another field of that - that way, you will again be able to select it easily.&lt;/P&gt;&lt;P&gt;I guess there need not necessarily be exactly four words ("I like to play") in front of the sports_name? If not, then you will need to use a combination of different string functions to isolate that.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 08:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736522#M1077699</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-07-24T08:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword search</title>
      <link>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736523#M1077701</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;Plz find attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just load the data as it is.&lt;/P&gt;&lt;P&gt;create one variable vKeyWord=if(GetSelectedCount(KeyWord)=0,' ',GetFieldSelections(KeyWord))&lt;/P&gt;&lt;P&gt;then make a straight table &lt;/P&gt;&lt;P&gt;take name, id, city as dimension &lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;=if(SubStringCount(Hobby,vKeyWord)&amp;lt;&amp;gt;0,Hobby) as expression &lt;/P&gt;&lt;P&gt;and supress null values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output will be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63018" alt="kw1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63018_kw1.png" style="width: 620px; height: 225px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63019" alt="kw2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63019_kw2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63020" alt="kw3.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63020_kw3.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 08:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736523#M1077701</guid>
      <dc:creator />
      <dc:date>2014-07-24T08:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword search</title>
      <link>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736524#M1077703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vivek. Works like a charm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 14:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keyword-search/m-p/736524#M1077703</guid>
      <dc:creator />
      <dc:date>2014-07-24T14:45:06Z</dc:date>
    </item>
  </channel>
</rss>

