Hi,

I have one view that i'd like to show my results grouped by taxonomy terms, like this:

Term 1
Item a
Item b
Term 2
Item c
Item d

The fields that i need aren't numeric, so how should i make this group by view work without the need of "Count" statement?

Any tips?

Thanks,
Carlos

Comments

carvalhar’s picture

So...how can i group by a term?
Any clue?

irakli’s picture

Status: Active » Fixed

Grouping by term is the use-case discussed in the tutorial: http://drupal.org/node/389230

Fields do not need to be numeric in order to apply count() to them.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.