Hi all,
I have created a View and then counting the no of documents inside the view using @Elements. The formula is:
temp :=@Elements(@DbColumn(“Notes”;@DbName;“Name of View”;1));
temp+1;
After that, i will increase the no of documents by 1. I want to do so because i want to keep track the no of documents in the view.
But after that, sometimes i create a document and the no of document WILL NOT increase by one, and sometimes will. This is strange. Hope someone can help me.
Thanks