<?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 Expressions Background colouring in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352178#M130645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying, First I want the expression to compare text field Name and text on field BenchmarkName then if the text is the same we assign coulour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Edzi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2012 10:07:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-14T10:07:50Z</dc:date>
    <item>
      <title>Expressions Background colouring</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352176#M130643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can someone please help me out,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table chart where I have calculated Total Sum and I want to out a background colour using an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table B where I want to do a lookup for the expression, so the colours has to be assigned depending on the values that are on table B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is the expression I am using:&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;IF(Name = BenchmarkName and TotalAmount &amp;lt; Benchmark, Red(), Green()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached file for more clearity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Edzi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 09:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352176#M130643</guid>
      <dc:creator />
      <dc:date>2012-03-14T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Expressions Background colouring</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352177#M130644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can try using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;SPAN style=": ; color: #800080; font-size: 1;"&gt;&lt;P&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;Benchmark&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;)&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;BenchmarkName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG&gt;Green&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG&gt;red&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or using set analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;sum&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;Name&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;BenchmarkName&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;Benchmark&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;)&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;sum&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;Amount&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;Green&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;red&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;dddd&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;So, what your'e checking is if the benchmark sum is less then the amount sum conditional name=benchmarkname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;Eliran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 09:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352177#M130644</guid>
      <dc:creator>eliran</dc:creator>
      <dc:date>2012-03-14T09:41:35Z</dc:date>
    </item>
    <item>
      <title>Expressions Background colouring</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352178#M130645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying, First I want the expression to compare text field Name and text on field BenchmarkName then if the text is the same we assign coulour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Edzi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 10:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352178#M130645</guid>
      <dc:creator />
      <dc:date>2012-03-14T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Background colouring</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352179#M130646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Edzi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I missunderstood your question earlier.&lt;/P&gt;&lt;P&gt;Why not changing the benchname to name?&lt;/P&gt;&lt;P&gt;You want to assign each name it's benchmark, that is the most logic way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it make sense to you?&lt;/P&gt;&lt;P&gt;Eliran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I have attached an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 14:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352179#M130646</guid>
      <dc:creator>eliran</dc:creator>
      <dc:date>2012-03-14T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Background colouring</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352180#M130647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliran&lt;/P&gt;&lt;P&gt;It was helpful though it was not 100% what I needed, I managed to get it working though only with a little problem, I want everything in Colour Coding Table chat to be grouped as in Total Amount Table chart.&lt;/P&gt;&lt;P&gt;Please see the attached file.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Edzi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 08:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Background-colouring/m-p/352180#M130647</guid>
      <dc:creator />
      <dc:date>2012-03-15T08:03:10Z</dc:date>
    </item>
  </channel>
</rss>

