Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to include HTML link in BI Publisher Report?

OracleatorMar 19 2010 — edited May 29 2013
Hi,

I am trying to include an HTML link in a BI Publisher report. But I get the HTML Code, not the link.

I have put this in the Data Set SQL Query:

select id_constancia, rfc, apellido_paterno, apellido_materno, nombre, e_mail_empleado,
'a href="http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:'||ID_CONSTANCIA||'">CITA</a ' as liga_cita
from geiq_constancias
where entregada = '0' and sust_rh = '0'

And I have included the field LIGA_CITA in the rtf template,

But I get this in the HTML output:

=======

Please clic on the link below to log into the system:

a href="http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:1183">CITA</a

=========
(I removed the beginning and ending '<''>' to prevent the text to be shown as a link)

I have put the property "Make HTML output accessible" to TRUE in the report configuration, but nothing changes.

Does anyone know how to make this work?

Thanks.

Francisco
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details