<?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: Look up values ​​in a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770228#M1260699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This approach is cleaner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 01:44:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-19T01:44:55Z</dc:date>
    <item>
      <title>Look up values ​​in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770225#M1260681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How to search for specific text within a field that contains various information separated by commas ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I set up a market research and multiple choice answers were built in the database by joining the Google Forms information and separating comma as the example . Need to separate the information . Thus , I thought to create three more columns that will function to search for text within a field and return it me or has not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; 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;What your choice of colors : White , Black and Red ?&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;White&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;Black&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;Red&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Black, Red&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center; vertical-align: baseline;"&gt;Not&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center; vertical-align: baseline;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;White, Black&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center; vertical-align: baseline;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center; vertical-align: baseline;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Not&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;White, Black, Red&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center; vertical-align: baseline;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center; vertical-align: baseline;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Yes&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;&lt;SPAN style="color: #000000;"&gt;Excel can result in using: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;B2&amp;nbsp;&amp;nbsp; =&lt;SPAN style="color: #282828; font-family: helvetica, arial, sans-serif; font-size: 14px;"&gt;ISNUMBER(&lt;/SPAN&gt;SEARCH("White";A2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;C2&amp;nbsp;&amp;nbsp; =&lt;SPAN style="color: #282828; font-family: helvetica, arial, sans-serif; font-size: 14px;"&gt;ISNUMBER&lt;/SPAN&gt;(SEARCH("Black";A2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;D2&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;=&lt;SPAN style="color: #282828; font-family: helvetica, arial, sans-serif; font-size: 14px;"&gt;ISNUMBER&lt;/SPAN&gt;(SEARCH("Red";A2))&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How to do this in Qlikview ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Odair Jr.&lt;/P&gt;&lt;P&gt;Brazil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770225#M1260681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Look up values ​​in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770226#M1260686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;B2 For White&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pick(WildMatch(YourFieldName, '*White*) + 1, 'No', 'Yes')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C2 For Black&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pick(WildMatch(YourFieldName, '*Black*) + 1, 'No', 'Yes')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;D2 For Red&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pick(WildMatch(YourFieldName, '*Red*) + 1, 'No', 'Yes')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 19:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770226#M1260686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-18T19:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Look up values ​​in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770227#M1260696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A different approach - see the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SubStringCount(Colours,'Red'),'Yes','Not') as Red,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 19:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770227#M1260696</guid>
      <dc:creator>morgankejerhag</dc:creator>
      <dc:date>2014-11-18T19:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Look up values ​​in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770228#M1260699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This approach is cleaner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 01:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770228#M1260699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T01:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Look up values ​​in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770229#M1260702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the answers . But I have another challenge. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the color blue that was reported as a particular response and not listed in one answer arises?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others need a column to manage the different colors of White , Black and Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What expression would the "Yes" results for Other column for Blue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 01:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770229#M1260702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T01:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Look up values ​​in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770230#M1260705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here we handle unknown colors as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;purgechar(replace(replace(replace(Colours,'Red',''),'White',''),'Black',''),', ') as Other,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770230#M1260705</guid>
      <dc:creator>morgankejerhag</dc:creator>
      <dc:date>2014-11-19T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Look up values ​​in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770231#M1260709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Morgan , solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 11:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-up-values-in-a-field/m-p/770231#M1260709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T11:46:10Z</dc:date>
    </item>
  </channel>
</rss>

