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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
clarachac
Contributor III
Contributor III

Color the total columns in a Pivot table

Hello,

How can I add a color to the columns in yellow below (total line and column): 

clarachac_0-1716387620079.png

I know how to color the line, by adding IF(Dimensionality()=0, '#E0E0E0')  in the measure

clarachac_1-1716387704013.png

But what can I add a color the column too? 

Thank you

 

Labels (3)
1 Solution

Accepted Solutions
JHuis
Creator III
Creator III

u can use the new pivot table and style the totals label

View solution in original post

4 Replies
TauseefKhan
Creator III
Creator III

To color the total columns Use:

IF(Dimensionality() = 1, '#FFFF00')

JHuis
Creator III
Creator III

u can use the new pivot table and style the totals label

clarachac
Contributor III
Contributor III
Author

IF(Dimensionality() = 1, '#FFFF00') 
colors all the values of the table, not only the total column 😞

clarachac
Contributor III
Contributor III
Author

Hello,

I have a problem with the P&L pivot table, the total doesn't appear :

clarachac_0-1716467545653.png