Link to home
Start Free TrialLog in
Avatar of miketakasaki
miketakasaki

asked on

Crystal Reports - Problem with Max String Length in formula

I'm using 8.5.
The report is using a formula to format a string that exceeds 254 characters and therefore truncates. How do I get the formula to return more than 254 and get it display on the report?
Thanks
Avatar of frodoman
frodoman
Flag of United States of America image

You're limited in string length by the version of Crystal.  What you can do is to have more than one formula - the first returns 254 characters, the next returns 254 more, etc.  Position as many as necessary to get the full results.
Avatar of EwaldL
EwaldL

or you could upgrade. i think from cr 9 on you can use 64,000 chars.
Avatar of Mike McCracken
Yes CR9 can handle longer strings.  The formula frodoman is using must be either in the database or an external dll.  Crystal 8.5 cannot use a string that is longer than 254 in a formula.

mlmcc
ASKER CERTIFIED SOLUTION
Avatar of frodoman
frodoman
Flag of United States of America image

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