I have situation when I can not set `filter Criteria` or `required relationships` referenced to the included (children)(different Content Type) view to not show current row if included view have not results.
The problem is that there is no hooks that can give me results of included view before render to unset it programmatically.
Anyone have some solution?

Comments

damiankloip’s picture

Well, views_field_view fields aren't executed and rendered until render time of the parent view. So that would make things tricky. You could use an existing views hook to do some custom behaviour here. This is not something we would provide in this module I'm afraid.

damiankloip’s picture

Status: Active » Closed (won't fix)