Views: list one node per user
public
group: Views Developers
sterwa - Mon, 2008-05-26 18:36
Hi,
How can I set up a view with one (latest) blog entry per user, sorted by node submission type. Can't seem to figure out how to set up the whole "one node per user" thing...
Thanks!

That query is actually very
That query is actually very hard to do in SQL and Views does not support the necessary wedges that let you do it.
thanks mate...
thanks mate...
Not quite, but may be useful
http://groups.drupal.org/node/11746
I'm actually thinking of
I'm actually thinking of something similar, but trying to do a view of the latest post of type x from each group and then feed it into a gmap view. Any ideas?