I know how to add and store filters in list views. But it seems you can only select fields from the current entity and not from dependent entites.
Following example (which probably doesn't make sense, but can explain it very well). I have the list of accounts. Here I need to filter for last name of contacts ... like Doe. So when I enter Doe, I only want to see accounts in the list, a contact named Doe is linked to. Is this possible?
Following example (which probably doesn't make sense, but can explain it very well). I have the list of accounts. Here I need to filter for last name of contacts ... like Doe. So when I enter Doe, I only want to see accounts in the list, a contact named Doe is linked to. Is this possible?

Comment