<?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: Colors based on salaries in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938281#M976486</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;/P&gt;&lt;P&gt;=if(sum(SAL)&amp;gt;=4500,Green(),if(sum(SAL)&amp;gt;=3500 and sum(SAL) &amp;lt;4500 ,Yellow(),if(sum(SAL)&amp;lt;=2500,Red())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2015 09:42:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-31T09:42:26Z</dc:date>
    <item>
      <title>Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938275#M976475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the colors based on the Salaries of the Employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If EMP SAL&amp;gt;=4500 show green,EMP SAL&amp;gt;=3500 show ,EMP SAL&amp;lt;=2500 show red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938275#M976475</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938276#M976477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this expression in expression background or text colors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(sum(SAL)&amp;gt;=4500,Green(),If(sum(SAL)&amp;gt;=3500,LightGreen(),If(sum(SAL)&amp;lt;=2500,Red(),LightCyan())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97427_Capture.PNG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 09:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938276#M976477</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-31T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938277#M976479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cannot open your qvw because I am using PE version of QlikView, but may be this for your background color expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([EMP SAL]&amp;lt;= 2500, Red(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;[EMP SAL]&amp;gt;= 3500 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[EMP SAL] &amp;lt; 4500, Yellow(),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;[EMP SAL]&amp;gt;= 4500, Green())))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You don't have any color for between 2500 and 3500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 09:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938277#M976479</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-31T09:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938278#M976481</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;In the background color of expression write this expression for color:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(SAL)&amp;gt;=4500 ,green(),&lt;/P&gt;&lt;P&gt;if((sum(SAL)&amp;gt;=3500 and&amp;nbsp; sum(SAL)&amp;lt;4500),yellow(),&lt;/P&gt;&lt;P&gt;if(sum(SAL)&amp;lt;=2500,red())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khushboo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 09:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938278#M976481</guid>
      <dc:creator />
      <dc:date>2015-08-31T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938279#M976482</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;1. Name the expression Salary.&lt;/P&gt;&lt;P&gt;2. Dimenstion -&amp;gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; -&amp;gt;Text Color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Salary]&amp;gt;4500,green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([Salary]&amp;gt;3500, yellow(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([Salary]&amp;lt;=2500, red()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 09:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938279#M976482</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-08-31T09:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938280#M976484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the color property of table you can set the color amount lower than,upper than,and average&amp;nbsp; whatever condition you want...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 09:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938280#M976484</guid>
      <dc:creator>shair_abbas</dc:creator>
      <dc:date>2015-08-31T09:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938281#M976486</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;/P&gt;&lt;P&gt;=if(sum(SAL)&amp;gt;=4500,Green(),if(sum(SAL)&amp;gt;=3500 and sum(SAL) &amp;lt;4500 ,Yellow(),if(sum(SAL)&amp;lt;=2500,Red())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 09:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938281#M976486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T09:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938282#M976487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be this?? also find sample app.&lt;IMG alt="Qlik_Help.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97402_Qlik_Help.png" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938282#M976487</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-08-31T10:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938283#M976489</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;Try this background color expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If([EMP SAL]&amp;gt;=4500, Green(),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([EMP SAL]&amp;gt;=3500, Blue(),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([EMP SAL]&amp;lt;=2500, Red())))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938283#M976489</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-31T10:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938284#M976491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; See the attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expretion like this in expretions tab click on &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; symbal and in text colet write down the expretion as bellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(sum(SAL)&amp;lt;=2500,Red(),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(sum(SAL)&amp;gt;=3500,Green(),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(sum(SAL)&amp;gt;=4500,Yellow(),LightBlue())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938284#M976491</guid>
      <dc:creator />
      <dc:date>2015-08-31T10:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Colors based on salaries</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938285#M976492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 11:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-based-on-salaries/m-p/938285#M976492</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-31T11:29:36Z</dc:date>
    </item>
  </channel>
</rss>

