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





Comments

Popular posts from this blog

Run Powershell script on Remote Computer/Server

Power BI Refresh Issue: unable to convert the value '' from the source data type 'VT_BSTR' to the expected data type 'VT_I8.

SPDActivities - DP.SharePoint.Workflow - Workflow failed to run