Drupal return number of results in a View
Posted
by Linda
on Stack Overflow
See other posts from Stack Overflow
or by Linda
Published on 2010-06-04T12:17:50Z
Indexed on
2010/06/07
12:02 UTC
Read the original article
Hit count: 195
I have a view in Drupal that filters my content. It brings back 7 rows. All I want to return is the number or results returned(7). Is this possible?
I tried using the View result counter but it returns a number for each results
1 2 3 4 5 6 7
I just need the 7 part.
So in SQL I would do a select count(*)
© Stack Overflow or respective owner