Creating links to documents using hyperlinked URL

390
2
09-05-2017 09:58 AM
DaveKirkley
New Contributor III

I'm hoping to create a link to a .pdf document from using a Prefix/FIELD/FIELD.pdf

Based on file:///G:/GIS/BV_Water/PDF_WS_CARDS/ABBOTT%20ST/6%20ABBOTT%20ST.pdf

which will on our internal server...

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor
0 Kudos
SarojThapa1
Occasional Contributor III

Dave,

In the Field Calculator, choose Python and use a syntax very similar to the following:

"<a href=" 'domainURL'+""+ !FIELD1!+""+!FIELD2!+" "+'target="_blank" '  ">PDF</a>"

Hopefully this works for you. Try not to mismatch single quotations with double quotations. 

0 Kudos