I have formatted a number field to display values using 4 decimal places eg. 3.7953<br>This is fine when the places after the decimal point are non zero. How do I force the number to be printed without the decimal places when there are no values after the decimal point?<br>At the moment I get 1.0000 and I really want 1<br><br>I only need to see the parts after the decimal point when there is actually a value to display.