Domino Code Fragment

Code Name*
How do you select only Response documents in a view?
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.141.244.201
Description*
How do you select only Response documents in a view?
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
Turn off Show Response Hierarchy in your view properties and then and use this
as your view selection formula:

  SELECT @IsAvailable($REF)

You can also do it using:

  Select @IsResponseDoc

or by selecting the names of the response forms like so:

  Select Form =

"the name of your response document you want to show"

& form =

"Another form that is a response document"