this is similar to http://drupal.org/node/416332

In one of my projects I need to sort a view according to count of nodes that refer on it.

any idea how to do that?

Comments

dicreat’s picture

Subscribe for sorting feature in Views.

andypost’s picture

Suppose sorting for views bring a lot of expensive queries.
If you have any idea to do not make a query for each row I'm glad to see patches

sotiris’s picture

+1 subscribe

Aldus’s picture

+1

strellman’s picture

How about a filter based on the count. In my case I want to filter to see where nodes have no referrals. I can't even seem to do that.
The field based on the referral count isn't sortable in the table view.

fourmi4x’s picture

+1 for sorting, + 0,75 for filtering !