I have a custom report. In that report, I would like to be able to generate links. Unfortunately when I do:
the resulting values look like "123" and not "123".
Is there a way to get my own html in the report (besides the header fields)? If not, could you please add this to the wish list?
Code:
SELECT '<B>' || id || '</B>' FROM MY_TABLE
Is there a way to get my own html in the report (besides the header fields)? If not, could you please add this to the wish list?