Jump to content

Adding color threshold based on deviation from the previous value


Recommended Posts

  • Seeq Team

image.png.18f40d9d38c46aa5095be8a70e168122.png

Here’s an example on how to add color threshold so that it alerts when the current value to day deviates by +-5 degF

Step 1: Calculate daily average temperature using signal from condition.

Step 2: Create the high  and low limits in the formula as below:-

High Limit: 

($averagetemperature.move(1d))+5

Low Limit: 

($averagetemperature.move(1d))-5

Step 3: Add the high and low limits in the metric's threshold as below screenshot:-

image.png.06c4050bc7ac289e61c03d896d161183.png

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...