Link another SharePoint list from a list
Link another SharePoint List from a list view - Create a new field/column in the parent list as calculated field and do hyperlink as ="<a href='http://<<SiteUrl>>/Lists/<<ListName>>/<<ViewName>>.aspx?Filter1="&CustomColumn1&"'>Task Status</a>" - Create a custom view of the child list - Customize the aspx form of the new view created and add below lines through SharePoint Designer <ParameterBinding Name=”Filter1” Location=”QueryString(Filter1)” DefaultValue=”’> - Once this line is created, a new view will be created in the same page like <View> <Value Type> - Now filter the child list by choosing Title – Contains {Filter1} - Now when you click the link from the page, it will redirect you to the child list view https://devdotnotes.wordpress.com/2012/01/29/sharepoint-caculated-column-and-hyperlink-