<?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: Expression paint spill! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587177#M543773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the issue described is still valid to the current situation.&lt;/P&gt;&lt;P&gt;And Matt's workaround described in the referenced thread might help (or maybe not, that's up to the OP's situation).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 10:05:17 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-05-02T10:05:17Z</dc:date>
    <item>
      <title>Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587169#M543765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help with this tiny design query &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with multiple condition background color expression - (ie if the value satisfies condition 1 paint it green, if condition 2 paint it red etc.). As you can see below it colours the values correctly, but what it also does is paint the background of the actual label "Solvency Ratio" with one of the gradients?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to prevent this from happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ratio colour.png" class="jive-image" src="/legacyfs/online/58287_ratio colour.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587169#M543765</guid>
      <dc:creator />
      <dc:date>2014-05-02T09:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587170#M543766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on + in the expression and in background property write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Yourexpression &amp;gt;= 10% and Yourexpression &amp;lt;= 90%,Red(),Green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some thing like in the expression background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587170#M543766</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-02T09:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587171#M543767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you attatch the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587171#M543767</guid>
      <dc:creator>lukaspuschner</dc:creator>
      <dc:date>2014-05-02T09:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587172#M543768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as below in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Dimensionality()&amp;lt;&amp;gt;0, YourExpressionForColor)&lt;/P&gt;&lt;P&gt;Something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Dimensionality()&amp;lt;&amp;gt;0,IF(SUM(Sales)&amp;lt;100,Red(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(SUM(Sales)&amp;lt;150,Green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Blue())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587172#M543768</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-05-02T09:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587173#M543769</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;You can try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;()&amp;gt;0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)=1000,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Red&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Blue&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;())&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587173#M543769</guid>
      <dc:creator />
      <dc:date>2014-05-02T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587174#M543770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to look at the DIMENSIONALITY function. You can use it to exclude parts of the table by using something like If(Dimentionality()&amp;gt;0...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587174#M543770</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-05-02T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587175#M543771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this discussion:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/46829"&gt;Background color of Pivot Table Labels&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587175#M543771</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-02T09:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587176#M543772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that discussion is long and old and also doesn't come to a resolution, so may not be the most helpful thing to read.&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;James.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587176#M543772</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-05-02T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587177#M543773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the issue described is still valid to the current situation.&lt;/P&gt;&lt;P&gt;And Matt's workaround described in the referenced thread might help (or maybe not, that's up to the OP's situation).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 10:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587177#M543773</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-02T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587178#M543774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see what you're saying. I would still suggest that the Dimentionality fix works better than using Visual Cues... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 10:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587178#M543774</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-05-02T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587179#M543775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestions, I have went through the other post but nothing seems to work for a pivot table.&lt;/P&gt;&lt;P&gt;The only way I got my table to "work" without having the label change colour, is turn it into a "straight" one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 15:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587179#M543775</guid>
      <dc:creator />
      <dc:date>2014-05-02T15:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression paint spill!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587180#M543776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe create a fake dimension, displaying nothing in the label. This fake dimension will get the color and your normal dimension will not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 15:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-paint-spill/m-p/587180#M543776</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-05-02T15:49:57Z</dc:date>
    </item>
  </channel>
</rss>

