Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
In Views 2 the styles grouping by field, is not the real SQL GROUP BY clause, but merely a styling. Please check the resulting SQL output after adding a grouping field, there is NO group by sql clause in there.
Comments
Comment #1
agerson commentedahh, you can do this all in views with d6
Comment #2
lenalg commentedHow do you do this with Drupal 6? I cannot find the group-by option anywhere...
Thanks
Comment #3
giorgoskWhen you define styles it lets you define group by certain fields
Comment #4
giorgio79 commentedSorry, I have to object here.
In Views 2 the styles grouping by field, is not the real SQL GROUP BY clause, but merely a styling. Please check the resulting SQL output after adding a grouping field, there is NO group by sql clause in there.
Any ideas?
Comment #5
giorgio79 commentedFor D6?
http://drupal.org/project/views_groupby
Comment #6
giorgio79 commented