Slice with multiple conditions

I’m trying to create a slice that does not equal to 3 entries. Basically I need an everything else slice. So If my column is labeled ‘food’, I want everything but ‘fruits’, ‘vegetables’, or ‘dairy’. I can’t seem to figure out the syntax. [column] <> “fruits”,“vegetables”,“dairy” doesn’t seem to work.

0 3 859
3 REPLIES 3
Top Labels in this Space