Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Ishaan_Kumar
Contributor III
Contributor III

Coloring Totals column in Pivot table in Qlik sense

test_doubt.PNG

I need to color the totals column only . 

Labels (1)
1 Solution

Accepted Solutions
rubenmarin

Hi, you can try with: If(Dimensionality()=0, [YourColor])

Or: If(SecondaryDimensionality()=0, [YourColor])

View solution in original post

2 Replies
rubenmarin

Hi, you can try with: If(Dimensionality()=0, [YourColor])

Or: If(SecondaryDimensionality()=0, [YourColor])

Ishaan_Kumar
Contributor III
Contributor III
Author

It worked !!
Thanks!!