Skip to main content
Helper ⭐️
November 8, 2019

Make URL-type field hyperlinked in Unified Scorecard Fact Report

  • November 8, 2019
  • 4 replies
  • 156 views

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. 

4 replies

ana_gAuthor
Helper ⭐️
December 23, 2019

Any feedback on this?

 

Anastassia Goidina
shantan_reddy
Gainsight Employee ⭐️
Gainsight Employee ⭐️
January 8, 2020

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

shantan_reddy
Gainsight Employee ⭐️
Gainsight Employee ⭐️
July 13, 2020

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

 

Regards,

Shantan

prithvi_vihari
Helper ⭐️
July 30, 2020

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>