<?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: Coloring total row in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616879#M45913</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just create or download any custom theme, then customize its' .css file.&lt;/P&gt;&lt;P&gt;You can download custom theme from; &lt;A href="https://sensetheme.com/" target="_blank" rel="noopener"&gt;https://sensetheme.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2019 06:55:38 GMT</pubDate>
    <dc:creator>mfarsln</dc:creator>
    <dc:date>2019-08-27T06:55:38Z</dc:date>
    <item>
      <title>Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1594722#M43759</link>
      <description>&lt;P&gt;I want to color the totals row in a straight table.&amp;nbsp; Not finding anything that works so far.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 18:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1594722#M43759</guid>
      <dc:creator>TBQlikNewbi</dc:creator>
      <dc:date>2019-06-21T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1594778#M43762</link>
      <description>&lt;P&gt;Add the measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Dimensionality()&lt;/P&gt;&lt;P&gt;to your table as a learning exercise.&amp;nbsp; You'll see that your total row(s) have a different value for the total row.&amp;nbsp; So for example, you can use a background color expression like:&lt;/P&gt;&lt;P&gt;=if(DImensionality() = 1, green(), white())&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 00:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1594778#M43762</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-06-22T00:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1595778#M43858</link>
      <description>&lt;P&gt;Thanks for your response.&amp;nbsp; I did as you suggested, and the number in my "=Dimensionality()" measure column is 3, and in the totals row it is 0.&amp;nbsp; So I put this expression for background color in the dimensionality() measure column:&lt;/P&gt;&lt;P&gt;=if(Dimensionality() = 0, LightGray(), White())&lt;/P&gt;&lt;P&gt;And still, no color change ....&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 15:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1595778#M43858</guid>
      <dc:creator>TBQlikNewbi</dc:creator>
      <dc:date>2019-06-25T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1596035#M43868</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/66239"&gt;@TBQlikNewbi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be easily made within the CSS file but I'm not sure you want to touch it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anyway, I'm attaching the solution, you'll need to change the following class within the client.css file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;.qv-st-header .qv-st-total-cell {
    border-bottom: 1px solid #a6a6a6;
    background: blueviolet;
}&lt;/LI-CODE&gt;&lt;P&gt;I gave the background property the color of blueviolet.&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 390px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14441i69A631D139388877/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Eli.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 07:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1596035#M43868</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2019-06-26T07:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616811#M45907</link>
      <description>&lt;P&gt;Coming back to this&amp;nbsp; late I know.&amp;nbsp; It looks like Qlik Sense does not apply background color expression to the Totals row in any circumstance.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 21:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616811#M45907</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-08-26T21:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616872#M45909</link>
      <description>&lt;P&gt;Hi Eli,&lt;/P&gt;&lt;P&gt;Where does this css file located?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 06:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616872#M45909</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-08-27T06:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616873#M45910</link>
      <description>&lt;P&gt;C:\Program Files\Qlik\Sense\Client\assets\client&lt;/P&gt;&lt;P&gt;But I prefer to use a custom theme and edit it's CSS file.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 06:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616873#M45910</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2019-08-27T06:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616874#M45911</link>
      <description>&lt;P&gt;Does it also applicable for desktop version?&lt;/P&gt;&lt;P&gt;I am testing on my local right now.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 06:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616874#M45911</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-08-27T06:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616875#M45912</link>
      <description>&lt;P&gt;I couldn't find Qlik folder under Program Files.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 06:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616875#M45912</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-08-27T06:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616879#M45913</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just create or download any custom theme, then customize its' .css file.&lt;/P&gt;&lt;P&gt;You can download custom theme from; &lt;A href="https://sensetheme.com/" target="_blank" rel="noopener"&gt;https://sensetheme.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 06:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616879#M45913</guid>
      <dc:creator>mfarsln</dc:creator>
      <dc:date>2019-08-27T06:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616881#M45914</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After downloading, where should i place this theme file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 07:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616881#M45914</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-08-27T07:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring total row</title>
      <link>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616883#M45915</link>
      <description>&lt;P&gt;If you are using desktop, you should place it under '\\Documents\Qlik\Sense\Extensions'&lt;/P&gt;&lt;P&gt;If you are using server, you should import it as an extension from qmc.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 07:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Coloring-total-row/m-p/1616883#M45915</guid>
      <dc:creator>mfarsln</dc:creator>
      <dc:date>2019-08-27T07:08:16Z</dc:date>
    </item>
  </channel>
</rss>

