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"