Forum Discussion
Notification Repeatedly Triggered by Same Value
- 4 years ago
Hello Anonymous
Welcome to the community! Thanks for a clear post setting out your question.
In this case you're reading too much into the alert intelligence.
An alert simply works by arthmetically comparing the value on the visualisation with the threshold value and firing if it is larger (or smaller).
Here you are comparing 0.70538.. with 0.4 so the alert fires because 0.7>0.4=TRUE.
You cannot do anything complex like fire the alert if the value has increased by 40%, you can only compare the value with a constant and fire if it is above or below that constant.
hope this helps.
Stuart
Hello Anonymous
Welcome to the community! Thanks for a clear post setting out your question.
In this case you're reading too much into the alert intelligence.
An alert simply works by arthmetically comparing the value on the visualisation with the threshold value and firing if it is larger (or smaller).
Here you are comparing 0.70538.. with 0.4 so the alert fires because 0.7>0.4=TRUE.
You cannot do anything complex like fire the alert if the value has increased by 40%, you can only compare the value with a constant and fire if it is above or below that constant.
hope this helps.
Stuart
How ist this the accepted answer? The stated problem was, that the alert was repeatedly sent, even when the value did not change. This problem has not been addressed.