<?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>idea Re: Alternate row shading for tables in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1746177#M3558</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37484"&gt;@mmarchese&lt;/a&gt;&amp;nbsp; Thanks for the suggestion on the theme.&amp;nbsp; I will try this out!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2020 20:41:22 GMT</pubDate>
    <dc:creator>ieydis</dc:creator>
    <dc:date>2020-09-22T20:41:22Z</dc:date>
    <item>
      <title>Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idi-p/1689541</link>
      <description>&lt;P&gt;Suggesting an option for tables have a feature to alternate row shading.&amp;nbsp; This would make the data easier to read and process, especially for numerical values having many rows.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 15:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idi-p/1689541</guid>
      <dc:creator>ieydis</dc:creator>
      <dc:date>2020-11-25T15:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1689545#M1722</link>
      <description>&lt;P&gt;Agreed&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 16:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1689545#M1722</guid>
      <dc:creator>adaniels22</dc:creator>
      <dc:date>2020-03-31T16:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1693468#M1770</link>
      <description>&lt;P&gt;+1 This is a good idea.&amp;nbsp; I would think Qlik could just update the included themes ever so slightly to implement it, but what do I know.&lt;/P&gt;&lt;P&gt;In the meantime, you can use the theme I made, which is just the regular "Classic" theme but with the following CSS to get alternating white and green backgrounds.&amp;nbsp; I don't see a button to attach it, so here are the contents of the 3 files that you need to zip up and import.&lt;/P&gt;&lt;P&gt;theme-sense-classic-with-green-bars.qext:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
	"name": "Sense Classic with Green Bars",
	"description": "This theme is the same as the Sense Classic theme but with
	alternating row colors in straight tables.",
	"type": "theme",
	"version": "1.0.0",
	"author": "Mike Marchese"
}&lt;/LI-CODE&gt;&lt;P&gt;theme.css&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.qv-object-table .qv-inner-object .qv-object-content-container .qv-grid-object-scroll-area table tr:nth-child(even) {
    background: rgb(212, 255, 215)
}

.qv-object-table .qv-inner-object .qv-object-content-container .qv-grid-object-scroll-area table tr:nth-child(odd) {
    background: #ffffff
}&lt;/LI-CODE&gt;&lt;P&gt;theme.json&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "_inherit": true,
  "customStyles": [
    {
      "cssRef": "theme.css",
      "classRef": "my-theme"
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 20:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1693468#M1770</guid>
      <dc:creator>mmarchese</dc:creator>
      <dc:date>2020-04-14T20:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1695241#M1854</link>
      <description>&lt;P&gt;Thank you for your feedback on ways to improve our product. While this is something we understand would be useful, it's not on the short-term roadmap. Please continue to show your support for this idea.&lt;/P&gt;&lt;P&gt;It is possible today using a formula, set the bg color to &lt;EM&gt;=if(mod(rowno(total),2)=0,'lightgray')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;For an example see sheet "Pajama striping"&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Top-10-Viz-tricks-Qonnections-2019/ta-p/1580174" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Top-10-Viz-tricks-Qonnections-2019/ta-p/1580174&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 12:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1695241#M1854</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2020-04-21T12:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1695290#M1863</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;Thanks for the suggestion.&amp;nbsp; Unfortunately, when using that approach, you have to set the bg color to that formula &lt;EM&gt;for every column, in every table, on every sheet, in every app&lt;/EM&gt;.&amp;nbsp; That's a whole lot of busywork, so I don't recommend it.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 14:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1695290#M1863</guid>
      <dc:creator>mmarchese</dc:creator>
      <dc:date>2020-04-21T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1696106#M1985</link>
      <description>This is a must feature</description>
      <pubDate>Thu, 23 Apr 2020 11:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1696106#M1985</guid>
      <dc:creator>Sajid_Mahmood</dc:creator>
      <dc:date>2020-04-23T11:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1746177#M3558</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37484"&gt;@mmarchese&lt;/a&gt;&amp;nbsp; Thanks for the suggestion on the theme.&amp;nbsp; I will try this out!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 20:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1746177#M3558</guid>
      <dc:creator>ieydis</dc:creator>
      <dc:date>2020-09-22T20:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1749290#M3685</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp; Unfortunately, with your formula approach, sorting on Y- Value will be affected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGV_0-1601663082372.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41662iB8964A76361AADB5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGV_0-1601663082372.png" alt="SGV_0-1601663082372.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1749290#M3685</guid>
      <dc:creator>SGV</dc:creator>
      <dc:date>2020-10-02T18:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1752995#M3802</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118949"&gt;@SGV&lt;/a&gt;&amp;nbsp; true, a possible workaround is to use/create another numeric field with order to use instead of rowno().&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 19:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1752995#M3802</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2020-10-15T19:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1761895#M4279</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118949"&gt;@SGV&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37484"&gt;@mmarchese&lt;/a&gt;&amp;nbsp; or to use rank() instead of rowno().&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 12:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1761895#M4279</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2020-11-16T12:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1808687#M6256</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;Hello! We do use the mod rowno technique for shading. Usually it works fine; however,&amp;nbsp; we run into problems (where the shading is NOT every other row) when we are excluding zeros from a table. (In Data Handling, we have unchecked "Include zero values".) Do you have a way to address this issue? Your help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Charlotte Shea&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 12:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/1808687#M6256</guid>
      <dc:creator>charshea</dc:creator>
      <dc:date>2021-05-18T12:41:01Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/2118242#M15554</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274657" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 16:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/2118242#M15554</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-09-18T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row shading for tables - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/2118243#M15555</link>
      <description />
      <pubDate>Mon, 18 Sep 2023 16:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Alternate-row-shading-for-tables/idc-p/2118243#M15555</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-09-18T16:55:39Z</dc:date>
    </item>
  </channel>
</rss>

