Hi,Let me explain you my database before.
I have a “Change” form with 2 fields:
-
ServerName which is a dialog List (with multiple values) who’s taking data from another view
-
Description is a text field
I have a “Changes” view who’s showing responses document in a hierarchy from “Change” Form.
Now my problem is that I would like to link automatically the serverName to the specific document in my View, cause I have to do it manually.
For example:
- I create a new Change on my form:
ServerName: server1 - server8 - server10
Description: Reboot the server
- In my view I would like to see the 3 changes linked to the specifics servers:
Server1
Document response —> Reboot the server
Server8
Document response —> Reboot the server
Server10
Document response —> Reboot the server
Sorry for my English, I hope you’re understand what I mean.
Thanks