nlaliberte
Programmer
I'm using Crystal XI and a SQL Server connection.
My issue surrounds a value that I have to display as a string. When this value is negative it displays with a dash in front, we would like it to display in parenthesis (accounting format). I can't find the correct formatting to use in my TOTEXT function.
Currently: {table.currency} + TOTEXT({table.value},2)
$ + TOTEXT(-105.7689,2) = $-105.77
We would like it to display ($105.77).
My issue surrounds a value that I have to display as a string. When this value is negative it displays with a dash in front, we would like it to display in parenthesis (accounting format). I can't find the correct formatting to use in my TOTEXT function.
Currently: {table.currency} + TOTEXT({table.value},2)
$ + TOTEXT(-105.7689,2) = $-105.77
We would like it to display ($105.77).