FORMULA LANGUAGE
Examples: @Round
1. This example returns 2.
@Round(2.499)
2. This example returns 3.
@Round(2.5)
3. This example returns 2.
@Round(1.5)
4. This example returns 12340 if the number in the field named NumberOfEmployees is 12338.
@Round(NumberOfEmployees;10)
5. This example returns 1:3:3:4.
@Round(1.333:2.897654:3.1:4)
6. This example returns 4510:45010:450010.
@Round(4505:45005:450005;10)
7. This example returns 3.1430E+00 in a number field that has scientific formatting and is set to display four decimal places.
@Round(3.142857; 0.001)
See Also
@Round
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window