‎2008 Dec 12 10:29 AM
Hello Friends,
I want to show negatve values in table control how can we do tht?
Regards,
Sunny
‎2008 Dec 12 10:31 AM
Hi
Create a DOMAIN which has SIGN check box enabled and you can use it then,
or try
data : abc type WERTV10 ( which allows to use negative values)
Regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 12, 2008 11:33 AM
‎2008 Dec 12 10:31 AM
Hi
Create a DOMAIN which has SIGN check box enabled and you can use it then,
or try
data : abc type WERTV10 ( which allows to use negative values)
Regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 12, 2008 11:33 AM
‎2008 Dec 13 9:04 AM