Hi...I'm attempting to apply numeric field format at runtime which are
as follows:1. "num{'-'$z,zzz,zz9.99 " + "}" format. This format should
be displayed only when the entered value is negative (e.g. -500) - NOT
WORKING2. "num{'+'$z,zzz,zz9.99 " +"}" format. This should be displayed
when the value is positive (e.g. 365) - WORKINGI was able to achieve
this but problem lies with the point #1 - where for a negative value the
output comes as positive number. Can you suggest for the above
scenario.T...