How to filter multiples values on a custom measure filter?

Hi, everyone!

I’m trying to create a custom filter on a custom measure that uses a string column to filter a bunch of different words. These term have no pattern, so I think the best way is to define them explicitly.

I’ve tried using a simple “IN”, but it seems the filter doesn’t recognized this parameter. To exemplify:

${table.string_field} IN ("Example1", "Example2", "Example3", "Example4")

How can I do this type of filter?

Thanks!

0 1 61
1 REPLY 1

I believe that you can use the OR operator to filter, this can achieve the same thing. Another option can be using the CONTAINS function.

Top Labels in this Space