<?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: Color the total row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-the-total-row/m-p/965096#M330897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to detect the Total row in an if() with dimensionality(). Try adding a &lt;SPAN style="font-size: 13.3333px;"&gt;dimensionality() column to your chart to make sure you are testing the right value. Can you upload a sample?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 00:02:16 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-11-10T00:02:16Z</dc:date>
    <item>
      <title>Color the total row</title>
      <link>https://community.qlik.com/t5/QlikView/Color-the-total-row/m-p/965095#M330896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart where the background colors are changed for each of the expression , I have an expression something like if col1&amp;gt;col2 then yellow kind of , my problem is even total row is getting colored when the above condition is satisfied which I don't want.&lt;/P&gt;&lt;P&gt;I tried changing the background color by right click custom format cell , dimenstionality() , rowno () = 0 in the if statements .. nothing worked , how do I specify not to color total rows ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 23:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-the-total-row/m-p/965095#M330896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T23:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Color the total row</title>
      <link>https://community.qlik.com/t5/QlikView/Color-the-total-row/m-p/965096#M330897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to detect the Total row in an if() with dimensionality(). Try adding a &lt;SPAN style="font-size: 13.3333px;"&gt;dimensionality() column to your chart to make sure you are testing the right value. Can you upload a sample?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 00:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-the-total-row/m-p/965096#M330897</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-10T00:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Color the total row</title>
      <link>https://community.qlik.com/t5/QlikView/Color-the-total-row/m-p/965097#M330898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExampleData:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Country, IsActive,Qty&lt;/P&gt;&lt;P&gt;A,Y,5&amp;nbsp; &lt;/P&gt;&lt;P&gt;A,Y,5 &lt;/P&gt;&lt;P&gt;A,Y,5 &lt;/P&gt;&lt;P&gt;B,N,3&lt;/P&gt;&lt;P&gt;C,N,1 &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table chart with Country and IsActive as dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="20151109_1.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104594_20151109_1.GIF" style="height: 103px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First expression is sum(qty).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 - Dimensionality()&lt;/P&gt;&lt;P&gt;Expression 3 - Dimensionality(), but with Total Mode set to No Total.&lt;/P&gt;&lt;P&gt;Expression 4 - Dimensionality(). Totals turned back on, Background Color set to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum(Qty)&amp;gt;10,LightBlue(),LightGray())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 5 - Dimensionality(). Totals turned back on, Background Color set to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Dimensionality()=0,red(),if(sum(Qty)&amp;gt;10,LightBlue(),LightGray()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show as grey instead, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Dimensionality()=0,RGB(240,240,240),if(sum(Qty)&amp;gt;10,LightBlue(),LightGray()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Background Color is available by clicking the plus symbol next to the expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="20151109_2.GIF" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/104595_20151109_2.GIF" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 01:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-the-total-row/m-p/965097#M330898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T01:55:08Z</dc:date>
    </item>
  </channel>
</rss>

