Hello Anees,
Write the below Java script in the Initialize event of all the 3 fields which are currently showing "0.00".
if ( this.rawValue == "0.00" )
{
this.rawValue = " ";
}
Hello Anees,
Write the below Java script in the Initialize event of all the 3 fields which are currently showing "0.00".
if ( this.rawValue == "0.00" )
{
this.rawValue = " ";
}