Working with 13-Review and Reporting > 13-3 Report Writer > Calculated Fields > About parentheses

About parentheses

Using the parentheses, you can group operations in an expression to change the order in which they are performed. Without parentheses, operations are performed in the following order: Multiplication/division, addition/subtraction, and relational operations (greater than, less than, not equal to, etc.)

By using parentheses, you can change the order of operations in an expression. That is, operations in parentheses are performed first, then operations outside the parentheses are performed.

You can also embed parentheses, where operations in the deepest parentheses are performed first.

Links to more information...