I am new to Drupal and I have been trying to figure out how to create a field in Drupal 7 views to group my content by a specific taxonomy term. I've already attempted to use the vocabulary this taxonomy term belongs to, but it will also group with other taxonomies under the same vocabulary, which I don't want to do. Essentially what I want to do is this:
Vocabulary
- taxonomy term parent (show)
- taxonomy term child
- taxonomy term parent (ignore/hide)
Right now I can select the vocabulary for the field as content: [vocabulary], but what I want is content: [vocabulary > taxonomy term parent (show)]. How do I do this?