<?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: Change colors on rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722598#M540602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dagrun, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into the expression tab, click on + sign for Results and in text add the following syntax: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Column(1) = 'Approved', Green(), Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info please see screen print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 09:49:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-22T09:49:38Z</dc:date>
    <item>
      <title>Change colors on rows</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722596#M540600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made a pivot table to show a list of employees and whether or not they are approved. The value in the data model&amp;nbsp; is actually an integer. If the sum of this value is grater than 0 for a certain employee then he or she is approved. This value is named "Result". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension for the&amp;nbsp; pivot table is the name of the employee. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I have written is: IF(SUM(Result)&amp;gt;0, 'Approved', 'Not approved')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pivot table show the values as "Approved" or "Not Approved" just as i intended. I would however also like to add colors to the rows. I would like for it to be green if it is approved, and red if it is not approved. Does anyone know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried getting colors by using the "Visual Cues", but as I have changed the value shown to text messages I did not get it to work. It is however working if I just output the original integer values, by using the expression SUM(RESULT).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62849_Untitled.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722596#M540600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T09:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change colors on rows</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722597#M540601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dagrun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using Backgroung Color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Condition:&lt;/P&gt;&lt;P&gt;IF(SUM(Result)&amp;gt;0, RGB(255,0,0),RGB(0,255,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="g.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62848_g.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>Tue, 22 Jul 2014 09:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722597#M540601</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-22T09:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change colors on rows</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722598#M540602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dagrun, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into the expression tab, click on + sign for Results and in text add the following syntax: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Column(1) = 'Approved', Green(), Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info please see screen print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722598#M540602</guid>
      <dc:creator />
      <dc:date>2014-07-22T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change colors on rows</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722599#M540603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dagurn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try as told by &lt;STRONG style="font-family: inherit; color: #3d3d3d; font-size: 0.9em; line-height: 1.5em; font-style: inherit;"&gt;&lt;A href="https://community.qlik.com/people/Aveeeeeee7en"&gt;Aveeeeeee7en&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;its the concept you need to follow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you face any issues please let us know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;@vi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colors-on-rows/m-p/722599#M540603</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-22T09:55:14Z</dc:date>
    </item>
  </channel>
</rss>

