On my Sharepoint online site I have a document library that contains document sets. The document sets allow a custom document type (inherited from document). In some cases I display the documents as a flat list (i.e. output includes documents from multiple document sets). In these instances I would like the user to be able to navigate to the document set that contains the document.
For example: Document A is in Document Set 123 and document B is in Document Set 456. I have a view that shows both A and B. When the user looks at the details of A, there will be a link to 123. Similarly, when the user look at the details of B, there will be a link to 456.
I'd prefer an OOTB solution.
Thanks!