<?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 Problem with setting the background color for an expression ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246187#M93836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; the reason is country is the field you choose in the list box so the actualy it holds the values you want to exclude so it returns null to all the countries in the table&lt;/P&gt;&lt;P&gt;i am using maxstring , to unable use of set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2011 09:59:00 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2011-09-08T09:59:00Z</dc:date>
    <item>
      <title>Problem with setting the background color for an expression ...</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246184#M93833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i met with an issue when trying to set the background color for an expression. Please refer to the attached QVW file for further information. In the QVW, i set the background color of the expression to show light green for country = 'USA' while others will show in light grey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the straight table, i also have a list box which let the users to choose those countries they would like to exclude from the straight table. The problem is when i make any selection to the list box, the color assignment for the expression seems to not working anymore. Kindly please let me know how to solve this issue. Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 08:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246184#M93833</guid>
      <dc:creator />
      <dc:date>2011-09-08T08:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with setting the background color for an expression ...</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246185#M93834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei&lt;/P&gt;&lt;P&gt;attach is an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 08:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246185#M93834</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-09-08T08:10:44Z</dc:date>
    </item>
    <item>
      <title>Problem with setting the background color for an expression ...</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246186#M93835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liron, thanks again for your brilliant solution!!! Would you mind to explain it to me why i can't just write the statement like this : =&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[country]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'USA', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LightGreen&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LightGray&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())&lt;/SPAN&gt; . Why it has to be written using set expression and why you are using 'maxstring'? Sorry for taking your time and i appreciate your help very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 09:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246186#M93835</guid>
      <dc:creator />
      <dc:date>2011-09-08T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Problem with setting the background color for an expression ...</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246187#M93836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; the reason is country is the field you choose in the list box so the actualy it holds the values you want to exclude so it returns null to all the countries in the table&lt;/P&gt;&lt;P&gt;i am using maxstring , to unable use of set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 09:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-setting-the-background-color-for-an-expression/m-p/246187#M93836</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-09-08T09:59:00Z</dc:date>
    </item>
  </channel>
</rss>

