<?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 Color-coding Matrix chart, odd behavior. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851550#M999292</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'm trying to display certain values in a matrix diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the value s3_leak&lt;/P&gt;&lt;P&gt;and different tolerance values that I'm trying to color-code.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've tried so far to change the background-color with this if statement:&lt;/P&gt;&lt;P&gt;"if(s3_leckage_r &amp;lt;&amp;lt; 20 OR s3_leckage_r &amp;gt;&amp;gt; 80, red(), green())"&lt;/P&gt;&lt;P&gt;So this should color all values outside of that range in red, and those within the tolerance should be displayed green.&lt;/P&gt;&lt;P&gt;However the end result is that only values = 0 are green while the rest is red. (see screenshot)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help would be appreciated.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 10:48:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-18T10:48:00Z</dc:date>
    <item>
      <title>Color-coding Matrix chart, odd behavior.</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851550#M999292</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'm trying to display certain values in a matrix diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the value s3_leak&lt;/P&gt;&lt;P&gt;and different tolerance values that I'm trying to color-code.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've tried so far to change the background-color with this if statement:&lt;/P&gt;&lt;P&gt;"if(s3_leckage_r &amp;lt;&amp;lt; 20 OR s3_leckage_r &amp;gt;&amp;gt; 80, red(), green())"&lt;/P&gt;&lt;P&gt;So this should color all values outside of that range in red, and those within the tolerance should be displayed green.&lt;/P&gt;&lt;P&gt;However the end result is that only values = 0 are green while the rest is red. (see screenshot)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help would be appreciated.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 10:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851550#M999292</guid>
      <dc:creator />
      <dc:date>2015-06-18T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Color-coding Matrix chart, odd behavior.</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851551#M999293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what &amp;lt;&amp;lt; means, but it doesn't mean less than. When I put =4&amp;lt;&amp;lt;5 in a text box, it returns 128. &lt;/P&gt;&lt;P&gt;Try just using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;s3_leckage_r &amp;lt; 20 OR s3_leckage_r &amp;gt; 80&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851551#M999293</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-06-18T12:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Color-coding Matrix chart, odd behavior.</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851552#M999294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changed the operator to a single '&amp;gt;', that did the trick. Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851552#M999294</guid>
      <dc:creator />
      <dc:date>2015-06-18T12:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Color-coding Matrix chart, odd behavior.</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851553#M999295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;$a &amp;lt;&amp;lt; $b Shift left Shift the bits of $a $b steps to the left (each step means "multiply by two")&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;$a &amp;gt;&amp;gt; $b Shift right Shift the bits of $a $b steps to the right (each step means "divide by two")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding-Matrix-chart-odd-behavior/m-p/851553#M999295</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-18T12:42:58Z</dc:date>
    </item>
  </channel>
</rss>

