<?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: Dynamic Color Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Color-Expression/m-p/1029335#M927918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandy, maybe you can use this background expression:&lt;/P&gt;&lt;P&gt;If([ExpressionName]&amp;lt;=Only({&amp;lt;Color={'Green'}&amp;gt;} [Value to]), Green(),&lt;/P&gt;&lt;P&gt; If([ExpressionName]&amp;gt;=Only({&amp;lt;Color={'Red'}&amp;gt;} [Value from]), Red(), Yellow()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a variable with that content and this bg expression:&lt;/P&gt;&lt;P&gt;$(VariableName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the Green(), Red(), Yellow() for the RGB() you want, and [ExpressionName] to your current expression name, if the name is also an expression you can use [$(CopyNameExpressionHere)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 19:31:02 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2016-03-31T19:31:02Z</dc:date>
    <item>
      <title>Dynamic Color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Color-Expression/m-p/1029334#M927917</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;Following is the table in my Data Model which may change this value at any time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Bar Chart having multiple bars in which i want to use this range of color.&lt;/P&gt;&lt;P&gt;But i cant do it hardcore.because it may change at any time so i want to use variable.&lt;/P&gt;&lt;P&gt;How can i implement it at Background Expression? How implement it in Varibale?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Color&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Value from&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Value to&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Green&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Amber &lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;95&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Red&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;96&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for Bar Chart are as follow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(total_exception)/sum(total_qty)*100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Color-Expression/m-p/1029334#M927917</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Color-Expression/m-p/1029335#M927918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandy, maybe you can use this background expression:&lt;/P&gt;&lt;P&gt;If([ExpressionName]&amp;lt;=Only({&amp;lt;Color={'Green'}&amp;gt;} [Value to]), Green(),&lt;/P&gt;&lt;P&gt; If([ExpressionName]&amp;gt;=Only({&amp;lt;Color={'Red'}&amp;gt;} [Value from]), Red(), Yellow()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a variable with that content and this bg expression:&lt;/P&gt;&lt;P&gt;$(VariableName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the Green(), Red(), Yellow() for the RGB() you want, and [ExpressionName] to your current expression name, if the name is also an expression you can use [$(CopyNameExpressionHere)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 19:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Color-Expression/m-p/1029335#M927918</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-03-31T19:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Color-Expression/m-p/1029336#M927919</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;maybe one solution using variables for the 2 limits could be:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120097" alt="QlikCommunity_Thread_211670_Pic1.JPG" class="jive-image image-1" height="326" src="https://community.qlik.com/legacyfs/online/120097_QlikCommunity_Thread_211670_Pic1.JPG" style="height: 326px; width: 561.444px;" width="561" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120113" alt="QlikCommunity_Thread_211670_Pic2.JPG" class="jive-image image-2" height="325" src="https://community.qlik.com/legacyfs/online/120113_QlikCommunity_Thread_211670_Pic2.JPG" style="max-width: 620px; height: 324.837px; width: 561px;" width="561" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120114" alt="QlikCommunity_Thread_211670_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/120114_QlikCommunity_Thread_211670_Pic3.JPG" style="height: 197px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120115" alt="QlikCommunity_Thread_211670_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/120115_QlikCommunity_Thread_211670_Pic4.JPG" style="height: 353px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 23:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Color-Expression/m-p/1029336#M927919</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-31T23:20:08Z</dc:date>
    </item>
  </channel>
</rss>

