Response display question

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.

Subject: RE: Response display question

Use 2 differenet selection criterias for your view:

One view would be

SELECT Form =“Document” :“FeedBack”

The other view would be:

Select Form = “Document” : “Enhancement”

Subject: RE: Response display question

Tom,

Thanks a lot

I tried this and it works.