I am trying to convert a data in integer datatype to Real datatype. I have tried many ways but not able to accomplish the task. Please suggest the correct method
Thanks
Joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to convert a data in integer datatype to Real datatype. I have tried many ways but not able to accomplish the task. Please suggest the correct method
Thanks
Joel
Originally created by: rickj
I think you're looking for Operator βTO_<xxx></xxx>.
Which 'To xxxx' operator is the correct one? I have already tried with To Real, To ASCII.
Originally created by: rickj
TO_REAL should work for you. ASCII is not a valid data type but STRING is. This works for me...