cancel
Showing results for 
Search instead for 
Did you mean: 

CR 8.5, Section Back Color question

Former Member
0 Kudos

I want to change the Section Back Color of the detail if the following condition is true:

{CIT_VH_NewUsed;1.Age} > 180

It tells me "A statement is expected here" in front of the statement.

What am I missing here?

Thanks

Kelvin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use something like this:

IF {CIT_VH_NewUsed;1.Age} > 180 then yellow else white

Answers (0)