Posted by Sigal on August 4, 2009 at 10:34am
Hello,
I am using Drupal 5 and need to create a table view that is grouped by taxonomy term.
I have a content type product, that has main and sub categories.
I want to create a view that gets the main category as an argument and displays all the products for this category, grouped by the sub category and displayed side by side.
For example:
Main category: Fruits
Sub category: Apples
Products:
Apple one
Apple two
Apple three
Sub category: Oranges
Products:
Orange one
Orange two
Orange three
The view will look like this:
Fruits
Apples
Apple one Apple two Apple three
Oranges
Orange one Orange two Orange three
Can someone please help me with that?
Thank you,
Sigal
