Response to multiple Docs

Hi,I would explain the application before:

I have a change request form with 4 fields:

  • Server (Multi value Dialog List who’s taking info from Server View)

  • Date Request (Date Field)

  • Requester (Dialog List from Adress Book)

  • Changes (Text Field)

For Example:

Server: CITRIX;MICROSOFT;SQL

Date: 01/03/2005

Requester: User1

Changes: Reboot.

The problem is that I would like to link each independant server to any changes in my view:

Results wanted:

Server(Categorized)

MICROSOFT

   01/03/2005   USER1    REBOOT

CITRIX

   01/03/2005   USER1    REBOOT

SQL

   01/03/2005   USER1    REBOOT

Thanks any help or examples will be appreciate

Subject: Response to multiple Docs

just use “show multiple values as separate entries” in the column value properties of the categorized column. this will create a separate category for each unique value in your server field.

ST

Subject: RE: Response to multiple Docs

I think you din’t understand what i mean

Subject: * Perhaps it’s because you didn’t explain it very well.