How do I filter a list using a related column in another list?
I have a document set with a Name column (IE: Blue Folder 103), the folders will all be Blue folder 103, 104 105 etc.. so on and so foth, I want to use that columns as a filter to only show items related to that Blue <Number> that are in another list on the same page. but this has to be dynamic..Where the Filter will filter no matter what the Name is in the Name column it will filter the other list.
IE:
List 1(DocumentSet)
Name Column
Blue Folder 103
(the data from the second list will only show if the Name columns match)
List Two
Name Column
Blue Folder 103 Column / Column / Column ( all this is related to the list 1 item)
I need to do this for each List 1 item ...
Is there a filter I can use?
I know this maybe simple but I'm having a hard time getting it setup
FYI:
client does not want me to use custom code only SharePoint out of the box.
Steve Athey