Hi team,
How can I create an update button on an interactive report? I have a request to allow users to update their missing information to the database.
I followed the below link and thought there could be something similar for the update button also.
Thank you
Hi Palesa,
First of all, I have a question, do you have a Create button already on your interactive report?
If yes, then you can replace any column of the interactive report to the Link type and then click on its Link target property and pass the primary key values for the same page you are opening with the Create button.
Then the page which you were using for the Create option will automatically open in the Edit mode.
But if the Create button is not there, then maybe you don’t have the target page available to create or edit records. Then you need to create a dialog form for the same table the interactive report based on. And then, you should call it by converting a report column to the link.
This is the best way in Oracle Apex, to open a form in edit mode for the existing records.
Please let me know if still any doubts.
Hi Vinish,
Thank you for the reply.
Yes, we do have a create button, but I will try both methods you have suggested.
Thank you very much.
Ok sure and let me know if still any issues. Thanks.
Hi Vinish
Can you apply the same to a Classic report?
Yes the same logic works with classic report as well.