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

string changing to number when pulling data from csv to crystal

Status
Not open for further replies.

raja2008

Technical User
Apr 16, 2008
265
US
Hello Everyone!

Crystal reports XIR2

We have a report based on CSV file.I'm pulling the file through ODBC connection.

When it loads to crystal.

ONE of the field has text with numbers .
But crystal is lossing the text values ,it is only pulling the ones that are numbers,others are coming out blank.

Please help.
 
Please tell if this the wrong place.

Should i be placing it in Data access forum
 



But crystal is lossing the text values ,it is only pulling the ones that are numbers,others are coming out blank.

This behavior is TYPICAL when you have a field that has MIXED DATA TYPES, like TEXT & NUMERIC.

You can 'fix' the problem by converting the numeric values to TEXT prior to accessing the data.



Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top