<?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 Coloring RowNo() issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coloring-RowNo-issue/m-p/1688936#M725995</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'am facing an issue about coloration lines. I have date set with Personne field. For each value of this field i'd like alternate colors -&amp;gt; For rows corresponding personne 1 red line, for personne 2 green line, for personne 3 red line etc,...&lt;/P&gt;&lt;P&gt;For this i used a dimension&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=aggr(RowNo(),Personne)&lt;/LI-CODE&gt;&lt;P&gt;Its ok, i have a rowno() value for each Personne.&lt;/P&gt;&lt;P&gt;But when i use this in background color formula, it doesn't works&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=if(even(aggr(RowNo(),Personne)),LightGreen(), LightRed())&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="P6.jpg" style="width: 382px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30865iDB7FB59A0A03566E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="P6.jpg" alt="P6.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So personne 2 should be green but there is only green for first row of Personne 2. See the attached .qvw file.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Coloring RowNo() issue</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-RowNo-issue/m-p/1688936#M725995</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'am facing an issue about coloration lines. I have date set with Personne field. For each value of this field i'd like alternate colors -&amp;gt; For rows corresponding personne 1 red line, for personne 2 green line, for personne 3 red line etc,...&lt;/P&gt;&lt;P&gt;For this i used a dimension&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=aggr(RowNo(),Personne)&lt;/LI-CODE&gt;&lt;P&gt;Its ok, i have a rowno() value for each Personne.&lt;/P&gt;&lt;P&gt;But when i use this in background color formula, it doesn't works&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=if(even(aggr(RowNo(),Personne)),LightGreen(), LightRed())&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="P6.jpg" style="width: 382px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30865iDB7FB59A0A03566E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="P6.jpg" alt="P6.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So personne 2 should be green but there is only green for first row of Personne 2. See the attached .qvw file.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-RowNo-issue/m-p/1688936#M725995</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring RowNo() issue</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-RowNo-issue/m-p/1688940#M725996</link>
      <description>&lt;P&gt;Use &lt;STRONG&gt;NoDistinct&lt;/STRONG&gt; with aggr(), like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if(even(aggr(NODISTINCT RowNo(),Personne)),LightGreen(), LightRed())&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 30 Mar 2020 10:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-RowNo-issue/m-p/1688940#M725996</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-03-30T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring RowNo() issue</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-RowNo-issue/m-p/1688949#M725997</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 11:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-RowNo-issue/m-p/1688949#M725997</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2020-03-30T11:29:35Z</dc:date>
    </item>
  </channel>
</rss>

