Content
View differences
Updated by Niels Lindenthal about 1 year ago
* There are two new project attribute types
* Factor list (numeric input values)
* Calculated value (formula based/read-only)
* The project attributes are shown in the project overview.
* Calculated values
* The formulas can include factor lists and other calculated values from that project.
* In calculations, there is error handling for circular references.
* Basic arithmetic operations: Arithmetic Operations: Support for addition (+), subtraction (−), multiplication (×), and division (÷).
* Parentheses: Ability to group expressions using parentheses (( )) to define the order of operations.
* Order of operations: Operations: Automatic application of the mathematical rule where multiplication and division are performed before addition and subtraction, unless parentheses dictate otherwise
* Factor list (numeric input values)
* Calculated value (formula based/read-only)
* The project attributes are shown in the project overview.
* Calculated values
* The formulas can include factor lists and other calculated values from that project.
* In calculations, there is error handling for circular references.
* Basic arithmetic operations:
* Parentheses: Ability to group expressions using parentheses (( )) to define the order of operations.
* Order of operations: