Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2012 at 13:57 UTC
Updated:
15 Sep 2012 at 08:43 UTC
Is there any way to sort users by count of nodes they had added? I've trying to do it using views, but i didn't find such item in sotrs of criteria. I will be grateful for any help! Thank you!
Comments
Comment #1
dawehnerThat's quite tricky to achieve but it's possible.
Add a view of nodes.
First check "use aggregate". Once you have done this add one content: nid field and one user: name field (with the relationship).
Once this was done you have to count for the nid and group by the uid. The same can be done for sort as well, that's what you need.
Comment #2
zhenjan commentedGreat thank you!!! That was exactly what i need!!!
Comment #3
zhenjan commentedComment #5
peterkortvel commentedThank you, but this does not show the users with no added content. How could I do this?