Forum Discussion
Kelly Dungate
Jun 14, 2017Copper Contributor
SharePoint Online - calculated column no longer showing as hyperlink
A couple of months back I created a calculated column that was showing a hyperlink and I have just noticed that the calculation no longer works. The formula I used is below, note: I have removed ...
Raffaeu
Jul 04, 2019Copper Contributor
Kelly Dungate with SharePoint online or SharePoint 2019 is not needed because you can format a column as following:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "a",
"txtContent": "@currentField",
"attributes": {
"target": "_blank",
"href": "=@currentField"
}
}