I am using Crystal 8.5. My data source is a stored procedure from SQL Server 7.
I have a parameter field that has more than 256 characters.
Crystal will only allow a string up to 256 characters. So I brought back the fields as 2 fields, one with the first half of the string and the other with the second half of the string.
I thought perhaps I could make a formula to concatenate the 2 fields, but I got an error saying that a string could only be 256 characters.
Any ideas how I can make this work?
TIA!
I have a parameter field that has more than 256 characters.
Crystal will only allow a string up to 256 characters. So I brought back the fields as 2 fields, one with the first half of the string and the other with the second half of the string.
I thought perhaps I could make a formula to concatenate the 2 fields, but I got an error saying that a string could only be 256 characters.
Any ideas how I can make this work?
TIA!