I am using SP2013 on-premise.
I have two document libraries. Some files in DocLibA have a relationship with DocLibB's documents. I would like to create a column in DocLibA and link to 0-1 files in DocLibB. So that when a user browse DocLibA's view, he can directly download the related document with a single click.
I have tried to setup a lookup column to DocLibB's title column. But it just gives me a link to open listform.aspx page (/_layouts/15/listform.aspx?PageType=4&ListId={5475cxxxxx...}) which shows the file's properties. I want to directly link to the document (i.e. /DocLibB/file.pdf).
Could you please advice?