Closed (fixed)
Project:
Views Group By
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 14:50 UTC
Updated:
10 Aug 2009 at 20:10 UTC
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
Comment #1
carvalhar commentedSo...how can i group by a term?
Any clue?
Comment #2
irakli commentedGrouping 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.