Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a SharePoint-Online site with document library named "Documents" where i can upload multiple document sets which under go multi-stage approval process. Once the approval is completed the same document set will be created in "Complaint" library.

My issue is I should have a hyperlink to items in "Document No" column in "Documents" library which when clicked on the link should navigate to the "Complaints" library and open document set created with same name as of "Document No" in "Title" column of "Complaints" library.

What I have tried:

I created a calculated column and gave the below formula



=""&[Document No]&""

It is navigating me to "Complaints" library but from there how to navigate to a particular document set.
Posted
Updated 22-Mar-16 1:50am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900