<?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 conditional formatting in a pivot table chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304305#M406125</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 would like to implement a Red and Green colour based on my target in my pivot table chart. Can someone please help me how to do this in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170137_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;thanks a lot in advance&lt;/P&gt;&lt;P&gt;Sowjnaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jul 2017 15:31:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-13T15:31:07Z</dc:date>
    <item>
      <title>conditional formatting in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304305#M406125</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 would like to implement a Red and Green colour based on my target in my pivot table chart. Can someone please help me how to do this in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170137_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;thanks a lot in advance&lt;/P&gt;&lt;P&gt;Sowjnaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304305#M406125</guid>
      <dc:creator />
      <dc:date>2017-07-13T15:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: conditional formatting in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304306#M406126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are your threshold values for the colors Red and Green. Write an expression like click on + sign on the expression then in the BackgroundColor format double click to open the expr editor and write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(yourexpression &amp;lt; 0.95, Red(), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IF(yourexpression &amp;gt;= 0.95 and yourexpresion &amp;lt; 0.98, Yellow(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IF(yourexpression &amp;gt;= 0.98, Green() )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304306#M406126</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-13T15:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: conditional formatting in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304307#M406127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open the additional Expression attributes - the little "+" next to the Expression name, and configure the Background Color and the Text color. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Actual&amp;gt;$(vTarget), green(), red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Upgrade your Qlik skills with my book&amp;nbsp; &lt;A href="https://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=098202df27917ab9836332cf063c51f5"&gt;QlikView Your Business&lt;/A&gt; - An expert Guide to QlikView and Qlik Sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304307#M406127</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-07-13T15:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: conditional formatting in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304308#M406128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg and Vishwanath..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are correct. it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-formatting-in-a-pivot-table-chart/m-p/1304308#M406128</guid>
      <dc:creator />
      <dc:date>2017-07-13T15:48:00Z</dc:date>
    </item>
  </channel>
</rss>

