Brie Jones Posted January 10, 2023 Share Posted January 10, 2023 Is there a way to set a signal equal to blank if some condition is not active? I know how to do 0.splice($signal,$condition) to set it equal to 0 when the condition is not active, but I really want it to be blank and not zero during those times. Link to comment Share on other sites More sharing options...
Seeq Team Patrick Posted January 10, 2023 Seeq Team Share Posted January 10, 2023 Hi Brie - You can try using the remove formula, i.e., $signal.remove($condition). This should remove the data inside that condition. 1 Link to comment Share on other sites More sharing options...
Seeq Team Joe Reckamp Posted January 10, 2023 Seeq Team Share Posted January 10, 2023 It sounds like you want data when the condition is present, but no data when it isn't present. In that case, I would use $signal.within($condition) 1 Link to comment Share on other sites More sharing options...
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