I have a dynamic report built using PL/SQL function returning SQL, I allow the user to enter some variables and I construct the SQL statement dynamically. I also format the background color according to a column value using JavaScript dynamic action on page load. What I need to do is to add a button to send the generated report via email (in the email body not as attachment) to a specific address. I would hugely appreciate assistance on how to do this.
↧