Summary
HTML link/hyperlink in BI publisher
Content
Hi,
I want to include a hyperlink in my BI publisher template. The output should be HTML and be sent as an email.
What I want to achieve is to include a link from the XML used to render the report as a hyperlink. In other words, I do not want to entire URL to be displayed in the email, I just want a text like "Link" to include the URL and direct the user to the URL when clicking on "Link".
I have read , but as the person asking the question there I am having issues with the code below, since it directs me to my own C: drive instead of the external destination.
<fo:basic-link external-destination="{ELEMENT_NAME}"><br/><fo:inline text-decoration="underline">google Link</fo:inline><br/></fo:basic-link>
Can someone please give some hints on how to solve this?
Best regards
//Nicklas