| ( ) |
Parenthesis controlling the order of mathematical operations. Note: Opening and closing parenthesis must match. |
| + |
Addition |
| - |
Subtraction |
| * |
Multiplication |
| / |
Division |
| A-ZZ |
Variable names corresponding to an existing field. |
Note: A calculated field may not be added if the resulting number is too large, too small, or results in an invalid mathematical result.
Example: Division by 0.
Note: The following characters may be used to create character calculated fields:
| ( ) |
Optional. Parenthesis control the order of operations. Note: Opening and closing parenthesis must match. Note: Parenthesis are permitted but unnecessary for character calculated fields. |
| + |
Concatenate characters or fields |
| ' |
Use single quotes (apostrophes) to designate characters included in the calculated field. Example:'First: ' + A + ' Last: ' + B Note: Apostrophes must always appear in pairs. Note: Currently, it is not possible to include an apostrophe as a character in the calculated field. Note: To add a space between fields, input two apostrophes with a space between them. Example: A + ' ' + B + ' ' + C . . . |
| A-ZZ |
Variable names corresponding to an existing field. |
Note: The following characters are not supported in calculated fields and will prevent the field from being added:
- -- (double hyphen)
- ; (semicolon)
Note: A field can be referenced by its alias name in square brackets, for example [Absences in Class] * 100.0 / [Total Absences]. An alias reference stays correct when fields are reordered or duplicated, because it does not depend on the field's position in the grid. Variable names and alias references may be used in the same formula.