I created a formula in Crystal Reports 7.0 to subtract a field in our data base which is a string, from the number 99.
Right now I have:
99 - tonumber{OLGL.TRANS_MONTH}
When I run the report it gives me the error: "A Number is Required here".
The data in the field is always numeric, but the field is set up as a string. I need to be able to subtract the field from 99. How do I do this?
Thank you in advance.
Right now I have:
99 - tonumber{OLGL.TRANS_MONTH}
When I run the report it gives me the error: "A Number is Required here".
The data in the field is always numeric, but the field is set up as a string. I need to be able to subtract the field from 99. How do I do this?
Thank you in advance.