We are using Crystal to pull information out of our ERP system. I have a field that is used during data entry and is entered as
.000001
However, when I pull the field into Crystal it is showing as
0000000000000001+
The field type is string
Length is 60
I am trying to format the data entry field (with no luck) as it was entered .000001
I have tried RIGHT, LEFT, MID, TRIM, ToNumber (I get that an error that the string is Non-numeric), NumericText and nothing I do works. The field will not allow me to format it either.
Any suggestions?
Laura~
.000001
However, when I pull the field into Crystal it is showing as
0000000000000001+
The field type is string
Length is 60
I am trying to format the data entry field (with no luck) as it was entered .000001
I have tried RIGHT, LEFT, MID, TRIM, ToNumber (I get that an error that the string is Non-numeric), NumericText and nothing I do works. The field will not allow me to format it either.
Any suggestions?
Laura~