views_groupby_hack

Categories

Component ID

1302688

Component name

views_groupby_hack

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This is a hack to fix views groupby functionality. What it does is remove any fields from the query that you have not explicitly added. This prevents groupby from grouping on nid or vid, which often creates duplicate rows when you are grouping on a cck field, especially when using relationships.

Here is a link to the issue where this problem is being discussed.
http://drupal.org/node/695298#new

Right now I have it working as I would expect with...

CCK 6.x-2.9
Views 6.x-3.x-dev