Tell us what you are trying to do?
=> I created a custom user post containg customer's data, which I used to build a user view with BLOCK EDITOR. If a user logs in, the view just shows the data of the logged in user, since query filter is set to post author = logged in user.
=> Every user is assigned to a category or taxonomy, which represents the industrial sector he is coming from. This category is also displayed in the user post and in the user view respectively.
=> On the other side I build a view displaying news about legal developments. All the news are assigned to several industrial sectors, the same as applied for users.
My plan: if user logs in and looks at the news directory, he sees only the news from his industrial sector. I am aware that I could use a front-end filter for users to select their sector, but I would prefer that this is done automatically.
Is there any documentation that you are following?
Based on https://toolset.com/documentation/user-guides/views/filtering-views-by-taxonomy/ I had the idea, that by building a nested view (parent view = user view, child view = news view), the taxonomy term, which is filtering the news view comes from the taxonomy term of the loged in user.
But I did found nothing about building nested views with BLOCK EDITOR (where exactly should I insert the parent view)???? And would this kind of passing arguments be feasible?
Is there a similar example that we can see?
What is the link to your site?