-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.4.3
-
Sprint 78 (Jul 2021)
-
0.5
Steps to reproduce:
- Create a new host item of Calculated type with the following formula:
sum(avg_foreach(//item, 1h) + 123) - Save the item.
Result:
The item was saved.
Expected:
An error telling that the first argument of the sum function is wrong was displayed.