Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.8
Component:
node data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2009 at 22:04 UTC
Updated:
9 Jul 2010 at 22:33 UTC
I'd like to create a view that shows one (the most recent) node for each term in a taxonomy - basically a group by taxonomy term that limits to the first member of each group.
Right now I'm heading down the path of created a view of terms and then in the views-view-field.tpl.php for the tid calling an embedded view to find the last node that matches that term. It's a hack and I don't really like it for a whole bunch of reasons. Is there a better way that I'm missing?
Comments
Comment #1
dawehnerJust stuff is not possible at the moment. #470258: Groupwise maximum ('representative') relationships Tries to fix this