<?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 Alternate Background color in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292270#M108484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still its not working. I don't want to put color based on last dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at my Qlikview file, I am putting the Year &amp;amp; Month dimensions on top of the expression. &lt;/P&gt;&lt;P&gt;I want the color based on "Unit" column. Means, After that "Unit" column the row may be splitted based on tenant column. But still i want the same color for those tenant which is belong to the same "Unit".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check with my file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 05:09:25 GMT</pubDate>
    <dc:creator>ipauldur</dc:creator>
    <dc:date>2012-02-17T05:09:25Z</dc:date>
    <item>
      <title>Alternate Background color in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292268#M108482</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 want to shade the repeating color in pivot dimensions. It is like, all odd rows will be one color and the even rows should be in another color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the sample Qv file. In that file, i want to put the color based on Unit dimension in to all dimensions.&lt;/P&gt;&lt;P&gt;I tried with the Aggr() &amp;amp; Rank() functions. But didn't worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically the color should be based on the second column "Test" values. The expression is working fine. but the color is not showing perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 01:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292268#M108482</guid>
      <dc:creator>ipauldur</dc:creator>
      <dc:date>2012-02-17T01:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Background color in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292269#M108483</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;Use this expression as Background color expression for all Expressions and Dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Even(RowNo(TOTAL)), RGB(255, 255, 255), RGB(100,100,100))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 04:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292269#M108483</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-17T04:47:04Z</dc:date>
    </item>
    <item>
      <title>Alternate Background color in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292270#M108484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still its not working. I don't want to put color based on last dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at my Qlikview file, I am putting the Year &amp;amp; Month dimensions on top of the expression. &lt;/P&gt;&lt;P&gt;I want the color based on "Unit" column. Means, After that "Unit" column the row may be splitted based on tenant column. But still i want the same color for those tenant which is belong to the same "Unit".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check with my file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 05:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292270#M108484</guid>
      <dc:creator>ipauldur</dc:creator>
      <dc:date>2012-02-17T05:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Background color in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292271#M108485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your solution, but unfortunatly it has a negative impact on the sorting function of my straight table. When added as expression for background color, I'm not able to sort my expressions anymore. I just can sort via the dimension Headers.&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;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-Background-color-in-Pivot-table/m-p/292271#M108485</guid>
      <dc:creator>peschu123</dc:creator>
      <dc:date>2013-08-14T14:03:30Z</dc:date>
    </item>
  </channel>
</rss>

