Differences

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

Link to this comparison view

expression function - arithmetic [2016/09/14 18:19]
expression function - arithmetic [2016/09/14 18:19] (current)
Line 1: Line 1:
 +====== Arithmetic (Expression Function) ======
  
 +===== Purpose =====
 +The **Arithmetic** function (+=()) is to perform basic arithmetic calculations including +,-,/, and *.  Parenthesis can also be used to clarify or determine order of operations. ​ The wizard version will accept to inputs and one operation but the advanced interface will allow for more complex mathematics. The arithmetic function does conform to the standard order of operations terms inside parentheses followed by multiplication or division and lastly addition or subtraction. ​ Operations at the same level of order will be performed left to right
 +
 +{{::​arithmetic_initial.png?​direct&​600|}}
 +
 +===== Parameters =====
 +The **Arithmetic** function has one parameters:
 +
 +==== Function ====
 +
 +Allowed Inputs: [[Field|field]] values, +, -, /, *, (, ), and numbers
 +
 +The function parameter can be made of text operators and numbers either from the [[Query Builder]] to choose a field that contains a numeric value or use type a value to enter a number.
 +
 +===== Output =====
 +
 +The output of the **Arithmetic** function is the number result of the arithmetic formula.
 +
 +===== Example =====
 +
 +Because the **Arithmetic** function conforms to order of operations the function +=(1+2*3) will return "​7"​ if "​9"​ was the desired result use parenthesis to chance the order of operations +=((1+2)*3) will result in "​9"​.
expression function - arithmetic.txt ยท Last modified: 2016/09/14 18:19 (external edit)
Copyright WorkXpress, 2024