Jump to content

Create a condition without putting a end/start date.


Recommended Posts

I am trying to create capsules for every step change that happens in 'LICTime'. The changes aren't predictable (e.g. the value could be holding for days) but I want to compare how the values differ between each step-change. Is there a way where I don't have to define how long I will like to look at these values? 

Snag_1c3e3e6.png.65eb56f569a2bf5c5b9ebf6c2ee81df9.png

Link to comment
Share on other sites

  • Seeq Team

Hi Michelle. 

Please try this formula to identify the transition period, where $signal = "LICTime"

$signal.toCondition().beforestart(5min).afterstart(10min)

you can also refer to this post for reference : 

 

Let me know how it goes.

 

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...