Jump to content

Create condition from Condition Table filter result


Wouter

Recommended Posts

  • Seeq Team

Hello Wouter,

well, it is not possible to create a condition from a table. I have captured that as a feature request internally, it could be a good idea to have that. Nevetheless, it is possible to use formula to achieve a similar result using Keep Formula: $condition.keep('state', isEqualTo('A')) where:

  • $condition is the current condition with all properties

  • ‘state’ is the name of the property

  • 'A' is the property itself and that you want to keep

I hope this is helpful,

--Selmane

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