Link to home
Start Free TrialLog in
Avatar of Maliki Hassani
Maliki HassaniFlag for United States of America

asked on

CRYSTAL REPORTS: Replace a word with new word

Experts:

How can I replace a word with a new word..  Example:  On the status column I want to replace "Closed" with "Completed"?

I was thinking
If "Closed"({Maintenance.Status}) then
   "Completed"
Else
   CStr({Maintenance.Status})

But that doesn't work

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Maliki Hassani

ASKER

ha ha thanks...  Still looking at your other replies on open questions of mine.. Thanks a  bunch
Oh and what if I wanted it to be a wild card like "Close%",  sine there may be other words after?