<?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 like expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645443#M236521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Yes that's an option - but I have to go back to the script for that. Could you think of anything else -absolutely in the front-end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 18:47:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-09T18:47:04Z</dc:date>
    <item>
      <title>Search like expression</title>
      <link>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645441#M236519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems an easy one, but still having hard time to find a solution for it. I have a field say:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Redmond Lee&lt;/P&gt;&lt;P&gt;Pete Lukas&lt;/P&gt;&lt;P&gt;Raman Pit&lt;/P&gt;&lt;P&gt;Redmond Aurther&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the front -end itself I need a list box using expression that would give me names - being first name same. So in this case my output listbox would contain -&lt;/P&gt;&lt;P&gt;Redmond Lee&lt;/P&gt;&lt;P&gt;Redmond Aurther&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with couple of aggr() combinations but with no luck. Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I would like to avoid valuelist()/valueloop().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 18:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645441#M236519</guid>
      <dc:creator />
      <dc:date>2014-07-09T18:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search like expression</title>
      <link>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645442#M236520</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;You can add a separate field for the first name. Then you can easily count the references and keep the names that have more than one reference.&lt;/P&gt;&lt;P&gt;=aggr(Only({1&amp;lt;[First Name]={'=Count({1} Name)&amp;gt;1'}&amp;gt;} [First Name]), [First Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 18:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645442#M236520</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-07-09T18:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Search like expression</title>
      <link>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645443#M236521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Yes that's an option - but I have to go back to the script for that. Could you think of anything else -absolutely in the front-end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 18:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645443#M236521</guid>
      <dc:creator />
      <dc:date>2014-07-09T18:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search like expression</title>
      <link>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645444#M236522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking for just front end, you may try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(substringcount(concat({1}total distinct Name, ','), subfield(Name, ' ', 1))&amp;gt;1, Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your list box expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This concatenates all names together, then if the first name appears more than once in this list, it will display the Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 19:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-like-expression/m-p/645444#M236522</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-07-09T19:43:56Z</dc:date>
    </item>
  </channel>
</rss>

