I am using a lookup field to pull in values from a single-select field on the linked record and I’m having trouble filtering on the lookup field since it’s displaying the data as plain text.
I’m trying to filter to records that contain either of 2 potential values from the original single-select field. If the lookup field were single select, I’d be using a “IS ANY OF” filter, but since it doesn’t come into the view that way the only options I have are “IS” or “CONTAINS”. I can’t use an “or” in my filter set because I need to be able to use other filters also. Any suggestions for workarounds on this? Is there a way to convert the lookup to a field I can actually filter on?