Book a Demo

Author Topic: Hyperlink in element note as string  (Read 3554 times)

Hurra

  • EA User
  • **
  • Posts: 184
  • Karma: +0/-0
    • View Profile
    • Find me at LinkedIn!
Hyperlink in element note as string
« on: August 16, 2017, 07:48:19 pm »
Hello!

I have a fragment in my document generator which finds element of interest with a SQL query. When I print the element's note the hyperlink is printed as a string instead as a hyperlink:

Code: [Select]
<a href="$element://{3D79297A-4128-4fdd-9070-3BA328E674F0}"><font color="#0000ff"><u>My element of interest</u></font></a>
This is no problem when inserting the note with the pre-built sections. Can I convert this html-string to an actual hyperlink in my documentation?

Thank you!
always learning!