<?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 Text colour first character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370788#M1178513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They both work if I wish to change all the text White&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually am lookting to just change the first character white so --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( The first character =',', then make the first character RGB(255,255,255), RGB(0,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideaas how this could be donw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean I could trim it on Load in the script but I would rather just change it within the chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 12:27:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-27T12:27:07Z</dc:date>
    <item>
      <title>Text colour first character</title>
      <link>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370785#M1178506</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 straight table that has a field called [Rejection Reasons], in some instances the results in this field are only ',' or a correct reason , but preceeded by a comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to see the first comma in the chart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the demension I have gone into [Text colour] and put in the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Rejection Reasons]=',',RGB(255,255,255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works for the ones that are only a comma, I then tried variations of to look for the ones that start with the comma , but they were changing all the text white ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( left ([Rejection Reasons],1)=',',RGB(255,255,255)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help, I am looking to change comma text white when there in ONLY a comma OR when the statemnt starts with a comma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a mill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 08:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370785#M1178506</guid>
      <dc:creator />
      <dc:date>2012-03-27T08:22:05Z</dc:date>
    </item>
    <item>
      <title>Text colour first character</title>
      <link>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370786#M1178509</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;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;[Rejection Reasons]&lt;/SPAN&gt; like ',*' ,RGB(255,255,255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Razak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 10:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370786#M1178509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Text colour first character</title>
      <link>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370787#M1178511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can also be - =If(Mid(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;[Rejection Reasons]&lt;/SPAN&gt;,1,1)=',',RGB(255,255,255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stive&lt;/P&gt;&lt;P&gt;Brasil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 11:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370787#M1178511</guid>
      <dc:creator />
      <dc:date>2012-03-27T11:47:53Z</dc:date>
    </item>
    <item>
      <title>Text colour first character</title>
      <link>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370788#M1178513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They both work if I wish to change all the text White&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually am lookting to just change the first character white so --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( The first character =',', then make the first character RGB(255,255,255), RGB(0,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideaas how this could be donw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean I could trim it on Load in the script but I would rather just change it within the chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370788#M1178513</guid>
      <dc:creator />
      <dc:date>2012-03-27T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Text colour first character</title>
      <link>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370789#M1178515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the format codes are affecting the complete string, you can't format single characters / substrings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not just remove the first character in your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=mid([Rejection Reasons],2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370789#M1178515</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-27T12:41:11Z</dc:date>
    </item>
    <item>
      <title>Text colour first character</title>
      <link>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370790#M1178516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks I sometimes miss the obvious,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So simple and it works perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-colour-first-character/m-p/370790#M1178516</guid>
      <dc:creator />
      <dc:date>2012-03-27T12:44:07Z</dc:date>
    </item>
  </channel>
</rss>

