how to replace multiple text in Crystal report 9:
sample //
If InStr({ado.Majors}, 'Engineering') > 0 then replace({ado.Majors},'Engineering','Engr.',1,1)
else
If InStr({ado.Majors}, 'Communication') > 0 then replace({ado.Majors},'Communication','Comm.',1,1)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.