Details
-
Problem report
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
4.2.0alpha1
-
Team A
-
Sprint 47, Dec 2018, Sprint 48, Jan 2019
-
0.5
Description
Steps to reproduce:
- Create calculated item with the following formula:
last(zabbix.irc.users.3h.polynomial2.lowpass)+(forecast(zabbix.irc.users,#6,,3h,polynomial2)-last(zabbix.irc.users.3h.polynomial2.lowpass))*10m/(10m+20h/6.28)
- Navigate to Latest data
Result:
Error message: Incorrect function expression: m/(10m+20h/6.28)
Expected:
Formula is OK and should work.