Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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!!