Hello!!
The layer I'm working with has a SERVER_PATH and Hyperlink attributes. I want the values of the SERVER_PATH (which are different for each asset) to automatically go to the end of the hyperlink. I have all the values for the SERVER_PATH field and have been populating each hyperlink individually. Any ideas on how to do automate this process?
See below picture
Thanks!!
There are a few different ways to do this.
$feature.SERVER_PATH + "\\" +$feature.Hyperlink
"www.exampleURL.com\\" +$feature.Hyperlink
My issue is backwards - wondering if anyone has insight. I need to create the Server path from the hyperlink
Thanks!
this expression worked for me: "https://wpbgisportal.wpb.org/Traffic/" + $feature.FILE_ + $feature.Hyperlink
A hyperlink was created for every asset
Good to hear.
Just a warning, it looks like you're missing a backslash between .org and Traffic
Add in "\\" to the expression to fix the links if they don't work.
You can also set up an attribute rule for it, but I'm not familiar with how to do that.
Introduction to attribute rules—ArcGIS Pro | Documentation
Create and manage attribute rules—ArcGIS Pro | Documentation
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.