I have a survey database and I need to create a "NoRecordsView" comparing View1 (respondent) and View2 (expected respondent). My "NoRecordsView" shall contains those who did not respond. View1 and View2 contains different forms with one common field.
Thanks.
Software/Hardware used:
Lotus notes
ASKED:
January 29, 2013 8:18 AM
UPDATED:
January 29, 2013 12:41 PM
You need to have one additional field in both the formswhich tracks the value for no response, and then you can filter out those documents.In the view selection formula you need to apply this formula for example:select (form=”a” | form=”b”) & status=”no response”. Check if I understood your question correctly.