Vladimir Khudokormov Posted January 20, 2022 Posted January 20, 2022 Hi, I need to calculate average flowrate, but for some specific case and I want to filter short capsules. Is there a possibility to filter capsules shorter than X minutes/hours?
Seeq Team Shamus Cunningham Posted January 20, 2022 Seeq Team Posted January 20, 2022 There is an easy way to filter a condition to only keep capsules that are either longer or shorter than a specified duration. In formula just use one of the following function $myCondition.removelongerthan(5h) or $myCondition.removeshorterthan(5h) 1
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