<?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: Colour List Box Items depending condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540504#M202012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to expression Tab, Expand the Expression click on backround and put your desired condition over there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will Help&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;Himanshu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Skype himanshu_sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 13:41:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-04T13:41:36Z</dc:date>
    <item>
      <title>Colour List Box Items depending condition</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540501#M202009</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;I need to use a listbox as a navigation pane and I need to be able to colour these items depending on a condition - eg, Red Background, Amber Background or Green Background.&amp;nbsp; (so the user can 'drill down' an item depending on its score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ?? If not is threre a more suitable solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im already using the expression to colour a text object : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(vPrevMonthScore&amp;lt;vCurrMonthScore,rgb(83,230,62), //Green&lt;/P&gt;&lt;P&gt; if(vPrevMonthScore&amp;gt;vCurrMonthScore,rgb(255,47,47), //Red&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgb(233,165,39))) //Amber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally I would like to use this expression to 'colourise' the listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help and suggestions greatly appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 10:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540501#M202009</guid>
      <dc:creator />
      <dc:date>2013-07-04T10:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Colour List Box Items depending condition</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540502#M202010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know that's not possible with listboxes. You could try if an extension object like the one mention &lt;A href="http://www.qlikfix.com/2012/05/18/any-colour-as-long-as-its-green/"&gt;here&lt;/A&gt; offers more options. Or you can try to create a fake listbox using a straight table. The disadvantage of the straight table is that it's not possible to select multiple items individually (ctrl+click) like in the listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 11:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540502#M202010</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-04T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Colour List Box Items depending condition</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540503#M202011</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;Thanks for your reply.&amp;nbsp; I've gone for using a straight table chart and am trying to test the each of the dimensions against the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regard to this, are you able to help further? Do you have any advice on how to use the expression&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=if(vPrevMonthScore&amp;lt;vCurrMonthScore,rgb(83,230,62), //Green&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;if(vPrevMonthScore&amp;gt;vCurrMonthScore,rgb(255,47,47), //Red&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgb(233,165,39))) //Amber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;to test each dimension in the straight table chart? eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;IMG __jive_id="43639" class="jive-image" alt="qv_rated_list.png" src="https://community.qlik.com/legacyfs/online/43639_qv_rated_list.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Im guessing some Set Anaylsis is required - but unfortunately Im very new to QV.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 13:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540503#M202011</guid>
      <dc:creator />
      <dc:date>2013-07-04T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Colour List Box Items depending condition</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540504#M202012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to expression Tab, Expand the Expression click on backround and put your desired condition over there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will Help&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;Himanshu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Skype himanshu_sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 13:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540504#M202012</guid>
      <dc:creator />
      <dc:date>2013-07-04T13:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Colour List Box Items depending condition</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540505#M202013</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;Thanks for your reply.&amp;nbsp; I understand how to change the dimension colour using an expression.&amp;nbsp; My query is how to check the 'Score' for each individual dimension value in the list. If I add this expression to the dimension then the whole list turns 'Red'.&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, 04 Jul 2013 13:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540505#M202013</guid>
      <dc:creator />
      <dc:date>2013-07-04T13:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Colour List Box Items depending condition</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540506#M202014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same can be applied in dimmension as well, try the same in dimmension&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;Himanshu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Skype- himanshu_sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 17:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-List-Box-Items-depending-condition/m-p/540506#M202014</guid>
      <dc:creator />
      <dc:date>2013-07-04T17:34:29Z</dc:date>
    </item>
  </channel>
</rss>

