Create view displaying node count?

There was a problem creating views that are a very simple query. Display the number (number) of nodes of this type. I do not find this option in any obvious place ...

How?

+5
source share
2 answers

You want the Views Group by module . More information about this module (from the project page):

This module enriches Views2 features with SQL Grouping and Aggregation features.

, node ? , .

: SQL . : SQL: Group By Fields. "group by" SQL "count()".

SQL COUNT() - API Views2. Views2, . Views2 , , .

+6

All Articles