What I want is to have a view with a certain filter (doesn't matter) and include the parent item only if it's a project.
When creating a filter for a custom view, there is a "Show Hierarchy" option. In the "Config" dialog, I can choose "Include Parent Item" and configure a filter for the parent items.
However, if I set the filter to "IsProject = true", then I only get items that are in a project. That is, items that are included in my main filter are not shown if they are not children of a project.
What I want is to get all items in my filter, but show the parent only if it's a project. Is that possible?