The [.0] is the decimal location for rounding. You would use [.2] if you want xxx.xx
If you want to round the value, there are other tricks you can do in relations using multiplication, testing for rounding up or down, and reconstituting a valid value.