Application Development 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: 

Decimals upto 4

Former Member
0 Kudos

Hi all

I have to save a decimal number in the database upto 4 decimal places.But when I gave datatype DEC for the domain and length 16 , 4-decimal places it is only saving upto 2 decimal places(I can see on screen).I also gave output length as 21 including sign.Please help me.

Thank You.

Regards

Giri

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos

hi Giri,

either search for a data element with 4 decimals or create your own data element with 4 decimals.

ec

1 REPLY 1

JozsefSzikszai
Active Contributor
0 Kudos

hi Giri,

either search for a data element with 4 decimals or create your own data element with 4 decimals.

ec