Is Views Group By compatible with Views3?

If not yet, see this issue on the Views3 issue queue and add your vote there.

http://drupal.org/node/891348

Comments

happysnowmantech’s picture

Subscribe. I tried using Views Group By 6.x-1.0-rc2 with Views 6.x-3.0-alpha3 and it didn't seem to work. I was able to define settings for the SQL Aggregator field, but the field did not get displayed in my view, nor did the query get altered to add the COUNT(*). Would love to see this working with Views3.

R.J. Steinert’s picture

Views-6.x-3.x-dev has a "Use grouping" setting under Advanced Settings that (I think) accomplishes (well not yet) what the views_groupby module is going for. I'm not sure what the story behind it is that feature is. Does it use code from the views_groupby module?

Unfortunately the Use grouping feature is currently not forming the SQL correctly as I have reported here -> http://drupal.org/node/1037268