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

negative value fields

Former Member
0 Likes
10,132

Hi friends,

I created a table but some fields are not accepting negavtive values I declared and Decimal.

Pls suggest datatype to accept negative values

thanks

karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,410

you can use this domain

" WERT7

. or else

you can use datatype

" CURR

with sign check box tick .

reward points if it is usefull .....

Girish

9 REPLIES 9
Read only

Former Member
0 Likes
3,410

You can use data element : WRBTR and domain WERT7

Thanks

Seshu

Read only

Former Member
0 Likes
3,410

please use the data type as

"  INT4

.

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
3,411

you can use this domain

" WERT7

. or else

you can use datatype

" CURR

with sign check box tick .

reward points if it is usefull .....

Girish

Read only

Former Member
0 Likes
3,410

Does the domain allow for signs?

See the domain of field STUECK, probably it doesn't support the sign -.

You should use a domain can accept the sign +/-

see the domain MENGV8 or MENGV*

Read only

Former Member
0 Likes
3,410

If you want your table field to accept sign

Then at domain level activate "sign " option

example : check domain "UMS_ANZ"

Read only

Former Member
0 Likes
3,410

please use the data type as INT4 and select the check box for SIGN

Read only

Former Member
0 Likes
3,410

Is there a domain or data element that will display negative numbers in parentheses (123) as opposed to the trailing minus sign 123-?

Read only

0 Likes
3,410

hi,

no u will have to write the code for it .

rgds

Read only

Former Member
0 Likes
3,410

Hi,

Please refer to the domain <b>'PW_QUAN13'</b> in this sign option is checked for it.You can create a domain in this format and assign it to the data element.

regards

Praba