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

Crystal Parameter Default Value limitation

Status
Not open for further replies.

Spenello

MIS
Jul 11, 2005
39
US
Using CR 8.5. When selecting default values for a parameter from a database field, the values are being truncated. Is this a limitation of Crystal?
 
I'm assuming you mean that not all values are being returned. The number of values allowed is established in the registry. I believe the number was pretty low in earlier versions. You are probably better off writing a separate report for the values you want to use, exporting it to text, and then importing the text file into the parameter picklist--since the list wouldn't be dynamic anyway.

-LB
 
On further investigation, browsing field data on the report field, I found the CR string length is 20. The database length is 60. Why is the discrepancy and how to correct?
 
Got some help on this. We reset the location of the table to the database. Unbeknown to me, this was an old legacy report that pointed to an old SQL database with a field length of 20. The new database is Oracle with a field length of 60.

Problem solved. Thanks for browsing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top