Use a numeric picture switch to specify different formats for positive,
negative, and zero results. The following simple example with a formula
field:
{ = 35 \# "00.00;(00.00);" }
would display 35.00 (since 35 is positive). A negative result would display
in parentheses, and a zero result would not display at all.