Hi,

I have setup 2 separate vocabulary called 'categories' and 'tags'.

Now i'm trying to create a Views block to show all the tags that belongs to a category.

For example: in blog content type, i have added 2 entity reference fields. One for categories and another one for tags. Each post is filed under a category and tags added on the fly.

The category has a predefined list of terms: 'Tech' and 'Web'

Serveral content posts have tags of Mac, PC, Linux and filed under 'Tech' category

Serveral other content posts have tags of Drupal, Browser, WordPress, JS filed under 'Web' category

What i'm trying to do is show a Views block with all the tag terms from a category.

So category 'Tech' will display: Mac, PC, Linux and category 'Web' will display: Drupal, Browser, WordPress, JS

Is this possible from within Views in Drupal 8?

cheers,