<?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: List Box with Traffic Lights in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730895#M1066379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent- thanks guys.&amp;nbsp; Two last questions : 1.) Can I centre the images? (I have hidden the test and they show up on the right of the list box)&amp;nbsp; 2.)Can I hide the null selection so that it just shows my three traffic lights?&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 18:56:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-18T18:56:38Z</dc:date>
    <item>
      <title>List Box with Traffic Lights</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730890#M1066368</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 field called "Sig" - there are 3 values :&lt;/P&gt;&lt;P&gt;-1&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a list box with 3 traffic&amp;nbsp; lights instead of values that I can filter on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Green traffic light (Value=1)&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yellow Traffic light (Value=0)&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Red Traffic light Yellow Traffic light (Value=-1)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seem to be having trouble achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730890#M1066368</guid>
      <dc:creator />
      <dc:date>2014-09-18T10:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Traffic Lights</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730891#M1066371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression for the listbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Sig=-1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',if(Sig=0,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the Presentation tab change the Representation from Text to Image.You may also want to change the Image Formatting setting and the Multiline settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730891#M1066371</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-18T11:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Traffic Lights</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730892#M1066375</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 like this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; list box expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Pick&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;Sig&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-1,0,1),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then on the Presentation tab change the Representation from Text to Image &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Image formatting - Keep aspect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730892#M1066375</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-09-18T11:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Traffic Lights</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730893#M1066377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Silly question …..but your links…  'qmem:///BuiltIn/led_r.png'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to save an image of each traffic light on my computer and then link to the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 15:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730893#M1066377</guid>
      <dc:creator />
      <dc:date>2014-09-18T15:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Traffic Lights</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730894#M1066378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Roderick, you have to have the correct root for all the pictures you will use in the local pc or the server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 17:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730894#M1066378</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-09-18T17:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Traffic Lights</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730895#M1066379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent- thanks guys.&amp;nbsp; Two last questions : 1.) Can I centre the images? (I have hidden the test and they show up on the right of the list box)&amp;nbsp; 2.)Can I hide the null selection so that it just shows my three traffic lights?&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 18:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Traffic-Lights/m-p/730895#M1066379</guid>
      <dc:creator />
      <dc:date>2014-09-18T18:56:38Z</dc:date>
    </item>
  </channel>
</rss>

