Formatting Negative Currency

I'm trying to display negative currency in a report as ($3,123), but the best I can do so far is -($3,123). I'm using the following expression to format the textbox.

=iif(Fields!Daily.Value < 0, "($#,##0)", "$#,##0")

Any suggestions



Answer this question

Formatting Negative Currency