Forum Discussion
MichaelHalbrein
7 years agoQrew Cadet
this is what I have entered into my formula for the url-formula field:
If ([Attached Form] = "", "",
"<a href='" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e8/v0' target='_blank' >" & [Attached Form] & "</a>")
[Attached Form] is the document link in the record. and the Field ID for that is 8. When I click the link I get the following error:
This site can�t be reached
If ([Attached Form] = "", "",
"<a href='" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e8/v0' target='_blank' >" & [Attached Form] & "</a>")
[Attached Form] is the document link in the record. and the Field ID for that is 8. When I click the link I get the following error:
This site can�t be reached
%3Ca%20href%3D%27https�s server IP address could not be found.
It seems like a simple syntax error I am missing?
PaulPaul1
7 years agoQrew Trainee
I've just checked your syntax against mine which is working, and the only difference is that I'm using /e9/v0 rather than /e8/v0.