I am using oracle 8 and crystal 10.
I have the following code in a formula:
@description:
if {fieldname} like "*>Actions to Avoid Further Outages*" then
replace({fieldname},">Actions to Avoid Further Outages", "</br><B>Actions to Avoid Further Outages</B>")
else {fieldname};
This worked fine to bold the '>Actions to Avoid Further Outages' text.
We are upgrading the database from oracle version 8 to oracle version 10, and in my testing I ran across an issue. The code in this formula is now just displaying the entire line in the quotes, including the html tags, instead of bolding it like it did before.
Has anyone seen this before? Any suggestions? Any other way to bold the text that I need??
I have the following code in a formula:
@description:
if {fieldname} like "*>Actions to Avoid Further Outages*" then
replace({fieldname},">Actions to Avoid Further Outages", "</br><B>Actions to Avoid Further Outages</B>")
else {fieldname};
This worked fine to bold the '>Actions to Avoid Further Outages' text.
We are upgrading the database from oracle version 8 to oracle version 10, and in my testing I ran across an issue. The code in this formula is now just displaying the entire line in the quotes, including the html tags, instead of bolding it like it did before.
Has anyone seen this before? Any suggestions? Any other way to bold the text that I need??