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

Check out more on the IN function in Cascade docs.

Last updated