i have a view that displays the employee name (sorted asc/categorized) then the no. of days absent …
in a form, i have a field (computed, multi-value) with the following formula
@DbLookup(“”:“NoCache”;“”;“AbsenceTotals”;EmployeeName;2;[FailSilent])
the purpose of this field is to get all the days absent in one field
My problem is, it only gets first 5 documents (sometimes 3 or 4 for other employee name)… wondering why it’s not getting the values for all documents.
thanks in advance