Hi all!
I have a problem: In my database there is a field, which is actually a value of money (like 20.00 or -245.9555 or 1340 etc). Somehow it is determined to be a 'string' evethough it should be 'number'.
Now, I try to convert it to be a number using 'to number'-function. My Crystal Reports 8.5 with SQL 7.0 does not approve that and generates a error message "the string is non-numeric...".
So, I created a simple test and it ignores all values, which are form xxx.yy (e.g. 120.55) and takes all '20' or -'2340' -values -i.e. all values without fractions.
What should I do to be able to convert all fields to number in order to subtotal and grand total them?
Thank you all in advance!
Asbach
I have a problem: In my database there is a field, which is actually a value of money (like 20.00 or -245.9555 or 1340 etc). Somehow it is determined to be a 'string' evethough it should be 'number'.
Now, I try to convert it to be a number using 'to number'-function. My Crystal Reports 8.5 with SQL 7.0 does not approve that and generates a error message "the string is non-numeric...".
So, I created a simple test and it ignores all values, which are form xxx.yy (e.g. 120.55) and takes all '20' or -'2340' -values -i.e. all values without fractions.
What should I do to be able to convert all fields to number in order to subtotal and grand total them?
Thank you all in advance!
Asbach