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

Make value '0' not visible in a table control.

Former Member
0 Likes
753

I have a table in which field "posicion" is part of the key in the table and it is defined with data element EBELP.

I have a table control in which I show the values of this table. Whenever posicion is equal to '99999' I want the field in the table control to be blank. I get a '0' instead. How could I hide this '0'?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

Hi,

Clear the field name, or change the data type to c for the position field and check it.

REgards,

thiru

I have a table in which field "posicion" is part of the key in the table and it is defined with data element EBELP.

I have a table control in which I show the values of this table. Whenever posicion is equal to '99999' I want the field in the table control to be blank. I get a '0' instead. How could I hide this '0'?

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
684

Hi,

Clear the field name, or change the data type to c for the position field and check it.

REgards,

thiru

Read only

0 Likes
683

Even if I clear the field '0' value is shown. I know that it would work i fI change field typed to char but that´s what Iám trying to avoid.

Thanks.

Read only

0 Likes
683

hi ,

you have to take display field as character field and for calculation you have to pass Type p field

regards

Deepak.