Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gilldilpreet
Contributor III
Contributor III

conditional background colour expression - if statement

Hi

I am trying to add a conditional expression to a field in my straight table so that the background colour will be orange if the Status = Leaver.

I am attached my progress with this so far...

Any help would be much appreciated!

Thanks

Dilpreet

1 Solution

Accepted Solutions
gilldilpreet
Contributor III
Contributor III
Author

I have solved it - the transparency was 100%!

View solution in original post

5 Replies
asinha1991
Creator III
Creator III

what is the exact issue you are facing? you expression seems correct..

it will apply only to one cell. if you it for all cells, add same condition in all fields

Frank_Hartmann
Master II
Master II

Maybe this:

if(aggr([Status],Level)='Leaver',RGB(235,100,30),White())

 

gilldilpreet
Contributor III
Contributor III
Author

It doesn't seem to be working?

Yes, I only want the colour to change in one cell.

Thanks

Dilpreet

asinha1991
Creator III
Creator III

the only reason I can think of is, Leaver either has different case or has additional spaces, maybe apply trim

gilldilpreet
Contributor III
Contributor III
Author

I have solved it - the transparency was 100%!