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!!
Solved! Go to Solution.
There are a few different ways to do this.
$feature.SERVER_PATH + "\\" +$feature.Hyperlink
"www.exampleURL.com\\" +$feature.Hyperlink
There are a few different ways to do this.
$feature.SERVER_PATH + "\\" +$feature.Hyperlink
"www.exampleURL.com\\" +$feature.Hyperlink
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
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.
Thanks!
this expression worked for me: "https://wpbgisportal.wpb.org/Traffic/" + $feature.FILE_ + $feature.Hyperlink
A hyperlink was created for every asset
My issue is backwards - wondering if anyone has insight. I need to create the Server path from the hyperlink