Select to view content in your preferred language

How to Make a Field of URLs Clickable Links in a Dashboard's Table Element

1114
1
06-09-2022 06:53 AM
Labels (3)
RTAAdmin
Emerging Contributor

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.

Table_Element_Dashboard.jpg

Any help would be appreciated!

0 Kudos
1 Reply
RTAAdmin
Emerging Contributor

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>`

Linked_URLs.JPG

0 Kudos