Make URL-type field hyperlinked in Unified Scorecard Fact Report

Related products: None

Hi, I brought in a URL field from an outside data source and added it to Company, and the URLs are hyperlinked/clickable in both the original MDA and through the Company object. However, when I add the URL field to Unified Scorecard Fact reports, the URL is no longer clickable. Can this be improved upon by the product team? I’d love to not have to have different reports just because one field doesn’t function as intended. 

Any feedback on this?

 


@sai_kumar_raghavarapu @srikanth_katukam , can we take a look at this, once?


@sai_kumar_raghavarapu @srikanth_katukam Can we take a look at this, please?

 

Regards,

Shantan


Hey Everyone,

I guess we might have a workaround as the Product team looks into the same. We could use the concat formula in Rules> Transformation and add an additional ‘<a href="’ to the left and ‘">Your link</a>’ to the right of the URL type field. This worked for me so sharing the same.

HTML Syntax: <a href="Your URL"> Your URL</a>