Hi,
I want to display in a view only the answer to a document. How can I select answerdocuments and search within it ?
Thanks and regards,
Bernd
Hi,
I want to display in a view only the answer to a document. How can I select answerdocuments and search within it ?
Thanks and regards,
Bernd
Subject: Do you mean response documents?
If so, you can create a view with a selection formula similar to:
SELECT Form=“Foo”
Where Foo is the name of your response form.
Next, in the View properties, Options tab, turn off “Show Response Documents in a Hierarchy”.
The view will now display (and search) only response documents.