Closed (fixed)
Project:
Views Group By
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
5 Mar 2009 at 00:04 UTC
Updated:
23 Jul 2010 at 22:30 UTC
I have a CCK field for pictures, currently it allows for an unlimited # of them to be added. Would this allow me to display the nodes with the most pictures first?
Comments
Comment #1
rsevero commentedI believe you used ImageField CCK.
If this is the case, you will need the patch from http://drupal.org/node/669070#comment-3183260 so you can aggregate on Node NID and use the MAX SQL function to get the maximum value of delta content field (there is one "delta" for each unlimited field).
Please reopen with extra info if necessary.