Using Arcade to create hyperlink based on attribution

6212
11
07-01-2020 07:04 AM
higgy7
by
New Contributor III

Hi,

I am looking at using arcade to create a hyperlink in a popup based on attributes held within the data.

I have created an attribute expression as follows:


IIf($feature["TELEMETRY_MATCH"]=='YES', 'url'+$feature.FULLNAME+'?anotherpieceoftext', 'Currently not linked to telemetry')

I want to continue to use the A list of field attributes option, with the output of this expression:

I have successfully done this but instead of just a string i want the result when 'YES' to be a hyperlink.

Basically i want this to be a hyperlink:

Is this possible? Any help greatly appreciated.

Thanks

Ciaran

Tags (3)
0 Kudos
11 Replies
XanderBakker
Esri Esteemed Contributor

Hi Ciaran Higgins ,

In that case it makes sense that UrlEncode is not available for you. Do you expect to update anytime soon? Version 10.8.1 is about to be released.

0 Kudos
higgy7
by
New Contributor III

Hi Xander Bakker

Unfortunately i don't know when we will be upgrading!

0 Kudos