Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dickelsa
Creator
Creator

BG colors in Dimensions URGENT

Hi all,

So i made a pivot table and for 1 dimension, i made a conditional color for the background.

problem is: it also fills the 'Total' field.

how do i make this go away?

see attached image for clarification..

thanks"

Dick

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

If(rowno()=0 or isNull(rowno()),Null(),If(Sum(Sales) > 300,Red(),Yellow()))

147041.png

View solution in original post

5 Replies
Not applicable

try this go to settings->user preference->design

and change default styling mode default to advanced

snap1.png

and now right click on the total cell and click on custom format cell and change the Background color for the total cellsnap2.png

anbu1984
Master III
Master III

What is your background color expr?

vikasmahajan

try this

if ( expression > 1,red(),green())

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
vikasmahajan

pfa

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
anbu1984
Master III
Master III

If(rowno()=0 or isNull(rowno()),Null(),If(Sum(Sales) > 300,Red(),Yellow()))

147041.png