Preventing number from being displayed in totals column

I have a view that contains a totals column. The documents that display in this view have reader fields. Therefore, not all the documents are visible for all users. The totals column, however, displays the total for all documents in the database regardless of user access. Is there any way to prevent this number from displaying?
Build another view where your view selection does not use readers. Drive the user to the proper view by their user ID.

This was first published in October 2002