<?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 Object properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-properties/m-p/498223#M186198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Please help me with text object properties. I want to display the below text using text object to show my conditional formatting criteria to the user. &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Red≤ ASPIRE&lt;BR /&gt;&lt;BR /&gt;Yellow&amp;lt; 5% above ASPIRE&lt;BR /&gt;&lt;BR /&gt;Green≥ 5% above ASPIRE &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Showing the above text is easy but instead of just writing what Red, Yellow and Green color indicates I want to show the color itself, something like this. If not exactly this, but still some color itself. May be coloring the text itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44228" class="jive-image" alt="table.jpg" src="https://community.qlik.com/legacyfs/online/44228_table.jpg" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shikha &lt;/P&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jul 2013 22:22:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-18T22:22:41Z</dc:date>
    <item>
      <title>Text Object properties</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-properties/m-p/498223#M186198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Please help me with text object properties. I want to display the below text using text object to show my conditional formatting criteria to the user. &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Red≤ ASPIRE&lt;BR /&gt;&lt;BR /&gt;Yellow&amp;lt; 5% above ASPIRE&lt;BR /&gt;&lt;BR /&gt;Green≥ 5% above ASPIRE &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Showing the above text is easy but instead of just writing what Red, Yellow and Green color indicates I want to show the color itself, something like this. If not exactly this, but still some color itself. May be coloring the text itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44228" class="jive-image" alt="table.jpg" src="https://community.qlik.com/legacyfs/online/44228_table.jpg" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shikha &lt;/P&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 22:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-properties/m-p/498223#M186198</guid>
      <dc:creator />
      <dc:date>2013-07-18T22:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object properties</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-properties/m-p/498224#M186199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use calculated color for the background of your text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( VALUE &amp;gt;= 1.05* ASPIRE, green(), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( VALUE &amp;gt; ASPRIE, yellow(), red() &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 23:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-properties/m-p/498224#M186199</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-18T23:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object properties</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-properties/m-p/498225#M186200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple way to create a colored legend box like this is a dimensionless straight table, with the "Horizontal' checked on the Presentation tab. Create an expression for each line of text and set the color in the expression background property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44227" class="jive-image" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/44227_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 00:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-properties/m-p/498225#M186200</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-07-19T00:35:13Z</dc:date>
    </item>
  </channel>
</rss>

