Reputation: 845
I want have created Wikipage on my subsite in SharePoint 2013 online, I want to add two dependent dropdowns on my website... for that I have created two lists in my SharePoint subsite. How to link one List to another list... Just like SQL table PK-FK relationship.
List 1:
List 2:
Upvotes: 0
Views: 6381
Reputation: 5493
Just join two lists:
Create lookup column refer to category list.
For Cascade Dropdown, you could use SPCascadeDropdowns.
https://www.c-sharpcorner.com/article/cascading-of-lookup-dropdown-fields-on-sharepoint-2013-and-o/
For inner join query(need lookup column).
Upvotes: 2
Reputation: 282
Actually I am not quite clear about what you are saying - may be you may handle this through the lookup column mapping between two lists.... in SharePoint list relationship is maintained by lookup column/list.
And if you are looking for connected list view webparts in SharePoint online you may go through the below article :
https://global-sharepoint.com/2019/08/18/connected-web-parts-in-sharepoint-online/
Upvotes: 0