<?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 Traffic lights in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288924#M582238</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;If I get you right I think you want this.... not sure it will look good but try it and see what you think...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the expression tab of your object properties. click the expand button next to your expression for sales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on the background color tool..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then put the following if statement into the definition box on the right.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Sales&amp;gt;='60000000',Green(),Red())&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>Thu, 08 Dec 2011 14:52:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-08T14:52:57Z</dc:date>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288921#M582233</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;I have a bar chart with on the x-axis employeeID and on the y-axis is the sales &lt;/P&gt;&lt;P&gt;Now I want to make a traffic light which is green if EACH employee meets the target of 60 000 000 sales and red if they don't meet the target.&lt;/P&gt;&lt;P&gt;But how do I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use my bar chart for it or should I make a new gauge chart with exact the same data?&lt;/P&gt;&lt;P&gt;And we're can i say when it should be green or 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>Thu, 08 Dec 2011 14:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288921#M582233</guid>
      <dc:creator />
      <dc:date>2011-12-08T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288922#M582234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can play around with the legend on the bar chart to do it or its always suggested if you use a Guage chart with LED's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways you need to write something like if(sum(Sales) = '60000000', Green(), Red()). This should be your expression and the Dimension should be your Employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288922#M582234</guid>
      <dc:creator />
      <dc:date>2011-12-08T14:27:43Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288923#M582236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean; green if every induvidual employee reaches the 60,000,000 target and red if even 1 falls short then look at a single LED gauge chart and an expression using an agg() function across the EmployeeID dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a traffic light for each seperate employee you can use a straight table chart with EmployeeID as the dimension and a micro-chart as the expression with a simple if() controling the LED component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also add an indicator to the Axis of the bar chart ('Text on Axis') you may be able to get a red / green LED to display by using the built in QV icons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively I'd look to put a reference line in your Bar Chart at a y-value of 60,000,000 you can also colour the bar itself red or green accordingly with a simple background color if() function. This would be my preferred option for ease of use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288923#M582236</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-12-08T14:29:16Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288924#M582238</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;If I get you right I think you want this.... not sure it will look good but try it and see what you think...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the expression tab of your object properties. click the expand button next to your expression for sales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on the background color tool..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then put the following if statement into the definition box on the right.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Sales&amp;gt;='60000000',Green(),Red())&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>Thu, 08 Dec 2011 14:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288924#M582238</guid>
      <dc:creator />
      <dc:date>2011-12-08T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288925#M582239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as a thought it may be worth also applying a ref line in your graph to help the user understand the reason for the colour coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a thought. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288925#M582239</guid>
      <dc:creator />
      <dc:date>2011-12-08T14:57:59Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288926#M582240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On my y-axis is sum(Subtotal), which I call sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a new text object with code:&lt;/P&gt;&lt;P&gt;=If(sum(Subtotal)&amp;gt;'60000000', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is always green, i think it's because it doesn't look at the seperate employeeID's, how can i let him check every sum(Subtotal) of every employeeID? And only if every employeeID meets the target of 60000000 it should be green.&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>Thu, 08 Dec 2011 21:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288926#M582240</guid>
      <dc:creator />
      <dc:date>2011-12-08T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288927#M582241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload an example of your graph so that I can look at this please. ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am finding it difficult to picture it in my head. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 08:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288927#M582241</guid>
      <dc:creator />
      <dc:date>2011-12-09T08:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288928#M582243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a small example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 09:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288928#M582243</guid>
      <dc:creator />
      <dc:date>2011-12-09T09:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288929#M582244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it&amp;nbsp; would be good if you use a table instit of a chart in that you can show an additional column and show that traffic lights&amp;nbsp; attached is an example for you reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288929#M582244</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288930#M582245</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;I have applied two different ways of visualizing this info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope one of these covers your needs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: the traffic light way can get messy if you have a huge list of Employees as it could require&amp;nbsp; a lot of future maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288930#M582245</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288931#M582247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't open it because i'm using personal edition.&lt;/P&gt;&lt;P&gt;It says if i want to repair it but than i won't be able anymore to open things with my one userid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i'll try to see if i can try it on another pc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288931#M582247</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288932#M582248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the traffic light use this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(sum({$&amp;lt;EmployeeID={1}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={2}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={3}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={4}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={5}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={6}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={7}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={8}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If(sum({$&amp;lt;EmployeeID={9}&amp;gt;}Subtotal)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt; 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the example of the chart was this..&lt;/P&gt;&lt;P&gt;﻿&lt;IMG alt="chart example.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/9352_chart+example.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My personal view is that the chart does what you need in its own right..&lt;/P&gt;&lt;P&gt;But should you need to apply the traffic lights the formula should set you on your way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288932#M582248</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288933#M582249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, i understand it now!&lt;/P&gt;&lt;P&gt;One last question:&lt;/P&gt;&lt;P&gt;I've changed sum(subtotal) in to sales in my database, how should i write the if now?&lt;/P&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= If({$&amp;lt;EmployeeID={1}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288933#M582249</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288934#M582250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;That is right just replace the Subtotal with sales.... like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;=If(sum({$&amp;lt;EmployeeID={1}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={2}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={3}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={4}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={5}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={6}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={7}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={8}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;If(sum({$&amp;lt;EmployeeID={9}&amp;gt;}Sales)&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')))))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288934#M582250</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288935#M582251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should sum stay?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause sum(Subtotal) = sales &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288935#M582251</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288936#M582252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes sorry that is right... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you now have the sum figure as a single figure in your database this is fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry I should have read your post better.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 10:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288936#M582252</guid>
      <dc:creator />
      <dc:date>2011-12-09T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288937#M582253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work, i have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If({$&amp;lt;employeenumber={1}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={2}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={3}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={4}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={5}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={6}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={7}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={8}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;If({$&amp;lt;employeenumber={9}&amp;gt;}sales&amp;lt;100000, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed:&lt;/P&gt;&lt;P&gt;employeeID --&amp;gt; employeenumber&lt;/P&gt;&lt;P&gt;sum(subtotal) --&amp;gt; sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting crazy, i guess &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 11:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288937#M582253</guid>
      <dc:creator />
      <dc:date>2011-12-09T11:04:48Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288938#M582254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try putting the sum back in before the set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 11:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288938#M582254</guid>
      <dc:creator />
      <dc:date>2011-12-09T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Traffic lights</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288939#M582255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it also be possible to say at least 80 % of the employees has to meet the target?&lt;/P&gt;&lt;P&gt;If yes, how should I do that??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 11:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights/m-p/288939#M582255</guid>
      <dc:creator />
      <dc:date>2011-12-09T11:37:09Z</dc:date>
    </item>
  </channel>
</rss>

