I have a dashboard
A chart - red
E chart - blue
I need alert when E < A
but when E < A, there is no alert…
I have a dashboard
A chart - red
E chart - blue
I need alert when E < A
but when E < A, there is no alert…
Hi @ikvagas
Like the error message indicates, you must reduce A and E to single values, then do your alert condition / expression on those reduced values.
Perhaps Example 2 in this tutorial will help.