In Drupal 7 I have a categories taxonomy vocabulary with the following structure:
-Cat one -Cat two ---Sub cat two -Cat three
I added a node with the term Sub cat two
.
I created a view formatted as table, listing node names and its assigned categories.
In this view, the category field only shows Sub cat two
as result. As this term is a child of Cat two
, I'd like to show something like Cat two > Sub cat two
instead of just the child term.
I have no idea on how to achieve this.
Any hints? Thanks!