<?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: Alternate rows background color in straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520467#M106424</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131391"&gt;@jjustingkm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to use&amp;nbsp;the &lt;STRONG&gt;Total&lt;/STRONG&gt; key, RowNo(Total), as it calculates the row number across the entire data set being displayed in the tables. Use the following code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Even(RowNo(Total)), RGB(240, 240, 240), RGB(255, 255, 255))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you drop RowNo() and RowNo(Total) to the table (with multiple fields), you will notice the difference between these two.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jun 2025 19:36:15 GMT</pubDate>
    <dc:creator>alexquimu</dc:creator>
    <dc:date>2025-06-07T19:36:15Z</dc:date>
    <item>
      <title>Alternate rows background color in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520463#M106422</link>
      <description>&lt;P&gt;I used the below expression to get the alternate rows background color, If(Even(RowNo()), RGB(240, 240, 240), RGB(255, 255, 255)). It is working fine when I have one field but causing issues when add an extra column even if I apply the same expression in both fields.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 12:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520463#M106422</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-06-07T12:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate rows background color in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520467#M106424</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131391"&gt;@jjustingkm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to use&amp;nbsp;the &lt;STRONG&gt;Total&lt;/STRONG&gt; key, RowNo(Total), as it calculates the row number across the entire data set being displayed in the tables. Use the following code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Even(RowNo(Total)), RGB(240, 240, 240), RGB(255, 255, 255))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you drop RowNo() and RowNo(Total) to the table (with multiple fields), you will notice the difference between these two.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 19:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520467#M106424</guid>
      <dc:creator>alexquimu</dc:creator>
      <dc:date>2025-06-07T19:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate rows background color in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520478#M106425</link>
      <description>&lt;P&gt;Thank you! that works. Is that possible to change the background color for the field names on the top also?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 20:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520478#M106425</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-06-07T20:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate rows background color in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520480#M106426</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mean the dimension values? If so, you can click on the field name and change the background color expression. What's the logic you need to apply in this case?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alexquimu_0-1749329301479.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181141i86862F86B86F5B77/image-size/large?v=v2&amp;amp;px=999" role="button" title="alexquimu_0-1749329301479.png" alt="alexquimu_0-1749329301479.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 20:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520480#M106426</guid>
      <dc:creator>alexquimu</dc:creator>
      <dc:date>2025-06-07T20:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate rows background color in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520501#M106430</link>
      <description>&lt;P&gt;Hi, I am using a straight table and I am referring to the field label in the table.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2025 12:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520501#M106430</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-06-08T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate rows background color in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520883#M106478</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131391"&gt;@jjustingkm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To my knowledge, the background of the field label cannot be directly colored. However, you can modify the text color of the label itself (this is based on the May 2024 version):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alexquimu_0-1749652252268.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181245i86F3C337E74ACF48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alexquimu_0-1749652252268.png" alt="alexquimu_0-1749652252268.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 14:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternate-rows-background-color-in-straight-table/m-p/2520883#M106478</guid>
      <dc:creator>alexquimu</dc:creator>
      <dc:date>2025-06-11T14:34:20Z</dc:date>
    </item>
  </channel>
</rss>

