Skip to Main Content

APEX

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!

Calling download from a button in an Interactive Report without the Action Menu active

Javier PJun 12 2021

Hi All!
In Apex 21.1 am calling the download option from a button with this javascript code:
$("#facturas_report_ir_actions_menu").menu("find", "irDownload").action();
The problem is that I don't want the show the Action menu in the report so when I deselect the Include Action Menu option from the Actions Menu attributes of the report this code does not work. It gives an error.
Is there other way to call the download from a button? or hide the Actions button from the report?
Thanks for the help!
Javier

Comments
Post Details
Added on Jun 12 2021
16 comments
7,443 views