<?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 script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663199#M241595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not possible to highlight the text as u r looking...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can change the color of entire text using the the calculated expression from "Font" tab of the text object..&lt;/P&gt;&lt;P&gt;Font--&amp;gt;Calculated Dimension (Write the expression here)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 09:16:00 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2014-07-28T09:16:00Z</dc:date>
    <item>
      <title>Text color script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663198#M241594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if there is any way of defining the color of a text string directly on the script or via a calculated expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not useful to me to change the color on the properties of the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I was aiming for was to define one dimension like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=black(field1) &amp;amp; white(field2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is not the correct syntax, but I believe this is possible. Via script or via calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 08:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663198#M241594</guid>
      <dc:creator />
      <dc:date>2014-07-28T08:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text color script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663199#M241595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not possible to highlight the text as u r looking...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can change the color of entire text using the the calculated expression from "Font" tab of the text object..&lt;/P&gt;&lt;P&gt;Font--&amp;gt;Calculated Dimension (Write the expression here)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 09:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663199#M241595</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-28T09:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Text color script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663200#M241596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add the color of each field as another field on the data source. After you load it into QlikView, you can access that information on the different objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/63244_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The color format should be something like this RGB(255, 232, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RGB recieves the values of red, green and blue of each color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663200#M241596</guid>
      <dc:creator />
      <dc:date>2014-07-28T11:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text color script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663201#M241597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Custom Format Cells Option. See the Snapshot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Custom.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63257_Custom.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663201#M241597</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-28T11:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text color script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663202#M241598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Custom Format Cell do the following Setting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Ctrl+Shift+U&amp;nbsp;&amp;nbsp; or Simply Go to Settings &amp;gt; User Preferences and then move to Design Tab &amp;gt; Check the Option "Always Show design Menu Items" &amp;gt; The Chart on which you have to make the Colored rows &amp;gt; Right Click on it &amp;gt; There you see the Option Custom Format Cells &amp;gt; From there you can change colors, format, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CustomFormat.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63258_CustomFormat.png" style="width: 620px; height: 462px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-script/m-p/663202#M241598</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-28T11:48:47Z</dc:date>
    </item>
  </channel>
</rss>

