<?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: Pivot Table visualization - alternating row  colors in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/1803223#M65182</link>
    <description>&lt;P&gt;Thank you - yes,&amp;nbsp; I see the indented rows can have an effect on this - appreciate your help! Jerry&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 16:23:21 GMT</pubDate>
    <dc:creator>jerryr125</dc:creator>
    <dc:date>2021-04-27T16:23:21Z</dc:date>
    <item>
      <title>Pivot Table visualization - alternating row  colors</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/1802273#M65081</link>
      <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a Qlik Sense Pivot Table visualization.&lt;/P&gt;&lt;P&gt;I would like to alternate the row colors&amp;nbsp; so that every other row is blue (as an example).&lt;/P&gt;&lt;P&gt;The issue I have come across is that I am using three rows of data&amp;nbsp; - three levels of data (example : Organization,&amp;nbsp; Department, Team)&lt;/P&gt;&lt;P&gt;I tried this :&lt;/P&gt;&lt;P&gt;=if(rowNo()/2=floor(rowNo()/2),RGB(255, 255, 255),RGB(221,236,247))&lt;/P&gt;&lt;P&gt;It does color the rows but inconsistent when you go to the third level .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts ? thanks - Jerry&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 16:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/1802273#M65081</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2021-04-23T16:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table visualization - alternating row  colors</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/1802345#M65086</link>
      <description>&lt;P&gt;Hi, If you don't have indented rows (checkbox on presentation tab) this may work:&amp;nbsp;=if(Even(RowNo(TOTAL)),RGB(255, 255, 255),RGB(221,236,247))&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 07:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/1802345#M65086</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-04-24T07:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table visualization - alternating row  colors</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/1803223#M65182</link>
      <description>&lt;P&gt;Thank you - yes,&amp;nbsp; I see the indented rows can have an effect on this - appreciate your help! Jerry&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 16:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/1803223#M65182</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2021-04-27T16:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table visualization - alternating row  colors</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/2507694#M104377</link>
      <description>&lt;P&gt;How did you deal with nulls?&amp;nbsp; this will not&amp;nbsp; shade any cells with null&amp;nbsp; values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 21:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/2507694#M104377</guid>
      <dc:creator>dyy</dc:creator>
      <dc:date>2025-02-27T21:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table visualization - alternating row  colors</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/2507749#M104395</link>
      <description>&lt;P&gt;Hi, I explain that cells without any value between vertical and horizaontal dimensions is not painted, and usually it's accepted.&lt;/P&gt;
&lt;P&gt;If it's mandatory to paint all cells, you'll need to create a value for each combination, which might be not viable if there are too many combinations (from dimensions and selectors)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 07:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-visualization-alternating-row-colors/m-p/2507749#M104395</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-02-28T07:10:41Z</dc:date>
    </item>
  </channel>
</rss>

