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!

Maximum length on a formula field?

Status
Not open for further replies.

sasa888

Programmer
Oct 15, 2001
131
US
Hi, I am using crystal rpt and inserted a formula as a field. This field is a combination of 3 fields (City + ", " + State + " " + Zip Code). I keep getting a sql server error when I place this field inside the rpt, I am wondering if there is a limit on how large a character field can be, please help.
 
If you are using CR 8.5 or earlier, then a formula cannot return more than 254 characters. In CR 9 that limit goes away (there is a limit, but I think its 64K worth of data, if I remember correctly).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top