Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pivot table make a cell disappear , but value internally in it

Pivot table (2).PNG.png

Here in this pivot table i want to make disappear those fields but value should be there inside how can we makeup using background color or any other way ...what is the expression for it and where we have to write.

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

In the text Color of the Target and Pass rate expressions set the color to the same color as background color, try something like

If(RowNo()=0,rgb(x,y,z))

RowNo()=0 is for totals

ExprBckGrColor.png

View solution in original post

1 Reply
stigchel
Partner - Master
Partner - Master

In the text Color of the Target and Pass rate expressions set the color to the same color as background color, try something like

If(RowNo()=0,rgb(x,y,z))

RowNo()=0 is for totals

ExprBckGrColor.png