About Expressions

  • Updated

Expressions are equations that perform calculations on values in your rule application. For example, the following formula multiplies 4 by 5 and then adds 6 to the result.

6+4*5

An expression can also contain any or all of the following: functions, references to other fields and calculations, operators, and constants. You can use parentheses to control the order in which an expression is evaluated.

The following is an example of an expression and the breakdown of its components:

20.png

  1. Functions: The Round() function specifies the number of digits to the right of the decimal point to truncate
  2. References: Invoice. Total the value of the Total calculation on the Invoice entity.
  3. Operators: The "+" (or plus) operator adds the constant 20 to the result of the round function.
  4. Constants: Numbers or text values entered directly into a formula, such as 20.

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.