I have a view which displays one time entry forms. the 2nd column are their hours for each document.
I have another document which pulls up information on how many hours used. The formula for this is:
r := @DBlookup(“”:“NoCache”; “”; “PTOVacation”; @Name([CN]; @Usnername); 2)
value2 := @Sum( r );
The problem is it doesn’t total all documents in the view. Say there are 10 documents, it will only add 9. I tried adding another document and nothing.
I tried searching on the forum for some ideas, tried the view refresh, nothing.