Sum and number formulas
- abs - Calculate absolute value
- asNumber - Display value as a number
- floor - Rounding a value down to the nearest whole number
- ceil - rounding up to the next whole number
- round - Round a number to a certain precision
- pow - calculates the value of the base to the power of the exponent
- cbrt - Calculation of the cube root
- min - Determine the smallest value
- max - Determine the largest value
- minAll - Determine the smallest value of all objects
- maxAll - Determine the highest value of all objects
- minFolder - Determine the smallest value in a folder
- maxFolder - Determine the largest value in a folder
- sumSubtask - Sum calculation from subtasks
- sumAll - Sum calculation via a specified expression list
- sumFolder - Sum calculation via a specified expression list within a folder
- groupAgg, groupGet - calculation of totals over several fields