Stop response documents from showing in a Lotus Notes form
Learn the Formula language code that you can use if you'd like your Lotus Notes form with embedded views to stop displaying all response documents.
I've created a new parent document. In the embedded view, I created the response documents. But when I create the parent document, it shows all of the response documents in the embedded view. Do you know what the problem is and how to fix it?
- First, categorize the response document view according to the parent document unique ID. The column formula could be something like this: @Text($Ref).
- Next, define the embedded view as a single category view and set its single category formula to the parent document's unique ID, for example: @Text(@DocumentUniqueID).
This will instruct the view to only display responses to the parent document based on the matching unique ID.
Do you have comments on this Ask the Expert Q&A? Let us know.