Actions
Feature #2750
closedxmera Omnia - Collection #2147: Allow further calculations for issues
Add a round function
Start date:
12/17/2024
Due date:
12/24/2024
% Done:
100%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
Especially average values should be able to round to the nearest integer in order to use the combination for key/value fields.
Example: round_to_int(average(cfs[1], cfs[2], cfs[3]))
or round_to_int(average_net_of_nil(cfs[1], cfs[2], cfs[3]))
Actions