<?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 color each row different, header is also colored in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341416#M126125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's still present in QV11 .. but there are bigger issues in QV11 than this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont see how i can use your link. It describes to use the visual cues.&lt;/P&gt;&lt;P&gt;But i need to color the row based on the rowno not on an expression.&lt;/P&gt;&lt;P&gt;if rowno is even then color1, else color2&lt;/P&gt;&lt;P&gt;i could make an expression for this and then put the visual cue on it. But it will give me an addiontal column, which i dont want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2012 19:05:56 GMT</pubDate>
    <dc:creator>amien</dc:creator>
    <dc:date>2012-04-07T19:05:56Z</dc:date>
    <item>
      <title>color each row different, header is also colored</title>
      <link>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341411#M126120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use this to color my colors in the background expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(MOD(ROWNO(TOTAL),2)=0,RGB(204,204,255),IF(MOD(ROWNO(TOTAL),2)=1,WHITE(),BLACK()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works perfectly, except that the header is also colored, and not changed to black. Customer Format field doesn't help.&lt;/P&gt;&lt;P&gt;How can i fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 18:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341411#M126120</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2012-04-06T18:24:17Z</dc:date>
    </item>
    <item>
      <title>color each row different, header is also colored</title>
      <link>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341412#M126121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding a Dimensionality() clause to the IF statement.&amp;nbsp; Doesn't always work but it might in your case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =IF(Dimensionality()=0,Black(),IF(MOD(ROWNO(TOTAL),2)=0,RGB(204,204,255),IF(MOD(ROWNO(TOTAL),2)=1,WHITE(),BLACK())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 22:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341412#M126121</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-06T22:15:24Z</dc:date>
    </item>
    <item>
      <title>color each row different, header is also colored</title>
      <link>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341413#M126122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope , doesn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i switched to a straight table instead of a pivot. It sufficient for now, but i would like the solution to this problem for the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 15:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341413#M126122</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2012-04-07T15:08:19Z</dc:date>
    </item>
    <item>
      <title>color each row different, header is also colored</title>
      <link>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341414#M126123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 15:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341414#M126123</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-07T15:44:47Z</dc:date>
    </item>
    <item>
      <title>color each row different, header is also colored</title>
      <link>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341415#M126124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand correctly, you are talking about this issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/61747#61747"&gt;http://community.qlik.com/message/61747&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is still present in QV11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 18:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341415#M126124</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-04-07T18:55:54Z</dc:date>
    </item>
    <item>
      <title>color each row different, header is also colored</title>
      <link>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341416#M126125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's still present in QV11 .. but there are bigger issues in QV11 than this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont see how i can use your link. It describes to use the visual cues.&lt;/P&gt;&lt;P&gt;But i need to color the row based on the rowno not on an expression.&lt;/P&gt;&lt;P&gt;if rowno is even then color1, else color2&lt;/P&gt;&lt;P&gt;i could make an expression for this and then put the visual cue on it. But it will give me an addiontal column, which i dont want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 19:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-each-row-different-header-is-also-colored/m-p/341416#M126125</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2012-04-07T19:05:56Z</dc:date>
    </item>
  </channel>
</rss>

