<?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 Shading every other row in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207735#M63383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a straight table it is a setting, but that doesn't work for a pivot table. However, you can set the background color on dimensions and expressions.&lt;/P&gt;&lt;P&gt;Dimension: click on the plus-sign in front of the dimension and double-click on the Background Color option.&lt;/P&gt;&lt;P&gt;Expression: click on the plus-sign in front of the dimension and click on the Background Color option. There is a Definition window on the right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the following expression to all the Background Color fields (dimensions and expressions):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(even(RowNo()),lightgray(),white())&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If you don't like the color, you can use a lot of other standard colors (search 'color' in the help) or use RGB(230,230,230) for lighter grey for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2010 16:57:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-11T16:57:05Z</dc:date>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207734#M63382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to shade every other row in a pivot table simply based on being the odd or even row number. In other words rows 1,3,5,6,9,etc. would be a color and 2,4,6,8,10,etc. would be another color.&lt;/P&gt;&lt;P&gt;I've tried to write code on the background color of the field using rowno() and count() but no success.&lt;/P&gt;&lt;P&gt;Any suggestions would be extremely helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 15:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207734#M63382</guid>
      <dc:creator />
      <dc:date>2010-01-11T15:48:20Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207735#M63383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a straight table it is a setting, but that doesn't work for a pivot table. However, you can set the background color on dimensions and expressions.&lt;/P&gt;&lt;P&gt;Dimension: click on the plus-sign in front of the dimension and double-click on the Background Color option.&lt;/P&gt;&lt;P&gt;Expression: click on the plus-sign in front of the dimension and click on the Background Color option. There is a Definition window on the right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the following expression to all the Background Color fields (dimensions and expressions):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(even(RowNo()),lightgray(),white())&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If you don't like the color, you can use a lot of other standard colors (search 'color' in the help) or use RGB(230,230,230) for lighter grey for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 16:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207735#M63383</guid>
      <dc:creator />
      <dc:date>2010-01-11T16:57:05Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207736#M63384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gud example is given by Mark. There is also a feature called 'ColorMix', see help. It is used to set colors for text, or background. More detail is available in manual on ColorMix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 10:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207736#M63384</guid>
      <dc:creator />
      <dc:date>2010-01-12T10:21:39Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207737#M63385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool ... thanks for the tip &lt;STRONG&gt;sunil18vns &lt;B&gt;&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/B&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 11:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207737#M63385</guid>
      <dc:creator />
      <dc:date>2010-01-12T11:03:10Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207738#M63386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Where can find the manual on ColorMix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207738#M63386</guid>
      <dc:creator />
      <dc:date>2010-01-12T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207739#M63387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can be found in the Help. Just search for 'colormix'. I can post the text if you like &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207739#M63387</guid>
      <dc:creator />
      <dc:date>2010-01-12T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207740#M63388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops, double post ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207740#M63388</guid>
      <dc:creator />
      <dc:date>2010-01-12T12:37:04Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207741#M63389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case, it works when I have one dimension. But when I put multiple dimensions, the same formula does not work. Can anyone please check and let me know the reason.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0184.Clipboard01.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0184.Clipboard01.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 13:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207741#M63389</guid>
      <dc:creator />
      <dc:date>2010-01-12T13:00:35Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207742#M63390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be able to do that, you need an identifier for field product.&lt;/P&gt;&lt;P&gt;That way you can replace the 'even(RowNo())' part with something that identifies each product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried the Color Mix Wizard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 13:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207742#M63390</guid>
      <dc:creator />
      <dc:date>2010-01-12T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207743#M63391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I searched for colormix in Help. I'm still not sure how to start/access the colormix wizard from the instructions below:&lt;/P&gt;&lt;P class="hcp1"&gt;With the &lt;STRONG&gt;Colormix Wizard&lt;/STRONG&gt;, opened from the &lt;STRONG&gt;File&lt;/STRONG&gt; menu in the &lt;STRONG&gt;Edit Expression&lt;/STRONG&gt; dialog, it is possible to create a colormix expression, i.e. an expression that calculates a dynamic color from a given measure.&lt;/P&gt;&lt;P class="hcp1"&gt;&lt;/P&gt;&lt;P class="hcp1"&gt;Can you give me more specific instructions to access the colormix wizard?&lt;/P&gt;&lt;P class="hcp1"&gt;Thanks&lt;/P&gt;&lt;P class="hcp1"&gt;Ward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 15:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207743#M63391</guid>
      <dc:creator />
      <dc:date>2010-01-12T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207744#M63392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure ...&lt;/P&gt;&lt;P&gt;Go to an expression in a chart/table/... and open the definition window. In the file menu you can find the Color Mix Wizard.&lt;/P&gt;&lt;P&gt;See image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 15:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207744#M63392</guid>
      <dc:creator />
      <dc:date>2010-01-12T15:41:01Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207745#M63393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark.&lt;/P&gt;&lt;P&gt;I've been searching the forum for examples using the ColorMix wizard. Do you know of any?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 16:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207745#M63393</guid>
      <dc:creator />
      <dc:date>2010-01-12T16:32:30Z</dc:date>
    </item>
    <item>
      <title>Shading every other row in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207746#M63394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, just learned about it today ...&lt;/P&gt;&lt;P&gt;Going to test it tomorrow though. I will post something about it afterwards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 16:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Shading-every-other-row-in-Pivot-table/m-p/207746#M63394</guid>
      <dc:creator />
      <dc:date>2010-01-12T16:39:12Z</dc:date>
    </item>
  </channel>
</rss>

