Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

colour change if conditions met in straight table

Hi Guys, I hope you can point me in the right direction.

Basically I'd like to change the font colour if certain conditions are met in a straight table

Presentation1.jpg

I've attached a QVW so you can see the problem.

So over to you and thanks for looking!

Jeff.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

May be text color expression like:

If(max(if(DueDate>0 and Status=2,1,0))=1, rgb(0,255,0))

View solution in original post

4 Replies
tresesco
MVP
MVP

May be text color expression like:

If(max(if(DueDate>0 and Status=2,1,0))=1, rgb(0,255,0))

prma7799
Master III
Master III

Like this???

Anonymous
Not applicable
Author

1. Expand the Expression in the straight table

2. Select Text Color option

3. Enter this: if(Status=2 or DueDate>0,RGB(0,255,0))

4. Ok

Not applicable
Author

Well that was great - two answers both correct and in double quick time - THANKS GUYS!