hi,
8020 wrote:
[Quoted Text] > On a report can a negative number be bracketed, rather than show the -ve sign? > e.g. > -123.45 > (123.45)
Try this as format string:
0,00;(0,00)
You may add a third value for empty (NULL) values, e.g
0,00;(0,00);"n/a"
mfG --> stefan <--
|