My goal is to generate hyperlinks within BIP report outcomes, linking them to attachments related to
Summary:
I intend to create hyperlinks within BIP report results that correspond to attachments for AP Invoices. Clicking on these hyperlinks should lead to the display of the associated data in a browser.
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
The current piece of code we are using below generates a hyperlink. However, upon clicking it, the file is being downloaded directly instead of opening on browser.
(select (listagg(inv_url,chr(10)) within group (order by inv_url)) invoice_url
from
(select ((SELECT '
Tagged:
0