<?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: Color code rows in dimension value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432281#M566845</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;This should do the trick :&lt;/P&gt;&lt;P&gt;Background Color expression for Dimension1 : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;even&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NODISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dimension1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(180,180,180),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;white&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2012 16:10:47 GMT</pubDate>
    <dc:creator>thomduvi83</dc:creator>
    <dc:date>2012-12-12T16:10:47Z</dc:date>
    <item>
      <title>Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432279#M566842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to color code the background of the dimension values in a straight table, somewhat like the "strip every" function but for every new value. With the following example table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 50%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Dimension1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Dimension2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the background color of Dimension1 to be grey for the values A, white for B, grey for C, white for D and so on.&lt;/P&gt;&lt;P&gt;Is this possible? I have tried with the above() function but that doesn't seems to do the trick. The values of Dimension1 in the real data is not as simple as A-Z.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 15:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432279#M566842</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T15:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432280#M566843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can click on the '+' symbol next to your dimension and there under 'background' option, you can write a if statement to derive the color you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 15:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432280#M566843</guid>
      <dc:creator />
      <dc:date>2012-12-12T15:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432281#M566845</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;This should do the trick :&lt;/P&gt;&lt;P&gt;Background Color expression for Dimension1 : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;even&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NODISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dimension1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(180,180,180),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;white&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 16:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432281#M566845</guid>
      <dc:creator>thomduvi83</dc:creator>
      <dc:date>2012-12-12T16:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432282#M566847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea, I know how to change the background color of the cell - the question I asked was how to give the the Dimension1 value A and C the same bg color, and B and D another bgcolor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 16:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432282#M566847</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T16:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432283#M566848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're getting close, thanks Thomas. However it looks like i need to combine some sort of sort with the aggr() function, as of now the first set of dimension1 values in the straight table doesn't get the number 1, and the second set of values doesn't get the number 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 16:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432283#M566848</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T16:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432284#M566849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're right, rowno() order seems to be inverted (max value for first dimension value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;That's start to become tricky, but i think the following expression could make it : &lt;/P&gt;&lt;P&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;even&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NODISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetPossibleCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;white&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&lt;/SPAN&gt;,&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(180,180,180)&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 16:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432284#M566849</guid>
      <dc:creator>thomduvi83</dc:creator>
      <dc:date>2012-12-12T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432285#M566850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well im my test app the "sort order" is somewhat fucked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; - i could live with an inverted sort order but not with the an "unknown order".&lt;/P&gt;&lt;P&gt;Attached the test app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 16:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432285#M566850</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T16:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432286#M566851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea, rowno() seems to use kind of fieldindex values, we cannot sort them.&lt;/P&gt;&lt;P&gt;I've changed my mind, so, last try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a variable : vTEST = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(=null())"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} chr(39)&amp;amp;Dim2&amp;amp;chr(39),',')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Need to remove null values, don't know why&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and as color expression : &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;even&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: #800000; font-size: 8pt;"&gt;Dim2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vTEST)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;white&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(200,200,200)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this one will be the good one...&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432286#M566851</guid>
      <dc:creator>thomduvi83</dc:creator>
      <dc:date>2012-12-12T17:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432287#M566852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blaise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a function called HSL(Hue,Saturation,lum) where we can pass the values from 0 to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are going to generate one unique HSL for each distinct value of Dim1, you can use the value in Background colour.&lt;/P&gt;&lt;P&gt;Here is the sample code that i attached. Please reply back if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432287#M566852</guid>
      <dc:creator />
      <dc:date>2012-12-12T17:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432288#M566853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blaise, Please find the attched file and hope it helps very well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 18:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432288#M566853</guid>
      <dc:creator />
      <dc:date>2012-12-12T18:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432289#M566854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want unique color for every value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 18:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432289#M566854</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T18:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432290#M566855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works with no selection, but if you for example select Dim2 = A,C then all rows are grey. I don't think it can be solved in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 18:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432290#M566855</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T18:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432291#M566856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried it but sadly it doesn't work. Will try more with the aggr(), match() and concat() function though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 18:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432291#M566856</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T18:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432292#M566857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I defined the coulr for each value ofDim1 in the Script. So you selected any thing, automatically selection made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 19:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432292#M566857</guid>
      <dc:creator />
      <dc:date>2012-12-12T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432293#M566858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi blaise,&amp;nbsp; please try this:&amp;nbsp; 1. open the table property window 2. select the dimension tab&amp;nbsp; 3. click the plus (+) sign on the left of the dimension to fill with different colour 4. double click on background colour 5. enter your conditional fill expression [eg. =if(Dimension1 like 'A*',QlikTechBlue(),if(Dimension1 like 'B*',QlikTechGray(),Green())) ] 6. confirm changes&amp;nbsp; Regards Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 19:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432293#M566858</guid>
      <dc:creator>anlonghi2</dc:creator>
      <dc:date>2012-12-12T19:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432294#M566859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesn't solve my problem. I don't want to hard code colors to each dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 20:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432294#M566859</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-12T20:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432295#M566860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible for you to store the color (RGB combination) as part of your table? If YES, then in your table itself you can define which color you want for each dimension value (A, B, C etc..).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the RGB values in your table object to define the color of the cell based on cell value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 03:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432295#M566860</guid>
      <dc:creator />
      <dc:date>2012-12-13T03:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432296#M566861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blaise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My last proposition is working weel i think, see attachement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 remarks :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Don't forget the "=" sign before the variable expression&lt;/P&gt;&lt;P&gt;- if you have "set analysis" in the expressions of your table that could reduce the values of Dim2, use the same SET in the concat function of the variable&lt;/P&gt;&lt;P&gt;- The sort order of Dim2 must be fixed. If it's not sorted alphabeticaly, you can also define a custom sort order in the concat function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 10:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432296#M566861</guid>
      <dc:creator>thomduvi83</dc:creator>
      <dc:date>2012-12-13T10:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432297#M566862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes indeed, it works!&lt;/P&gt;&lt;P&gt;I would rather not have a variable that is calculated for every selection, but it might be that this is the only available solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 10:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432297#M566862</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2012-12-13T10:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Color code rows in dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432298#M566863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi blaise,&amp;nbsp; try putting the following expression in the color property of the dimension:&amp;nbsp; =if(Mod(FieldIndex('Dimension1',Dimension1),2)=1,QlikTechGray(),White())&amp;nbsp; Regards AL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 15:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-rows-in-dimension-value/m-p/432298#M566863</guid>
      <dc:creator>anlonghi2</dc:creator>
      <dc:date>2012-12-13T15:33:52Z</dc:date>
    </item>
  </channel>
</rss>

