i have a problem with displaying data from Lotus documents with filtering on data that exist in other documents. For example: these are two documents: Employees (with fields "EmpName" and "EmpNo") and Docs (with fields "DocNo" and "EmpNo"). And I need to create a view to display the documents from Employees but only which the Docs not contains a documents with the EmpNo. In other words, if in Docs exist document with EmpNo=12 then data from Employees with EmpNo=12 must not be seen.
In SQL I could do this like that: "select * from Employees where EmpNo not in (select EmpNo from Docs)".
Can I do something like that in LotusNotes?
Thanks, Tomasz.