I have set up the following formula... but I am having trouble with my syntax...
if {Documents.url} > 'http' then
'<a href={Documents.url}>{Documents.title}</a>'
else
''
It finds the Document.url in the first line... but I want to somehow pull the Document.url and input that data after the <a href=and pull the Documents.title and make that data the title of the link. Is this possible? Please help!
Scott
if {Documents.url} > 'http' then
'<a href={Documents.url}>{Documents.title}</a>'
else
''
It finds the Document.url in the first line... but I want to somehow pull the Document.url and input that data after the <a href=and pull the Documents.title and make that data the title of the link. Is this possible? Please help!
Scott