<?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: Traffic light issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429332#M160043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, I did before post but didnt success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I resolved my problem and expression is (if(value&amp;lt;0,0,1)) and min 0 - max1 and segment 0 then red and segment 1 then green, its working fine to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 09:23:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-17T09:23:13Z</dc:date>
    <item>
      <title>Traffic light issue</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429329#M160040</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;Please find the attached a copy of sample application, i am using traffic light in expression in an object.&lt;/P&gt;&lt;P&gt;i need, if value is positive then show green and if value is negitive then show red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 07:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429329#M160040</guid>
      <dc:creator />
      <dc:date>2013-01-17T07:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic light issue</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429330#M160041</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;Right clik Chrt -&amp;gt;Expressions -&amp;gt; Gauge Settings...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set Min and Max as desired values (say -9999999 and 9999999),&lt;/P&gt;&lt;P&gt;Then for Segment 1, set Lower Bound as -9999999 and for Segment 2, 1(or as per requirements).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 08:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429330#M160041</guid>
      <dc:creator />
      <dc:date>2013-01-17T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic light issue</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429331#M160042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Zain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the Representation to Image for LED gauge and set the expression as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(OD.quantity-OR.quantity&amp;gt;0,'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;Additionally, if you need to change the numeric values to Red or Green, you can do it from Visual Cues tab in the chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="visualcues.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/30711_visualcues.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find QVW attached.&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;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 08:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429331#M160042</guid>
      <dc:creator />
      <dc:date>2013-01-17T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic light issue</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429332#M160043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, I did before post but didnt success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I resolved my problem and expression is (if(value&amp;lt;0,0,1)) and min 0 - max1 and segment 0 then red and segment 1 then green, its working fine to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 09:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429332#M160043</guid>
      <dc:creator />
      <dc:date>2013-01-17T09:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic light issue</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429333#M160044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, I know that but user want traffic light, any ways i&amp;nbsp; done its.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 09:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-light-issue/m-p/429333#M160044</guid>
      <dc:creator />
      <dc:date>2013-01-17T09:25:01Z</dc:date>
    </item>
  </channel>
</rss>

