KarenS,
I want to count the number of rows deplayed by a view. So I used your module which works fine (thank you) except that when I use 'count' on the node title, for example, I get the right number of raws but the label of the operation 'count' is not displayed. Is there any way to display it ?
Regards,
Eric

Comments

jtjones23’s picture

I'd love to have this functionality too. I take it that the count function will only count and display a row of numbers? Like ec, I can see in the page source code that the value is calculated but not displayed.

Drupal 5.6
Views 5.x-1.6
Apache 2.2.4
PHP 5.2.4
MySQL 5.0.45

karens’s picture

Without actually looking at the module (no time right now) I think the problem is that it cannot display anything on the first text column, since it uses that column to display the word 'TOTAL', etc. If you want a count on the Title field, try putting some other text field ahead of it. (Yes I know that's not ideal, but it's a quick fix for now.)

karens’s picture

Status: Active » Fixed

Try th development version of the module. I've made changes to the way the code works that may affect this. The previous code is now saved as the Official Release.

You can re-open with more details if you don't see the totals in the new version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.