I’m attempting to channel a record list to only display specific records. I’m filtering the record list by using location type.
I used type = retail, however, I need to list various categories. I’m trying to filter out one category specifically, so it is the only one not listed on the record list.
Any suggestions?
Have you tried type != 'retail'
?
1 Like
Is there a way to list multiple categories that are ‘=’ to Type? For an example, Type = Retail AND Dealer
Yes, Type = 'Retail' OR Type = 'Dealer'
1 Like