Closed (fixed)
Project:
Views Group By
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
24 Apr 2009 at 22:30 UTC
Updated:
23 Jul 2010 at 22:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
irakli commentedThank you.
Standard SQL, that Views is trying to enforce, only allows to have fields either in aggregate group or in group_by group i.e. you should either include field in count() list or group_by list, depending on your case. If you leave field hanging in the air - it will be removed to protect you from an error.
Try adding thumbnail field either to count() list or group_by list (whichever makes sense for you).
Hope this helps.
Comment #2
bgnm2000 commentedHi,
Thanks for the quick response! :)
I'm sorry but I dont understand, I've attached my current configuration which is currently only displaying the titles
Comment #3
rsevero commentedAs you say, you have thumbnails for each result. When you group, which thumbnail would be presented for each group?
This isn't a limitation of Views GroupBy but a flaw in your logic.
Please reopen with extra info if necessary.