Michelle Posted March 19 Posted March 19 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?
Seeq Team Siti Tay Posted March 20 Seeq Team Posted March 20 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now