I love this module! I was trying to accomplish this w/out it for so long!

Anyway, I have thumbnails attached to each result in the view, but when grouped the thumbnail disappears and only the title remains.. Anyway to have the thumbnail as well?

Thanks!

CommentFileSizeAuthor
#2 viewsgroup.jpg210.64 KBbgnm2000

Comments

irakli’s picture

Thank 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.

bgnm2000’s picture

StatusFileSize
new210.64 KB

Hi,

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

rsevero’s picture

Version: 6.x-1.0-rc1 » 6.x-1.x-dev
Assigned: Unassigned » rsevero
Status: Active » Fixed

As 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.