Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

numeric field

Former Member
0 Likes
822

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.

7 REPLIES 7
Read only

Former Member
0 Likes
744

Hi,

Yes u can convert it into integer and again convert it into numeric.

Read only

matt
Active Contributor
0 Likes
744

Confusing... isn't an Integer a numeric field?

Read only

Former Member
0 Likes
744

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.

Read only

Former Member
0 Likes
744

U can do calculation with Numeric fields also ..

No need to move to char and do calculation ...

Read only

Former Member
0 Likes
744

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

Read only

Former Member
0 Likes
744

Hello,

You can do calculation directly. You don't need conversion o something like that.

Amal

Read only

former_member224404
Active Participant
0 Likes
744

Hi Diana,

You can directly do calculation on numeric fields. Therefore no coversion is required.

Thanks,

Mainak