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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Repor Link

Status
Not open for further replies.

TaylorTot

Technical User
Dec 23, 2003
96
US
I am working in CR v 8.5 with an Access DB.

Goal:
I would like to match on a contract number but only look at the first 6 characters of that field for the link.

Progress:
I have modified the FROM clause in the sql statement as follows:

Q_GM_Contract.contractcode like (left(contracts.contractnumber, 6)

Although, CR accepts the link the run time is EXTREMELY slow.

Question:
Is there a better way to link off of these two fields, using a partial match?

Thanks for your help in advance.
 
Take the left from Query and replace that field with a string formula field.

You can get the Left(string) in CR which takes lot less time...

ALL THE BEST

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top