Hi All,
I have 3 lists :
* Combined List : CombinedNumber and EmployeeID;
* Vehicle : CombinedNumber, RentalColumn ("Yes","No");
* Driver - EmployeeID and Department ("A","B", "C")
I want to have the CountRows() of the results of these 3 lists. How should my Filter() look like? Should I use a Lookup()?
e.g. There is 5 Employees (Department : B; RentalColumn : Yes).
Best Regards,
dKayt