Hi,
I have a table element within an operations dashboard that shows a list of Capital projects and their corresponding attributes. One of the fields in the table element displays URLs for standalone profiles of the projects on our agency’s website.
Those URLs are showing as text and unfortunately aren’t clickable. Does anyone know if there’s a work around to have these display as hyperlinks? I’m not seeing any options to accomplish this in the Value tab of the table element’s Configure section.
Any help would be appreciated!
I believe I was able to figure this out by creating an anchor tag in the Advanced Formatting area of the Configure section.
displayText: `<a href=${$datapoint["URL_LINK"]}>${$datapoint["URL_LINK"]}</a>`