Select to view content in your preferred language

Formatting Hyperlinks for PDF Layout Export

5733
11
02-12-2021 07:48 AM
Labels (1)
KieranClark
Occasional Contributor

Hey folks, I'm having a bit of trouble figuring out how to format a clickable link in a map layout that is exported to PDF. I have a Dynamic Text field that is creating the link I need based on a base URL plus some text from a data field. The expression is as follows:

var RSSLink = 'https://subtelforum.com/?s=' + UrlEncode($feature.SystemName);
IIf($feature.SystemName != 'NULL', RSSLink, 'Not Available')

 This correctly returns the URL I would like to have. (example: https://subtelforum.com?s=GTT%20Express)

Further, setting the <url> tag before the dynamic element in the text properties makes this URL clickable on PDF export like so:

 DynTextUrl.png

 

So far so good!

However, what I would like to do is to change the display of this clickable URL to read something like "Click here to read more" instead of the text of the URL itself. Like so: Click here to read more 

0 Kudos
11 Replies
ArielLow2146
Occasional Contributor II

Hi folks. Am curious whether there are any updates on this topic as I'm also running into the same issue. If not I found an ideas post for those who are interested to upvote.

EmmaCurran18
New Contributor III

Look like this issue has been resolved with the release of ArcPro 3.3.0: https://mediaspace.esri.com/media/t/1_v5j4ndpm