<?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: Background Color in Pivot Table based on different conditions for Auto Totals ad Field Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677447#M63736</link>
    <description>&lt;P&gt;Please provide more info about how it should be, May be supply sample dashboard and explain the scenario.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 09:55:10 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2020-02-20T09:55:10Z</dc:date>
    <item>
      <title>Background Color in Pivot Table based on different conditions for Auto Totals ad Field Values</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677443#M63735</link>
      <description>&lt;P&gt;Hello, I use Background Coloration with conditions in Pivot Table to Highlight some Values.&lt;/P&gt;&lt;P&gt;Let´s say I want a green Background Color if the Value is greater than 20.&lt;/P&gt;&lt;P&gt;Now if I use the autogenerated Totals in Pivottable i get the Coloration in Totals Rows and columns for the same condition, but for example i want the Totals only to have a green Color if the Total Value is greater than 50.&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677443#M63735</guid>
      <dc:creator>heiko_schmidt</dc:creator>
      <dc:date>2024-11-16T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color in Pivot Table based on different conditions for Auto Totals ad Field Values</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677447#M63736</link>
      <description>&lt;P&gt;Please provide more info about how it should be, May be supply sample dashboard and explain the scenario.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 09:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677447#M63736</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-02-20T09:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color in Pivot Table based on different conditions for Auto Totals ad Field Values</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677567#M63737</link>
      <description>&lt;P&gt;Shure, here is an example.&lt;/P&gt;&lt;P&gt;As you can see the Totals row and column also have a background color and use the same condition as all other cells in this pivot table.&lt;/P&gt;&lt;P&gt;Now i want to use another condition for coloration of these totals.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28739iF73D24637C5CE866/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample.png" alt="Sample.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 13:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677567#M63737</guid>
      <dc:creator>heiko_schmidt</dc:creator>
      <dc:date>2020-02-20T13:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color in Pivot Table based on different conditions for Auto Totals ad Field Values</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677602#M63738</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use Dimensionality() function to give specific colors for totals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below code makes your totals green if totals &amp;gt; 50 and makes your other cells green if value of those cells &amp;gt; 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if(Dimensionality()=1, 
	if(Value&amp;gt;50, green(), red()), 
    if(Value&amp;gt;20, green(), red())
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 14:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677602#M63738</guid>
      <dc:creator>mfarsln</dc:creator>
      <dc:date>2020-02-20T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color in Pivot Table based on different conditions for Auto Totals ad Field Values</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677949#M63739</link>
      <description>&lt;P&gt;Yes, That's possible. But you need to do some custom setup with Inline load. Please try to attach sample file which demonstrates the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-in-Pivot-Table-based-on-different-conditions/m-p/1677949#M63739</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-02-21T09:37:40Z</dc:date>
    </item>
  </channel>
</rss>

