<?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 shading in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442538#M432684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to open the QV file which you have attached here but it is not opening.&lt;/P&gt;&lt;P&gt;Can you please send me the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2018 10:07:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-23T10:07:36Z</dc:date>
    <item>
      <title>Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442533#M432679</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;How can I achieve the attached pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to shade the background color as blue and white as per the country and the product alternatively.&lt;/P&gt;&lt;P&gt;But it should be dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if product count is increasing at later point of time then the shading will also go with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out with the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 07:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442533#M432679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-21T07:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442534#M432680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use ARGB() instead RGB()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3334"&gt;Using RGB() and ARGB() to define colors&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 07:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442534#M432680</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-21T07:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442535#M432681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially i was using the below expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=IF(EVEN(SubField(RowNo(TOTAL)/8.1,'.',1)),RGB(179,234,255))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;which is a hardcoded one because when my product list is increasing then the i have to modify expression again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;And if one country is having 7 products and another is having 8 products then also my expression is going wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Later I have used the below expression but with this expression all country products and contract rate is going blue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want athe shading altrenatively&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(count(DISTINCT([Product Type])),RGB(179,234,255))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 07:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442535#M432681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-21T07:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442536#M432682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your last expression working? I don't think so..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try this way?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Color(FieldIndex('Product Type',Count([Product Type])))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note - &lt;/STRONG&gt;If not working, can you provide image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 07:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442536#M432682</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-21T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442537#M432683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a way but it's a little complex, I think maybe there is better way to do this, I'm trying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the method is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create another table and only have 2 columns. 1:Country 2. Rowno()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you use the field of rowno to change the background color. But your sort needs to be the same with the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample below.&lt;/P&gt;&lt;P&gt;Hope it's helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aiolos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 08:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442537#M432683</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2017-12-21T08:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442538#M432684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to open the QV file which you have attached here but it is not opening.&lt;/P&gt;&lt;P&gt;Can you please send me the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 10:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442538#M432684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-23T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442539#M432685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;In my sample, in background color of expression, the expression is =if(Even(test),Green(),Blue())&lt;/P&gt;&lt;P&gt;test is another column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aiolos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 10:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442539#M432685</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-05-23T10:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442540#M432686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not getting the desired result.All rows are getting blue colored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the expected result.&lt;/P&gt;&lt;P&gt;Desc: I have 2 dimension viz Country and Product.For 1 country I have 4 product while for other 4 or 5 or 2.&lt;/P&gt;&lt;P&gt;My color shading should happen accordingly and alternatively for country&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203218_Chart1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;As of now I am using the below expression in my background &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;IF(EVEN(SubField(RowNo(TOTAL)/4.1,'.',1)),RGB(226,226,226))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Which is a hardcoded and working wrongly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;If I am using the above expression then for first country it is working fine but for others it is happening as below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="Chart2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/203219_Chart2.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help me out with any generic solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanking you in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Nikita&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 13:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442540#M432686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-23T13:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442541#M432687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see my screenshot below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Color shading in Pivot table1.PNG" class="jive-image image-1" src="/legacyfs/online/203281_Color shading in Pivot table1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my pivot table, you can see dimension are "Month" and "Companies name",&lt;/P&gt;&lt;P&gt;expression is sum([Pickup Number])&lt;/P&gt;&lt;P&gt;The color control is in &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Color shading in Pivot table2.PNG" class="jive-image image-2" src="/legacyfs/online/203288_Color shading in Pivot table2.PNG" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The definition is =if(Even(aggr(NODISTINCT RowNo(),Month)),White(),lightBlue())&lt;/P&gt;&lt;P&gt;The sort of Month is also very important in my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try, any questions let me know.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aiolos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 01:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442541#M432687</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-05-24T01:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442542#M432688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look here :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2010/11/25/custom-formatting-table-cells/" title="http://www.qlikfix.com/2010/11/25/custom-formatting-table-cells/"&gt;http://www.qlikfix.com/2010/11/25/custom-formatting-table-cells/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I used the way via User Preferences (“Settings” -&amp;gt; “User Preferences”) and enabling the “Always Show Design Menu Items” option on the “Design”)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 08:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442542#M432688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T08:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442543#M432689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your solution.&lt;/P&gt;&lt;P&gt;It is working when I am giving the dimension country..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But one more situation is coming when I am giving a condition in my dimension.&lt;/P&gt;&lt;P&gt;When I am giving If(Region='APAC',Country) for Country dimension then the color shading is happening for 2 consecutive&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;countries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Chart3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203399_Chart3.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It will be great if you can help me with this too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Nikita&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 13:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442543#M432689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442544#M432690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you use that expression to be a dimension, then you can change your aggr function at the same time&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(Even(aggr(NODISTINCT RowNo(),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Region='APAC',Country)&lt;/SPAN&gt;)),White(),lightBlue())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Please try.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aiolos&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 02:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442544#M432690</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-05-25T02:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442545#M432691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am changing my aggr function then whole column is getting shaded.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(Even(aggr(NODISTINCT RowNo(),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Region='APAC',Country)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)),White(),lightBlue())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While with normal aggr funtion for the first 4 countries it is taking 2 countries alternatively. But for rest countries its working fine.&lt;/P&gt;&lt;P&gt;=if(Even(aggr(NODISTINCT RowNo(),Country)),White(),lightBlue())&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203464_Chart4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting where it is going wrong.&lt;/P&gt;&lt;P&gt;Please help if any possible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 07:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442545#M432691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-25T07:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442546#M432692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are glad to solve this in back-end script, I thought of a idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create another column maybe called "APAC_Country" in the back-end.&lt;/P&gt;&lt;P&gt;The logic is just &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Region='APAC',Country)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;And then you can use this column to be the dimension and also change the aggr function to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(Even(aggr(NODISTINCT RowNo(),&lt;SPAN style="font-size: 13.3333px;"&gt;APAC_Country&lt;/SPAN&gt;)),White(),lightBlue())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I tried in my script, it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;And also please remember the sort is important.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aiolos&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 07:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442546#M432692</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-05-25T07:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442547#M432693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got stuck in one more place.&lt;/P&gt;&lt;P&gt;Please find the below image.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aggr Function.PNG" class="jive-image image-1" src="/legacyfs/online/204120_Aggr Function.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aggr(NODISTINCT RowNo(),&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EMEIA_Country&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desc: UK value is taking 1 while Austria is taking 2 because of which my last two country is going in the same color as both are odd numbers i.e. 9 and 1.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have sorted Country from A to Z and I want Austria value to be taken as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please let me know &lt;/SPAN&gt;If you have any idea on it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Nikita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 12:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442547#M432693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T12:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442548#M432694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using qlikview 12? because in qlikview 12, there is a new function, the aggr function can sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aiolos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 02:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442548#M432694</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-06-04T02:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442549#M432695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am using Qlikview12.&lt;/P&gt;&lt;P&gt;If any possibility to change this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442549#M432695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T06:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442550#M432696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try below expression : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NODISTINCT RowNo()&lt;/SPAN&gt;, (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EMEIA_Country&lt;/SPAN&gt;,(TEXT, ASCENDING)))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Aiolos&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442550#M432696</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-06-04T06:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442551#M432697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Aiolos.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Now everything is working as expected.!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 07:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442551#M432697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-07T07:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Color shading in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442552#M432698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's good~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 03:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-shading-in-Pivot-table/m-p/1442552#M432698</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-06-08T03:04:17Z</dc:date>
    </item>
  </channel>
</rss>

