<?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: Stright table with colour records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610198#M225199</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;&lt;A href="https://community.qlik.com/qlik-users/143135"&gt;lawrenceiow&lt;/A&gt;answer works fine in QV 11.20 SR3. But when I try to do the same in SR5 the "Background Color" property doesn't have any effect. The background color keeps white regardles. If this a known issue?&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;/Yolanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2014 10:16:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-07T10:16:15Z</dc:date>
    <item>
      <title>Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610191#M225192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp; group&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the 10 related records, I want to Display in Green.&lt;/P&gt;&lt;P&gt;All the 20 related records, I want to Display in Blue.&lt;/P&gt;&lt;P&gt;All the 30 related records, I want to Display in Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this ? please help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610191#M225192</guid>
      <dc:creator />
      <dc:date>2014-03-06T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610192#M225193</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;Click the + next to the expression in Properties | Expressions, and enter this expression in Text Color:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([group] = 10, Green(), If([group] = 20, Blue(), If([group] = 30, Red()))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610192#M225193</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-06T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610193#M225194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like This?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610193#M225194</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-06T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610194#M225195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your dimension click &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; on group and in backgroud color write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(group=10, rgb(0,255,0),&lt;/P&gt;&lt;P&gt;If(group=20, rgb(0,0,255),&lt;/P&gt;&lt;P&gt;If(group=30, rgb(255,0,0),&lt;/P&gt;&lt;P&gt;rgb(0,0,0&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610194#M225195</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-06T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610195#M225196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610195#M225196</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-03-06T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610196#M225197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Find the attached document, all you have to do is, in the expression and dimension tab, clikc the + sign and click the background coloru and paste the following expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Pick&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),10,20,30),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,255,0), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,0,255),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,0,0)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Siva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610196#M225197</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2014-03-06T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610197#M225198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ColourMatch:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Group,&amp;nbsp;&amp;nbsp; R,&amp;nbsp; G,&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 10,&amp;nbsp;&amp;nbsp; 0, 255,&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 20,&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp; 0, 255&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 30, 255,&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Then in your Chart properties use the expression &lt;SPAN style="color: #0000ff;"&gt;RGB&lt;/SPAN&gt;(&lt;SPAN style="color: #993300;"&gt;R,G,B&lt;/SPAN&gt;) on Background Color or Text Color&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;&lt;IMG alt="321.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/54412_321.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: arial,helvetica,sans-serif;"&gt;This will then look like this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;&lt;IMG alt="320.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/54416_320.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: arial,helvetica,sans-serif;"&gt;Repeat this if you want the other columns coloured too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610197#M225198</guid>
      <dc:creator>lawrenceiow</dc:creator>
      <dc:date>2014-03-06T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610198#M225199</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;&lt;A href="https://community.qlik.com/qlik-users/143135"&gt;lawrenceiow&lt;/A&gt;answer works fine in QV 11.20 SR3. But when I try to do the same in SR5 the "Background Color" property doesn't have any effect. The background color keeps white regardles. If this a known issue?&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;/Yolanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 10:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610198#M225199</guid>
      <dc:creator />
      <dc:date>2014-03-07T10:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610199#M225200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question &lt;A href="https://community.qlik.com/qlik-users/27089"&gt;Yolanda Perdomo&lt;/A&gt;, I am using QV 11.00 SR1 so don't know about SR5, sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 10:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610199#M225200</guid>
      <dc:creator>lawrenceiow</dc:creator>
      <dc:date>2014-03-07T10:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stright table with colour records</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610200#M225201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just want to display the value in straight table with colours then you can do it in straight table properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties --&amp;gt;&amp;gt;Visual Clues--&amp;gt; Select Group ( in snap shot its Positive) --&amp;gt;Now select the limit ie 10, 20 ,30 and choose colours as you required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 10:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-table-with-colour-records/m-p/610200#M225201</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-03-07T10:44:23Z</dc:date>
    </item>
  </channel>
</rss>

