I have used the following expression to calculate BMI (Body-mass index): [Weight]/([Height]/100)^2
It works, however, it creates the value with a large decimal e.g. 25.33333333. I want the decimal places to be limited to one e.g. 25.3.
I tried changing the 'Decimal places' under the 'Field properties' to 1. But it is not working.
What should I do?