Hello designers:I have an embedded view within a form which I like to display the child documents for that document. No matter what I do the embedded view is empty.
Can anyone help me.
Hello designers:I have an embedded view within a form which I like to display the child documents for that document. No matter what I do the embedded view is empty.
Can anyone help me.
Subject: Embedded view is empty
Child documents (=response documents) don’t show up in views unless you show also their parent document, or mark the view to show all documents regardless of response hierarchy.
In your case I would guess that you need to put in the embedded view selection the name of your view, and in the “Show Single Category” selection the keyword which selects your main document. That way you will see only the response documents, and not the main document.
Subject: RE: Embedded view is empty
The problem might also be that you’re Showing Single Category based on the $REF field, without converting it to text first:
@Text($REF)
It caught me a few times.
Subject: RE: Embedded view is empty
To be sure to display only the correct response document use @Text(@DocumentUniqueID) in your embedded view select single category.