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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to change the background of sub totals in pivot table

changing background of sub totals in pivot table

1 Solution

Accepted Solutions
edg_baltazar
Partner - Creator
Partner - Creator

Hi Reddy

In the expression tab expand the properties of one expression and in the Background Color property use this ... If(RowNo()=0,Red()) ... insted of Red() , you could use RGB function... I hope this could help you.

help.png

View solution in original post

1 Reply
edg_baltazar
Partner - Creator
Partner - Creator

Hi Reddy

In the expression tab expand the properties of one expression and in the Background Color property use this ... If(RowNo()=0,Red()) ... insted of Red() , you could use RGB function... I hope this could help you.

help.png