<?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 Background color pivot table based on column total in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2459465#M98717</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;I've been struggling with this and hoping I could get some help. I have a pivot table with a field called Spec in the Row. The column area has 2 fields, region and area. I have turned on the Show totals toggle for the region column and would like to have all background color based on that totals.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As seen in the attached, I have turned on the "Show totals" toggle on the region column and can see that it is 1.46 for the first item in the row. I'd like the background color of the values in that row to be red if greater than 1.46 and green if lesser. And likewise, apply this for all rows.&lt;/P&gt;
&lt;P&gt;Appreciate any help with this.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 12:42:14 GMT</pubDate>
    <dc:creator>vivekraghu25</dc:creator>
    <dc:date>2024-06-05T12:42:14Z</dc:date>
    <item>
      <title>Background color pivot table based on column total</title>
      <link>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2459465#M98717</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;I've been struggling with this and hoping I could get some help. I have a pivot table with a field called Spec in the Row. The column area has 2 fields, region and area. I have turned on the Show totals toggle for the region column and would like to have all background color based on that totals.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As seen in the attached, I have turned on the "Show totals" toggle on the region column and can see that it is 1.46 for the first item in the row. I'd like the background color of the values in that row to be red if greater than 1.46 and green if lesser. And likewise, apply this for all rows.&lt;/P&gt;
&lt;P&gt;Appreciate any help with this.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 12:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2459465#M98717</guid>
      <dc:creator>vivekraghu25</dc:creator>
      <dc:date>2024-06-05T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Background color pivot table based on column total</title>
      <link>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2460290#M98790</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is that what you want to do ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_0-1717771213745.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167533iAD9609E8FF9FB947/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_0-1717771213745.png" alt="Antoine04_0-1717771213745.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If yes, here is the formula you need to write :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If(ColumnNo()=0,Blue(),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; If(Avg(Marge)&amp;gt;Avg(Total &amp;lt;Mois&amp;gt; Marge),Green(),LightRed()))&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Antoine&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 14:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2460290#M98790</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-06-07T14:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background color pivot table based on column total</title>
      <link>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2460529#M98801</link>
      <description>&lt;P&gt;Almost. But not exactly. To give an example, If the values in the first row are less than 9,14 then green, else red. Similarly for all rows.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 23:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2460529#M98801</guid>
      <dc:creator>vivekraghu25</dc:creator>
      <dc:date>2024-06-09T23:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background color pivot table based on column total</title>
      <link>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2460609#M98810</link>
      <description>&lt;P&gt;So, like this ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_0-1718003328708.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167606i0A8E84EB53089148/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_0-1718003328708.png" alt="Antoine04_0-1718003328708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or all the cells compared to 9.14 ?&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Antoine&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 07:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-color-pivot-table-based-on-column-total/m-p/2460609#M98810</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-06-10T07:12:39Z</dc:date>
    </item>
  </channel>
</rss>

