Hello,
We have a field in our database which contains a formatted paragraph of text for each entry. I need to remove the formatting code from the field and list only the text. I have a list of all of the possible code to be removed, but I cannot get crystal to actually remove it.
I tried the replace function, but when I insert multiple replace functions it only processes the last one in the formula. for example, if the formula were:
REPLACE({orders.adtext},"[f4pc8fbya]","<B>");
REPLACE({orders.adtext},"[f4pc8ya]"," ");
REPLACE({orders.adtext},"[f4pc8s6.5]"," ");
REPLACE({orders.adtext},"[bs0,2,4]"," ")
it would only replace [bs0,2,4]with a space.
any suggestions?
We have a field in our database which contains a formatted paragraph of text for each entry. I need to remove the formatting code from the field and list only the text. I have a list of all of the possible code to be removed, but I cannot get crystal to actually remove it.
I tried the replace function, but when I insert multiple replace functions it only processes the last one in the formula. for example, if the formula were:
REPLACE({orders.adtext},"[f4pc8fbya]","<B>");
REPLACE({orders.adtext},"[f4pc8ya]"," ");
REPLACE({orders.adtext},"[f4pc8s6.5]"," ");
REPLACE({orders.adtext},"[bs0,2,4]"," ")
it would only replace [bs0,2,4]with a space.
any suggestions?