<?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: changing the text color using IF &amp; match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140322#M894415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;there are more that one possible values for [Tree Name Group. So, what should I do instead?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 13:56:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-05T13:56:29Z</dc:date>
    <item>
      <title>changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140317#M894410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the following code is not working, what can I do to get it to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match([Tree Name],[Tree Name Group]), RGB (128,0,0),RGB(0,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140317#M894410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140318#M894411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it like the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(match([Tree Name],&lt;STRONG&gt;chr(39) &amp;amp;&lt;/STRONG&gt; [Tree Name Group] &lt;STRONG&gt;&amp;amp; chr(39)&lt;/STRONG&gt;), RGB (128,0,0),RGB(0,0,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140318#M894411</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-08-05T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140319#M894412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply but it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140319#M894412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140320#M894413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share some sample data or app. so that we can help you better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140320#M894413</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-08-05T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140321#M894414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are more that one possible values for [Tree Name Group], then your expression will not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140321#M894414</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-08-05T13:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140322#M894415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;there are more that one possible values for [Tree Name Group. So, what should I do instead?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140322#M894415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140323#M894416</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;Not sure where you are doing this, but if i was writing it would just do it like&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Tree Name] = [Tree Name Group]&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, RGB (128,0,0),RGB(0,0,0))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140323#M894416</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-08-05T13:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140324#M894417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help. this is where I am doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="teaxt.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133786_teaxt.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140324#M894417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T14:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140325#M894418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;If(Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Tree Name] , $(=Concat(DISTINCT Chr(39)&amp;amp;[Tree Name Group]&amp;amp;Chr(39),',')))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, RGB (128,0,0),RGB(0,0,0))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Owever this works if [Tree Name] -&amp;gt; 1 Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regrds,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140325#M894418</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-08-05T14:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140326#M894419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140326#M894419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T14:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140327#M894420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, no joy, still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140327#M894420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140328#M894421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The first paramether of Match() function must have 1 value.&lt;/P&gt;&lt;P&gt;If [Tree Name] has many values it is Null().&lt;/P&gt;&lt;P&gt;You can try MinString([Tree Name]) or MaxString(), but I'm not sure this is what Your expecting result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 15:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140328#M894421</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-08-05T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140329#M894422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(=Concat(DISTINCT [Tree Name],''))&lt;/EM&gt;&lt;/STRONG&gt; , &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(=Concat(DISTINCT Chr(39)&amp;amp;Chr(42)&amp;amp;[Tree Name Group]&amp;amp;Chr(42)&amp;amp;Chr(39),','))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Instead of Match() expression&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 15:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140329#M894422</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-08-05T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140330#M894423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140330#M894423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T16:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140331#M894424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, this is the best I can do with Match/WildMatch.&lt;/P&gt;&lt;P&gt;If You want uncheck "Correct Answer" and You hope someone else You provides correct answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 17:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140331#M894424</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-08-05T17:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140332#M894425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count({&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Tree Name] = p(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Tree Name Group])&amp;gt;} [&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Tree Name]) &amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;RGB(128,0,0), RGB(0,0,0))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 17:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140332#M894425</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T17:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140333#M894426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for trying but I don't know why it is not highlighting the names in red&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140333#M894426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: changing the text color using IF &amp; match</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140334#M894427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-text-color-using-IF-match/m-p/1140334#M894427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T13:40:31Z</dc:date>
    </item>
  </channel>
</rss>

