Hello,
I am stumped here and would appreciate any help.
I have two share point lists:
Weeklylist: the first is a list of projects with project details (manager, end date, etc) the relevant column here is the project name (note: this is not the title column) each project has a single row.
risklist: the second list is a list of risks associated with the projects found in weeklylist. It is possible that a project has multiple risks, it is also possible that it has none. Each record in the risklist has the project name (which may be repeated when there are multiple risks)
on my start page, I have a gallery which uses weeklylist to filter by projects, when a user selects the project they are taken to a page where other data related to that project. One of the sections on this page is for risks. I would like it to pull all associated risks (0-3) based on the selection made in the gallery.
it does not seem to work as the gallery is based on weeklylist and the form for risks is based on risklist.
2 questions:
1. How can I filter a form with data from list2 based on a gallery selection in list1?
2. Is it possible to make this dynamic, since there may be multiple risks for a single project I’d like it to display all of the risks instead of only the top match.
thanks!