<?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: Color not matching in pivot chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775954#M668700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u mentioned ,your issue is.&lt;/P&gt;&lt;P&gt;you are using this condition.&lt;/P&gt;&lt;P&gt;if column 1(sales target)- column 2(sales actual) is not equals to 0,then it should show red else it should show green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after that you wrote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is some difference values are in red and green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(now as per your condition values will come in green and red only ,according to the condition.if target-sales=0 then it will show green and if target-sales is&amp;nbsp; not equals to 0 then it will show red.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any betr way to give any color to the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any issue in this.&lt;/P&gt;&lt;P&gt;If you can explain your issue properly it will b gr8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sudhanshu shrivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 09:06:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-06T09:06:32Z</dc:date>
    <item>
      <title>Color not matching in pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775950#M668696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Pivot Chart with some dimensions. I took sum(target) adn sum(sales)&amp;nbsp; expressions.&lt;/P&gt;&lt;P&gt;and for difference I took =column(1)-column(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For color I coded =if(column(1)-column(2)&amp;lt;&amp;gt;0,RGB(255,0,0),RGB(0,191,0)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is some difference&amp;nbsp; values are in RGB(255,0,0)(RED) and RGB(0,191,0)) (Green).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any better way of giving color to the difference??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 07:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775950#M668696</guid>
      <dc:creator />
      <dc:date>2014-11-06T07:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Color not matching in pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775951#M668697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are doing it fine at setting the color in expression. But the point is that if you want to use red for taget&amp;gt;sales and green for sales&amp;gt;target, then modify the expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(column(1)-column(2) &lt;STRONG&gt;&amp;gt; &lt;/STRONG&gt;0,RGB(255,0,0),RGB(0,191,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 07:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775951#M668697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T07:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Color not matching in pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775952#M668698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want target&amp;lt;&amp;gt;sales not sales &amp;gt; target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 07:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775952#M668698</guid>
      <dc:creator />
      <dc:date>2014-11-06T07:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Color not matching in pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775953#M668699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my misunderstood. In that case, I do not get what difference values are you refeering to. Can you post an exammple?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 07:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775953#M668699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T07:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Color not matching in pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775954#M668700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u mentioned ,your issue is.&lt;/P&gt;&lt;P&gt;you are using this condition.&lt;/P&gt;&lt;P&gt;if column 1(sales target)- column 2(sales actual) is not equals to 0,then it should show red else it should show green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after that you wrote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is some difference values are in red and green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(now as per your condition values will come in green and red only ,according to the condition.if target-sales=0 then it will show green and if target-sales is&amp;nbsp; not equals to 0 then it will show red.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any betr way to give any color to the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any issue in this.&lt;/P&gt;&lt;P&gt;If you can explain your issue properly it will b gr8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sudhanshu shrivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-not-matching-in-pivot-chart/m-p/775954#M668700</guid>
      <dc:creator />
      <dc:date>2014-11-06T09:06:32Z</dc:date>
    </item>
  </channel>
</rss>

