tmas73 Posted October 22, 2008 Posted October 22, 2008 What calculation do I need in a calculation field for displaying only 2 dezimals? Thanks TMAS
aldipalo Posted October 22, 2008 Posted October 22, 2008 Round(123.456;2) returns 123.46. Round(14.5;0) returns 15. Round(29343.98;-3) returns 29000. Round(123.456;-1) returns 120. hth
Recommended Posts
This topic is 5929 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now