I have taxonomy countries list with cities
Czech Republic - Prague - Brno Germany - Berlin Then I have content type position where I am using this taxonomy as select list. Now I need to create table with list of this content type.
Wanted result:
Country || City --------------||------ Germany || Brno Czech Republic|| Prague I have created view for that, but I am not sure how to show parent of taxonomy term.
I have found that How to show the parent and child taxonomy term? but I do not see Taxonomy term: Term ID, Taxonomy term: Parent term at all