‎2008 Jun 16 12:08 PM
hi friends,
i need to do calculation with Numeric field.
is it possible and how.
my opinion is first i copy numeric to integer field.
then i do calculation again i move result to num field.
is it a correct method?
or any other way is there ,should i do concatenation?
if anyone knows please let me know..
regards,
diana.
‎2008 Jun 16 12:11 PM
Hi,
Yes u can convert it into integer and again convert it into numeric.
‎2008 Jun 16 12:11 PM
‎2008 Jun 16 12:12 PM
hi, you can use the function modules , so that u can pass the values and can get the answer in required format.
reward if useful.
‎2008 Jun 16 12:12 PM
U can do calculation with Numeric fields also ..
No need to move to char and do calculation ...
‎2008 Jun 16 12:17 PM
Hi Diana,
Yes its possible to use Numeric fields for calcluation. But generally it is not recommended to use Numeric fields for heavy calculation. I mean moving Numeric data to Other data variables types and move back and forth the data.
The system will need to do data conversion from one form to another and it is not recommended.
Cheers
VJ
‎2008 Jun 16 12:33 PM
Hello,
You can do calculation directly. You don't need conversion o something like that.
Amal
‎2008 Jun 16 12:46 PM
Hi Diana,
You can directly do calculation on numeric fields. Therefore no coversion is required.
Thanks,
Mainak