Slice View: Row Filter Expression: Just display rows based multiple values within a specific Column

I have a slice I want to create a row filter for.

I have a Column called [County] I have many county’s, but I want only a select few to be visible for this slice. Example:

Table name is: (IntersectionList) Column name is: [County]. List of Values I want shown based on the County: Mason, Monroe, Livingston, Allegan.

I know there a many ways to do this but I can’t for the life of me get multiple values of a county to work. Thanks for the help!

0 4 159
4 REPLIES 4

Steve
Platinum 4
Platinum 4

IN(“County”, {“Monroe”, “Livingston”, “Allegan”}) : TRUE

Nothing shows up in the view

IN( [County] , LIST(“Mason”, “Monroe”, “Livingston”, “Allegan”) )

YES. Just found that. Thank you for the help

Top Labels in this Space