<?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 Object Colors ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377632#M815345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 09:03:44 GMT</pubDate>
    <dc:creator>tomovangel</dc:creator>
    <dc:date>2017-09-08T09:03:44Z</dc:date>
    <item>
      <title>Text Object Colors ?</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377630#M815343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with text object colors.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a Text Object, in which it says 'Month'. And depending on the variable ACC_10, the color to be Gray or Yellow. &lt;/P&gt;&lt;P&gt;I tried with the following &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(ACC_10 = 0, Text(Month)=RGB(192,192,192),Text(Month)=RGB(255,255,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But it shows me 0 values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I also tried &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(ACC_10 = 0, 'Month'=RGB(255,255,0),'Month'=RGB(192,192,192))&lt;BR /&gt;But it doesn't work as well. &lt;BR /&gt;Help please &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/Text-Object-Colors/m-p/1377630#M815343</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Colors ?</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377631#M815344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to text object properties -&amp;gt; Fonts-&amp;gt; click on color -&amp;gt; click on Calculated, put below expression&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: 13.3333px;"&gt;=if(ACC_10 = 0, RGB(255,255,0),RGB(192,192,192))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 09:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377631#M815344</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-08T09:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Colors ?</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377632#M815345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 09:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377632#M815345</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-08T09:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Colors ?</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377633#M815346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 09:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Colors/m-p/1377633#M815346</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-08T09:06:16Z</dc:date>
    </item>
  </channel>
</rss>

