Hello, I have Crystal 9.0 and I am doing a conditional format formula and I need to color the background of the object a particular shade of red.
Normally, I would do the formaula like this:
if {field_name} <5000 then red else white
but in this case, the red needs to be the RGB values of
R=169, G = 0, B= 43.
How do I specifiy in the formaula these RGB values? Can it be done? Thanks
Normally, I would do the formaula like this:
if {field_name} <5000 then red else white
but in this case, the red needs to be the RGB values of
R=169, G = 0, B= 43.
How do I specifiy in the formaula these RGB values? Can it be done? Thanks