I am allowing two kinds of response to my document.
one Feedback to the content of the document
the second is ideas for future enhancement
I have created two documents one called “Feedback” and the other " Enhancements" both are response documents.
What I want to do next is have two views one displaying the parent documet along with Feedback response ONLY and another displaying Enhancements response only.
In the View selection I have
SELECT Form =“Document” | @IsResponseDoc
I also have a column wit “Show Response only” checked. Now both types of response are displayed.
I have no clue how to display only one of the responses at a time. Any sugessions.