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

Field empty in table control

Former Member
0 Likes
1,271

Hi!

I am geting a 0 value in a firld on table control that is numc type, how can i get an empty value in the cell if it is 0, is there any exit conversion?.

thanks in advance

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

Hi,

If you do not want 0 initially change the data element of the table from Numc to Char

Regards

Bikas

4 REPLIES 4
Read only

Former Member
0 Likes
670

Hi,

If you do not want 0 initially change the data element of the table from Numc to Char

Regards

Bikas

Read only

Former Member
0 Likes
669

Hello,

If the value of Numc field is nothing, it displays nothing, only if it is a character field it displays space.

There are no exits to convert a zero to blank. it is the property of data element.

Thanks,

Sowmya

Read only

Former Member
0 Likes
669

Hi,

You have to declare it as a character field..

Read only

Former Member
0 Likes
669

Hi,

You declare it as int4. I have used the dataelement netwr in my scenerio and i never faced an issue. I suggest you to change the data element that will solve the issue.

Regards,

Vijay.