Total number of documents stored in a view using formula language

how to get count of total number of documents in a view.

For ex, if a view has 5 records , by using which formula can we get this count of 5.

Subject: total number of documents stored in a view using formula language

You could use @Elements in combination with @DbColumn:

@Elements(@DbColumn(“”:“NoCache”; “”; “YOUR VIEW”; 1))

Subject: total number of documents stored in a view using formula language

did you search for an answer before posting? this question was just asked a few days ago:

http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/6ad84a165347473e852575400023752d?OpenDocument