<?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: Synonym based List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770018#M273375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess we are close but the user would not be selecting anything but just enter 'BW' and I want the list box to show only values that match the synonym words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 12:11:01 GMT</pubDate>
    <dc:creator>shyamcharan</dc:creator>
    <dc:date>2014-11-18T12:11:01Z</dc:date>
    <item>
      <title>Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770012#M273369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to show the values in the list box that matches the synonym words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;I have a table with synonym words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNONYM:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeyWord, Synonym&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BW, BAYSWATER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B Water, BAYSWATER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LD, LIDDELL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LDL, LIDDELL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FL:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Functional_Location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bayswater Power Station&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bayswater Unit 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bayswater Unit 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BW-BAYSWATER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIDDELL Power Station&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LD_LIDDELL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User would enter something like 'BW' in the Input box. This would in return fetch me the Synonym as BAYSWATER from the Synonym table and I would like to use this to search against the original field Functional location and display only related List of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would like to have a list box Functional Location that matches with the word 'Bayswater' as it has in the synonym table. but not all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried and attached the same but somehow i am unable to get the wildmatch worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on this would be really help ful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank heaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770012#M273369</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-18T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770013#M273370</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;really the problem is here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(WildMatch('*Synonymn*',[Functional Location])=1,'Good')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synonymn this is supposed to be a variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carefully watch to what you're doing you'll get there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770013#M273370</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2014-11-18T11:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770014#M273371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770014#M273371</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-11-18T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770015#M273372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like attached sample. Select in the KeyWord/Synonymn field and notice the listbox possible values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770015#M273372</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-18T11:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770016#M273373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, Yes I was not sure on that.&lt;/P&gt;&lt;P&gt;I appreciate any help on that.&lt;/P&gt;&lt;P&gt;It is a column from the Synonym table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770016#M273373</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-18T12:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770017#M273374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MArtin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a relationship does not work in my case. I would have many fields that would need to be searched for based on synonym's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770017#M273374</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-18T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770018#M273375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess we are close but the user would not be selecting anything but just enter 'BW' and I want the list box to show only values that match the synonym words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770018#M273375</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-18T12:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770019#M273376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys for the quick turn around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my case I would not be creating a relationship to the Synonym table as I would have many fields that would be searched on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, The list box would be displaying only the matching values and not all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770019#M273376</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-18T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770020#M273377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770020#M273377</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-18T12:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770021#M273378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was awesome piece work indeed.&lt;/P&gt;&lt;P&gt;I guess that just works out for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would get this demonstrated to my user and see how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps Tresesco &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770021#M273378</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-18T12:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770022#M273379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bit complexity that I came to know lately.&lt;/P&gt;&lt;P&gt;The User Input need to be used to get the list of synonym's and based on the different synonym's the records/list of values need to be searched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;KeyWord&amp;nbsp;&amp;nbsp; Synonym&lt;/P&gt;&lt;P&gt;dog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dog&lt;/P&gt;&lt;P&gt;do&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pooch&lt;/P&gt;&lt;P&gt;dog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hound&lt;/P&gt;&lt;P&gt;dog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mutt&lt;/P&gt;&lt;P&gt;dog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Puppy&lt;/P&gt;&lt;P&gt;Fix&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fix&lt;/P&gt;&lt;P&gt;Fix&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair&lt;/P&gt;&lt;P&gt;BW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BAYSWATER&lt;/P&gt;&lt;P&gt;Condenser&amp;nbsp;&amp;nbsp;&amp;nbsp; Condenser&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;and then:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;if the user searches for dog, you search for dog|pooch|hound|mutt|puppy&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;if the user searches for pooch, you search for dog|pooch|hound|mutt|puppy&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;if the user searches for hound, you search for dog|pooch|hound|mutt|puppy&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;if the user searches for mutt, you search for dog|pooch|hound|mutt|puppy&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;if the user searches for puppy, you search for dog|pooch|hound|mutt|puppy&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;If the user enters “Fix BW Condenser” -&amp;gt; search on "{Fix|Repair} {BW|Bayswater} Condenser"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN lang="EN-AU" style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;I am just wondering how to implement that. I guess the solution that we arrived so far would only work when the KeyWord matches only one Synonym and we use this to search against the Other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here I would require the user input to pick multiple synonym's and search again as multiple words but not as one string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 22:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770022#M273379</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-18T22:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770023#M273380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example that covers all but the last use case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Small glitch, you need to hit enter after typing in the input box before hitting search words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="71613" alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71613_Capture.PNG.png" style="width: 620px; height: 406px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 01:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770023#M273380</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-19T01:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770024#M273381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply jonathan.&lt;/P&gt;&lt;P&gt;But I guess the attachment is a wrong one. I dont see the objects shown in the screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please reattach it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 01:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770024#M273381</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-19T01:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770025#M273382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that was silly of me! I reattached to the previous post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 01:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770025#M273382</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-19T01:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770026#M273383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonahtan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example, the synonym's are concatenated to form one word.&lt;/P&gt;&lt;P&gt;But my requirement is to get different synonym's based on the words entered and search based on different synonym's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact the last use case is what I would require to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 01:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770026#M273383</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-19T01:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770027#M273384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The concatenation is actually a search string that consists of all the synonyms that are associated to the keyword that itself&amp;nbsp; is associated to what the user types in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if they type in 'pooch', it figures out that 'pooch' is associated to 'dog' and then it looks at ALL the synonyms associated to 'Dog' and searches for ALL of those through the (value1|value2|etc..) syntax...&amp;nbsp; which includes pooch, dog, mutt etc.....&amp;nbsp; Although it looks like one long string, Qlik will search/select&amp;nbsp; for each individual value in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That seemed to match&amp;nbsp; the samples (except the last one which this doesn't handle)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 02:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770027#M273384</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-19T02:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770028#M273385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you handle the requirement by teaching your users to use Associated Search? If you are not familiar with the feature, see section 14.10 "Search" in the Ref Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 02:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770028#M273385</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-11-19T02:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770029#M273386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Thats what I want. The search should be done considering all the synonyms as different values but not as one string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With your example can I get a list box using the synonym's ("Dog"|"Hound"|"Mutt"|"Pooch"|"Puppy")&lt;/P&gt;&lt;P&gt;Again the Dog, Hound, Mutt Pooch and Puppy are different values and these different values need to be searched in a field that might have values with these synonym words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 02:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770029#M273386</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-19T02:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770030#M273387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a look at it and could not figure out the Chevron. Could you please attach an example if possible.&lt;/P&gt;&lt;P&gt;Thanks heaps for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 02:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770030#M273387</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-19T02:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Synonym based List box</title>
      <link>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770031#M273388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what I wrote the sample to do ... if you add a list box on the right, you can see that when i type in 'Hound' and hit 'search words' it selects all the synonyms of 'Dog'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in this sample the synonyms are capitalized words , so to test it make sure you enter a capitalized synonym. Its simple to update if its working as you need. Just let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71611_Capture.PNG.png" style="width: 620px; height: 234px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 03:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synonym-based-List-box/m-p/770031#M273388</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-19T03:26:58Z</dc:date>
    </item>
  </channel>
</rss>

