- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
If you use num{$zzz,zzz,zz9.99} as your display pattern you will get the negative sign after the dollar sign:
$-999 999,00
Commas, periods and spaces are put in depending on the locale you choose. The example above is French(Canada). I'm not sure what locale would use periods to separate thousands.
Kyle