<?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: Close color gap in pivot table's TOTAL row in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1894173#M73752</link>
    <description>&lt;P&gt;It is not a real solution, but when you switch the visualisation to "ident rows" (under presentation),&lt;BR /&gt;there are no gaps. IMHO "ident rows" is overal the more beautiful representation:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 247px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72510i47B1B94A51D620E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2022 09:09:38 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-02-17T09:09:38Z</dc:date>
    <item>
      <title>Close color gap in pivot table's TOTAL row</title>
      <link>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1893552#M73685</link>
      <description>&lt;P&gt;I have a pivot table like the one in the picture. The fields are colored according to their dimensionality.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as you can see the Total row has a gap.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2022-02-16 um 08.55.57.png" style="width: 491px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72410i6DD2DD61E9E26958/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2022-02-16 um 08.55.57.png" alt="Bildschirmfoto 2022-02-16 um 08.55.57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can I fill that gap with the same color?&lt;/P&gt;
&lt;P&gt;I'm open to any solution including custom themes or injected CSS.&lt;/P&gt;
&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 08:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1893552#M73685</guid>
      <dc:creator>Kellerassel</dc:creator>
      <dc:date>2022-02-16T08:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Close color gap in pivot table's TOTAL row</title>
      <link>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1894173#M73752</link>
      <description>&lt;P&gt;It is not a real solution, but when you switch the visualisation to "ident rows" (under presentation),&lt;BR /&gt;there are no gaps. IMHO "ident rows" is overal the more beautiful representation:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 247px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72510i47B1B94A51D620E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 09:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1894173#M73752</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-17T09:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Close color gap in pivot table's TOTAL row</title>
      <link>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1894183#M73756</link>
      <description>&lt;P&gt;Thanks for your reply. Yes, I was aware of that option. But part of me wanting to solve this problem is that 1. my users prefer unindented dimensions and 2. I'm really curious as to what might be the solution for this.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 09:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1894183#M73756</guid>
      <dc:creator>Kellerassel</dc:creator>
      <dc:date>2022-02-17T09:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Close color gap in pivot table's TOTAL row</title>
      <link>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1899191#M74221</link>
      <description>&lt;P&gt;I have found a solution using CSS. I inject the CSS via the &lt;EM&gt;Multi KPI&lt;/EM&gt; Object using &lt;EM&gt;Styles&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.qv-object-pivot-table tr:nth-child(3) {
background-color: #131d3b5c;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;EM&gt;Totals&lt;/EM&gt;-row is the 3rd row (and thus "child") in the table-HTML of the Pivot Table. And I can set a &lt;EM&gt;background-color&lt;/EM&gt;&amp;nbsp; for that row.&lt;BR /&gt;&lt;BR /&gt;It looks so much better now:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2022-03-02 um 10.50.03.png" style="width: 444px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/73356iAC1B27033E19FFA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2022-03-02 um 10.50.03.png" alt="Bildschirmfoto 2022-03-02 um 10.50.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 09:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Close-color-gap-in-pivot-table-s-TOTAL-row/m-p/1899191#M74221</guid>
      <dc:creator>Kellerassel</dc:creator>
      <dc:date>2022-03-02T09:52:50Z</dc:date>
    </item>
  </channel>
</rss>

