I have a vocabulary with the following structure:
Vocabulary Parent term 1 Child term 1.1 Child term 1.1.1 Child term 1.2 Child term 1.2.1 Parent term 2 Child term 2.1 Child term 2.1.1 Child term 2.2 Child term 2.2.1
Based on the above structure of taxonomy terms, I have a view of all the terms of last level like,
Child term 1.1.1 Child term 1.2.1 Child term 2.1.1 Child term 2.2.1
Now, i want to create the view, which list me 2nd level of taxonomy term by passing term id of the 3rd level.
Example:- If i pass term id of Child term 2.2.1 in contextual filter, i should see the Child term 2.1 as a result of view.