This works on static text, but when using an actual field it just prints the field name on the report, bolded and in red. Any suggestions on fixing this in Crystal Reports 2008?
IF {field_code} = 'Y'
THEN
"<html> <font color = red> <b> {field_value} </b> </font> </html>"
ELSE
{field_value}
Thanks in advance.
IF {field_code} = 'Y'
THEN
"<html> <font color = red> <b> {field_value} </b> </font> </html>"
ELSE
{field_value}
Thanks in advance.