I get the String is non-numeric error message when I try to run the following formula...
If {PART3.ID} like "" then ToNumber(0.00) else ToNumber({PART3.ID})
I have a similar formula in my report that works okay...
If {PART.ID} like "" then ToNumber(0.00) else ToNumber({PART.ID})
The table Part and Part3 is the same, it was just brought into the database a coulple of times.
If there is a value in the table that is non-numeric, how do I find the record? There are 24,000+ part records on this table and becuse this is a User Defined field in a purchased database (Visual) I can't set the Data Type. We are running on ORACLE 8i if that helps.
Thanks!
Hillary
If {PART3.ID} like "" then ToNumber(0.00) else ToNumber({PART3.ID})
I have a similar formula in my report that works okay...
If {PART.ID} like "" then ToNumber(0.00) else ToNumber({PART.ID})
The table Part and Part3 is the same, it was just brought into the database a coulple of times.
If there is a value in the table that is non-numeric, how do I find the record? There are 24,000+ part records on this table and becuse this is a User Defined field in a purchased database (Visual) I can't set the Data Type. We are running on ORACLE 8i if that helps.
Thanks!
Hillary