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: 

data type

Former Member
0 Kudos

Hi,

I need to create a table field with contains value like 9999.9999

which data type i need to use

pls suggest

thanks in advance

karthik

3 REPLIES 3

Former Member
0 Kudos

try with dataelement <b>DEC11_4</b>

Former Member
0 Kudos

use numc.

declare number of characters 8 & decimal place 4.

sorry in numc, int u cant give decimal place use quan

Message was edited by:

Kalpanashri Rajendran

Former Member
0 Kudos

Hi

create a New domain with datatype = QUAN (for Qty's) or CURR (for currency) and define 4 decimals and define the total length like 16 and use that domain to a dataelement and use that data element

Reward points for useful Answers

Regards

Anji