Hi,I did wonder if it would be that easy. It does seem that US and Hong
Kong are the only ones that use the brackets for negative numbers. The
Australian currency displays as you want. Maybe you can go into the XML
Source and change the line $z,zz9.99|($z,zz9.99) to $z,zz9.99 . Which is how the Australian
one looks ... would need some testing though.Or maybe you can have the
decimal field hidden and display a text field with a calculation like
DecimalField.formattedValue.replace(/[()]/g,"");. Do...