<?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: text color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114979#M463265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;only the red colored values is displayed with above exp,the other one is displaying in black color&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 09:27:13 GMT</pubDate>
    <dc:creator>kunkumnaveen</dc:creator>
    <dc:date>2016-07-21T09:27:13Z</dc:date>
    <item>
      <title>text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114975#M463261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;i got about 20 values in a field called &lt;STRONG&gt;que&lt;/STRONG&gt; ,which i am displaying in a straight table&lt;STRONG&gt; , &lt;/STRONG&gt;among those 20 values i want two values colored&amp;nbsp; green.so i wrote below expression in &lt;STRONG&gt;Text Color&lt;/STRONG&gt;&amp;nbsp; ,which is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(que='Has the adherence of the plant to the prescribed sampling processes (&amp;amp; feedbacks were provided by the auditor) found to be satisfactory ?' ,if(que='Has the sampling processes found to be satisfactory ?', green() ))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i known something wrong with my expression ,can any one suggest me &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;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114975#M463261</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-07-21T09:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114976#M463262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(que='Has the adherence of the plant to the prescribed sampling processes (&amp;amp; feedbacks were provided by the auditor) found to be satisfactory ?',red&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(),&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,if(que='Has the sampling processes found to be satisfactory ?', green(),black() ))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114976#M463262</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2016-07-21T09:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114977#M463263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;que='Has the adherence of the plant to the prescribed sampling processes (&amp;amp; feedbacks were provided by the auditor) found to be satisfactory ?'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;que='Has the sampling processes found to be satisfactory ?', green())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Your original expression would only return Green() if que equaled both of the two strings which since the strings aren't equal will never the true.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cheers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Andrew&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114977#M463263</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-07-21T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114978#M463264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;only the red colored values is displayed with above exp,the other one not is displaying in black color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114978#M463264</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-07-21T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114979#M463265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;only the red colored values is displayed with above exp,the other one is displaying in black color&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114979#M463265</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-07-21T09:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114980#M463266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132041_Untitled.png" style="height: 78px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;the other value&amp;nbsp; in BLACK color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114980#M463266</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-07-21T09:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114981#M463267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naveen,&lt;/P&gt;&lt;P&gt;Tit should be work,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(que='Has the adherence of the plant to the prescribed sampling processes (&amp;amp; feedbacks were provided by the auditor) found to be satisfactory ?' &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or que='Has the sampling processes found to be satisfactory ?',green() )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114981#M463267</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-07-21T09:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: text color</title>
      <link>https://community.qlik.com/t5/QlikView/text-color/m-p/1114982#M463268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(Match(&lt;STRONG&gt;que,'&lt;STRONG&gt;Has the adherence of the plant to the prescribed sampling processes (&amp;amp; feedbacks were provided by the auditor) found to be satisfactory ?' ,'&lt;STRONG&gt;Has the sampling processes found to be satisfactory ?'),green(),green())&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;KC&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 09:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color/m-p/1114982#M463268</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-07-21T09:40:19Z</dc:date>
    </item>
  </channel>
</rss>

