Differences

This shows you the differences between two versions of the page.

Link to this comparison view

expression function - round down [2016/09/14 18:19]
expression function - round down [2016/09/14 18:19] (current)
Line 1: Line 1:
 +====== Round Down (Expression Function) ======
  
 +===== Purpose =====
 +The **Round Down** function (ROUND_DOWN) rounds a number up or down to a certain number of decimal places ​
 +
 +{{:​round_down_initial.png?​direct&​600|}}
 +
 +===== Parameters =====
 +The **Round Down** function has two parameters, one of which is required:
 +
 +==== Value ====
 +
 +Allowed Inputs: [[Field|field]] value or number
 +
 +The first required parameter is the number that will be rounded. Either use the use the [[Query Builder]] to choose a field that contains the value or use type a value to enter a number.
 +
 +==== Precision ====
 +
 +Allowed Inputs: [[Field|field]] value or a number
 +
 +The second optional parameter of the **Round Down** function is the number of decimal places to round to.  If no value is provided then 0 will be used and the value will be rounded up to the nearest integer value. If the number is positive then the rounding will include that number of digits after the decimal. ​ If the number is negative then the number will round with that many zeros on the left of the decimal. ​
 +
 +
 +===== Output =====
 +
 +The output of the **Round Down** function is a number representing the value rounded to the nearest decimal place.
 +
 +===== Example =====
 +
 +For example ROUND_DOWN(-5.56) would result in -6 and ROUND_DOWN(5.56) will result in 5.  Using positive precision for example ROUND_DOWN(5.33,​1) would result in 5.3 and using negative precision ROUND_DOWN(12.33,​-1) would result in 10. 
expression function - round down.txt ยท Last modified: 2016/09/14 18:19 (external edit)
Copyright WorkXpress, 2024