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

num datatype

Former Member
0 Likes
452

Hi experts,

i need to create a field with datatype NUM 4 dec 4,

what datatype i need to select while creating table.

thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
399

Hi

While creating the fields of the table, select the <b>Pre-defined data types</b> and select <b>NUMC with size 4 and decimals 4</b>. (is it that you enter only fractional values with 4 decimal places?)

Regards

Raj

Read only

Former Member
0 Likes
399

Hi

You can't give decimal place values for NUMC data types

you either use CURR or QUAN data type fields with decimals

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
399

hi,

Use Predefined NUMC04 data type but this will not include decimals in it.

Regards,

Santosh