Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

searching in crystal

Status
Not open for further replies.
Jan 23, 2003
26
US
HI,
I'd like to search for the following data in my Crystal report.

My data field shows:

bos/username.

How would I go about searching to show only username. I'd like to eliminate bos/.

Any help would be appreciated.

Thanks.
 
use this formula:

MID ({string},4)

that tells crystal to ignore the first 4 characters of that field when it prints ShannonLea
Computer Coordinator 4 Surgical Services
Athens Ga
[noevil]
 
you would create a new formula...

enter the MID statement as the formula and save it...
when you place that formula field into the report and preview it it should have ignored 'bos/' and started with the next character after that... ShannonLea
Computer Coordinator 4 Surgical Services
Athens Ga
[noevil]
 
you're welcome! i'm glad i could help! ShannonLea
Computer Coordinator 4 Surgical Services
Athens Ga
[noevil]
 
When I try to create this formula, I get the error:
The result of selection formula must be a boolean. I'm using Crystal 8.5. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top