<?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 totals in pivot tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943757#M77765</link>
    <description>&lt;P&gt;Hi, you can include 'dimensionality' to your formula for better accuracy:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(Dimensionality()=0 and RowNo()=1, Green(),
if(Dimensionality()=1 and RowNo()=1, LightBlue(),
if(Dimensionality()=2 and RowNo()=0, LightCyan() )))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 05:57:03 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2022-06-15T05:57:03Z</dc:date>
    <item>
      <title>Color totals in pivot tables</title>
      <link>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943479#M77745</link>
      <description>&lt;P&gt;I am trying to color code the total columns in my pivot table so they are easier to stand out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to color code each dimension&amp;nbsp; total without issue but having trouble doing so on the measures.&lt;/P&gt;
&lt;P&gt;I have the below chart and I basically want the total value to highlighted in each section.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tomf122_0-1655217684634.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81728iF0D692CE8537C17E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tomf122_0-1655217684634.png" alt="tomf122_0-1655217684634.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Current logic i have which is working for the first total but not the second as its highlighting individual totals to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If(rowno() =0,rgb(0,220,255),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If(rowno() =1,rgb(0,0,255)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to declare the total rows so these can be set ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 14:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943479#M77745</guid>
      <dc:creator>tomf122</dc:creator>
      <dc:date>2022-06-14T14:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Color totals in pivot tables</title>
      <link>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943757#M77765</link>
      <description>&lt;P&gt;Hi, you can include 'dimensionality' to your formula for better accuracy:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(Dimensionality()=0 and RowNo()=1, Green(),
if(Dimensionality()=1 and RowNo()=1, LightBlue(),
if(Dimensionality()=2 and RowNo()=0, LightCyan() )))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 05:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943757#M77765</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-06-15T05:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Color totals in pivot tables</title>
      <link>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943932#M77779</link>
      <description>&lt;P&gt;Thank you this is working great.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just for my own knowledge how does the dimensionality function work. I wouldn't be familiar with it.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943932#M77779</guid>
      <dc:creator>tomf122</dc:creator>
      <dc:date>2022-06-15T10:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Color totals in pivot tables</title>
      <link>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943943#M77780</link>
      <description>&lt;P&gt;Qlik Help could be the first source to look at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/dimensionality.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/dimensionality.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-totals-in-pivot-tables/m-p/1943943#M77780</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-06-15T10:34:55Z</dc:date>
    </item>
  </channel>
</rss>

