💬How to write an IN() statement with multiple variables

Using the IN() function to with multiple variables

Sometimes you might want to filter with two variables using a single Filter tool. This is possible using the IN function in Cascade.

IN({Product}, "iPhone", "Wired Headphones")

In this example, the user is filtering for rows with the value “iPhone” or “Wired Headphones” in the Product field.

Screenshot of Filter tool configuration using IN() statement
Screenshot of Filter tool configuration using IN() statement

Check out more on the IN function in Cascade docs.

Last updated

Was this helpful?