Count number of entries under a category - Lotusscript

I have a view whose first and second columns are categorised. For example, first column is the document created date and second column is the author of the document. I want to findout how many (just the number) documents are created by a specific user in a specific date.

Your help will highly be appreciated.

Subject: Count number of entries under a category - Lotusscript.

Just use @DocChildren. This will give you the no. of documents under the category.

Subject: Count number of entries under a category - Lotusscript.

Josy,

Add a couple of totals columns to your view. Then, check out these items in Notes Help:

Then, create a NotesViewNavigator and get the column values of the categories.