<?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 Expression Based on Change of Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958291#M528487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a pivot table which shows values (expression) side by side based on a different dimension. Is there a way to write a statement on the font color of the expression to perform the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension is numeric, therefore if the expression in the max dimension is different than in any other dimension do X (e.g. bold, black, etc.) or be the default format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 19:45:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-19T19:45:50Z</dc:date>
    <item>
      <title>Color Expression Based on Change of Values</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958291#M528487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a pivot table which shows values (expression) side by side based on a different dimension. Is there a way to write a statement on the font color of the expression to perform the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension is numeric, therefore if the expression in the max dimension is different than in any other dimension do X (e.g. bold, black, etc.) or be the default format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 19:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958291#M528487</guid>
      <dc:creator />
      <dc:date>2015-08-19T19:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Color Expression Based on Change of Values</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958292#M528490</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;Try This as background colour for expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimension = max(expression), Blue, RGB(179,179,179))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 19:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958292#M528490</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-08-19T19:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Color Expression Based on Change of Values</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958293#M528492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;expression-&amp;gt;Text Color&lt;/P&gt;&lt;P&gt;if(Dimension=Max(Exprssn),Red(),Yellow())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 06:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958293#M528492</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-08-20T06:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Color Expression Based on Change of Values</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958294#M528493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your input. I was able to resolve. Here is the syntax I used below in case others have this issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ONLY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Expression]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AFTER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ONLY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Expression]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ISNULL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AFTER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ONLY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exoression]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(3,5,243)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 13:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-Based-on-Change-of-Values/m-p/958294#M528493</guid>
      <dc:creator />
      <dc:date>2015-08-20T13:51:53Z</dc:date>
    </item>
  </channel>
</rss>

