<?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: Background color based on possible values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325889#M587062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you can modify the colors that much in a listbox.&lt;/P&gt;&lt;P&gt;Here's an ugly example using a straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2011 07:07:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-06-28T07:07:05Z</dc:date>
    <item>
      <title>Background color based on possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325887#M587060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! &lt;/P&gt;&lt;P&gt;I have a list of names, a high score list (in a list box with expressions), where each name also blongs to a group. I want to have a different background color in my highscore-list based on the different groups the names belongs to. One person can only belong to one group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 06:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325887#M587060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-28T06:59:49Z</dc:date>
    </item>
    <item>
      <title>Background color based on possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325888#M587061</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Background color to the cells in listbox is not possible(As far as i Know).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But you can achieve this in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After Adding Expression in chart, click on + next to the expression you added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You have a background color Option there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 07:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325888#M587061</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-28T07:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Background color based on possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325889#M587062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you can modify the colors that much in a listbox.&lt;/P&gt;&lt;P&gt;Here's an ugly example using a straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 07:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325889#M587062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-28T07:07:05Z</dc:date>
    </item>
    <item>
      <title>Background color based on possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325890#M587063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for some reson i can't download the application. weird. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can't you post the expression? that's the one i'm having trouble with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 08:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325890#M587063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-28T08:18:47Z</dc:date>
    </item>
    <item>
      <title>Background color based on possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325891#M587064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out using concat for the field i was looking for with possible values. &lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(concat(Group,'')='GroupName', RGB(255,0,0), RGB(0,0,0)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 14:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-based-on-possible-values/m-p/325891#M587064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-28T14:11:31Z</dc:date>
    </item>
  </channel>
</rss>

