The easiest way - use numeric format instead of money format!
In case all money info is in dollars, there is no need to display it - proper column header will indicate, that the numbers in column are for money;
In case you have different currencies in table, the formatting doesn't work anyway. You must have the cyrrency in column header (SUM_USD, SUM_EUR, ...) or in separate column.
|