Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Kaushik2020
Creator III
Creator III

How to change text colour property for Totals in Pivot

Hi All, 

We are using November 2023 Patch 9 version of Qlik Sense enterprise. 

Just wanted to know if there exist a property or a method using which I can change the text color for the totals shown in a Pivot table. Please see highlighted in the image. Thanks in Advance.

 

kaushi2020_0-1717574183769.png

 

 

Labels (4)
1 Solution

Accepted Solutions
sk88024
Creator
Creator

you can use this expression for Text color of Total

if(IsNull( Dimension_Name ),red())

sk88024_0-1717588731435.png

 

View solution in original post

1 Reply
sk88024
Creator
Creator

you can use this expression for Text color of Total

if(IsNull( Dimension_Name ),red())

sk88024_0-1717588731435.png