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.
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: