Forum Discussion

Jonathan SARTORI's avatar
Jonathan SARTORI
Copper Contributor
Nov 06, 2020
Solved

How to create functional links with calculation based columns that works with detailed view

Hello!   I'm trying to do something that could be simple but with no success! I want to create a link within a column using calculation based columns. Here is the code I use :   =CONCATENER("....
  • ganeshsanap's avatar
    Nov 24, 2020

    Jonathan SARTORI 

    You are right that SharePoint online doesn't support HTML in calculated columns.

     

    I will suggest you to use complete site address while creating calculated column within CONCATENATE function (CONCATENER in your case), like:

     

     

    =CONCATENER("https://tenant.sharepoint.com/sites/SiteName/Lists/Matriaux/AllItems.aspx?FilterField1=Site&FilterValue1=";Title)

     

     

    It will help users to copy the link if it is not possible to make it clickable.

     

    Then you can use the JSON as you are already using to show the icon and link in all items list view.

     

    To show the clickable link on forms (detailed view panel) you need to customize the list forms using Power Apps.

    OR you can wait for the new feature coming to SharePoint soon. Maybe using which you can Configure the list form and make the column clickable.


    Please click Mark as Best Response if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

     

Resources