‎2009 Jun 12 11:22 AM
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
‎2009 Jun 12 11:25 AM
Hi,
If you do not want 0 initially change the data element of the table from Numc to Char
Regards
Bikas
‎2009 Jun 12 11:25 AM
Hi,
If you do not want 0 initially change the data element of the table from Numc to Char
Regards
Bikas
‎2009 Jun 12 11:26 AM
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
‎2009 Jun 12 11:49 AM
‎2009 Jun 12 11:59 AM
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.