Views: list one node per user

public
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

merlinofchaos's picture
merlinofchaos - Mon, 2008-05-26 18:59

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

sterwa - Mon, 2008-05-26 20:34

thanks mate...

I'm actually thinking of

scedwar - Thu, 2008-06-26 00:22

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?