Using Crystal Reports 8.5:
I have a mixed bag string field in an Oracle 9i table that I need to convert the records that are numeric into values. Most of the records are in the form "0.0123". Some have a "%" tacked onto the end. Some records are non-numeric, such as "Not Detected". I need to test for a numeric string and then, if so, convert it to a numeric value.
I have a mixed bag string field in an Oracle 9i table that I need to convert the records that are numeric into values. Most of the records are in the form "0.0123". Some have a "%" tacked onto the end. Some records are non-numeric, such as "Not Detected". I need to test for a numeric string and then, if so, convert it to a numeric value.