<?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: Expression to consider just a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004825#M956769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much both of you. It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2015 16:13:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-16T16:13:54Z</dc:date>
    <item>
      <title>Expression to consider just a string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004821#M956765</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;I have a table and a field that has a field similar to the one shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes - ABCD&lt;/P&gt;&lt;P&gt;Yes - XYZ&lt;/P&gt;&lt;P&gt;Yes - QWER&lt;/P&gt;&lt;P&gt;No - ABCD&lt;/P&gt;&lt;P&gt;No - XYZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get an expression where if the filed values has 'Yes' in it regardless of what's attached to it, the color of the field should be Green, or it must be Red otherwise. Any help how to frame the expression? The expression should only see if the field value has Yes or No regardless of the following data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 15:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004821#M956765</guid>
      <dc:creator />
      <dc:date>2015-11-16T15:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to consider just a string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004822#M956766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this in background color expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(Data, 'Yes*'), Green(), Red())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004822#M956766</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to consider just a string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004823#M956767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Data LIKE 'Yes*', Lightgreen(), Lightred() )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004823#M956767</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-16T16:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to consider just a string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004824#M956768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me try both the expressions and come back with the results. Thanks a lot guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004824#M956768</guid>
      <dc:creator />
      <dc:date>2015-11-16T16:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to consider just a string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004825#M956769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much both of you. It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004825#M956769</guid>
      <dc:creator />
      <dc:date>2015-11-16T16:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to consider just a string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004826#M956770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Data='Yes',Green(),Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can even try the below expression for better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: Lato, sans-serif; font-size: 16px;"&gt;=if(complex expression, dual(‘Y’,green()), dual(‘N’,red()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004826#M956770</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-11-16T16:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to consider just a string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004827#M956771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, if you got what you were looking for, please close the thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-consider-just-a-string/m-p/1004827#M956771</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T16:37:45Z</dc:date>
    </item>
  </channel>
</rss>

