Hi, I have a set and I added filters with objects. I have 2 filters, they contain the same type of object
Example:
Filter 1 - People i’ve already contacted - object “person”
Filter 2 - People who replied - object “person”
I have both filters for a single note, sometimes it can contain the same person in both of the types.
My problem is:
For example I need to see all notes where a person Amy was mentioned in those two relations.
When I turn one filter on, it does its job
But when I add the second one, It shows nothing.
There is no mistake in relation, it should’ve displayed several notes in the set, but it doesn’t. Separately they work fine but not together.
I chose “contains any of “”” for filters
But it doesn’t work even when the second filter is just on, (e g “not empty”) with no object chosen
What am I doing wrong? I need to see in one list both whom I contacted and who has replied
How can I achieve that?