I apologize for a repeat post, but I was hoping to get some additional info from a previous post (thread767-1146037).
I am on Crystal XI sp2 and Oracle 8.17. We have a long(memo) field that I would like to change the color of a keyword. Here is my formula:
replace({RESULT_TEXT.LONG_RESULT_VALUE},"Syncope","<font color=red>Syncope</font>")
How do I take into account other spellings of the word? Can I make it case insensitive? I tried putting in an "and/or" statement but it then becomes a boolean formula. I wasn't sure how to create proper statement to fullfil the boolean.
Thank you for all the help you have provided. I have gotten so much knowledge from this forum.
Chris
I am on Crystal XI sp2 and Oracle 8.17. We have a long(memo) field that I would like to change the color of a keyword. Here is my formula:
replace({RESULT_TEXT.LONG_RESULT_VALUE},"Syncope","<font color=red>Syncope</font>")
How do I take into account other spellings of the word? Can I make it case insensitive? I tried putting in an "and/or" statement but it then becomes a boolean formula. I wasn't sure how to create proper statement to fullfil the boolean.
Thank you for all the help you have provided. I have gotten so much knowledge from this forum.
Chris