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

background color

Hi friends,

Anybody knows how to set background color in chart by place.

I have an expression

rank(sum(AAA))

I'd like set up the first place one color, the second another and so on.

Please help me with idea

Thanks,

1 Solution

Accepted Solutions
Nicole-Smith

pick(rank(sum(AAA)), red() /*first color*/, yellow() /*second color*/, ....)

View solution in original post

2 Replies
Nicole-Smith

pick(rank(sum(AAA)), red() /*first color*/, yellow() /*second color*/, ....)

giakoum
Partner - Master II
Partner - Master II

if(rank(sum(AAA)=1, RGB(255,255,0), RGB(255,123,255)) for example in the background color expression